No functional change, updates Supported Content Types in example controller to
be the same than in birt controller

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1781037 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/plugins/example/webapp/example/WEB-INF/controller.xml b/plugins/example/webapp/example/WEB-INF/controller.xml
index 18340cf..04e26ac 100644
--- a/plugins/example/webapp/example/WEB-INF/controller.xml
+++ b/plugins/example/webapp/example/WEB-INF/controller.xml
@@ -299,6 +299,9 @@
         application/vnd.oasis.opendocument.text
         application/vnd.oasis.opendocument.spreadsheet
         application/vnd.oasis.opendocument.presentation
+        application/vnd.openxmlformats-officedocument.wordprocessingml.document
+        application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
+        application/vnd.openxmlformats-officedocument.presentationml.presentation
      -->
 
     <view-map name="ExampleReportPdfOptions" type="screen" page="component://example/widget/example/ExampleScreens.xml#ExampleReportPdfOptions"/>