User: rt      
Date: 2008-07-10 15:55:50+0000
Modified:
   dba/reportdesign/source/filter/xml/xmlExport.hxx

Log:
 INTEGRATION: CWS rptfix02 (1.10.18); FILE MERGED
 2008/07/01 14:08:36 oj 1.10.18.1: #i91253# handle old version which do not 
have a meta.xml file

File Changes:

Directory: /dba/reportdesign/source/filter/xml/
===============================================

File [changed]: xmlExport.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/filter/xml/xmlExport.hxx?r1=1.10&r2=1.11
Delta lines:  +13 -1
--------------------
--- xmlExport.hxx       2008-06-16 13:34:23+0000        1.10
+++ xmlExport.hxx       2008-07-10 15:55:47+0000        1.11
@@ -259,6 +259,18 @@
                create(::com::sun::star::uno::Reference< 
::com::sun::star::uno::XComponentContext > const & xContext);
 };
 
+/** Exports only meta data
+ * \ingroup reportdesign_source_filter_xml
+ *
+ */
+class ORptMetaExportHelper
+{
+public:
+       static ::rtl::OUString getImplementationName_Static(  ) throw 
(::com::sun::star::uno::RuntimeException);
+       static Sequence< ::rtl::OUString > getSupportedServiceNames_Static(  ) 
throw(::com::sun::star::uno::RuntimeException);
+       static ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface > SAL_CALL
+               create(::com::sun::star::uno::Reference< 
::com::sun::star::uno::XComponentContext > const & xContext);
+};
 /** Exports all
  * \ingroup reportdesign_source_filter_xml
  *




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to