summaryrefslogtreecommitdiffstats
path: root/include/xmloff/XMLEventExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/XMLEventExport.hxx')
-rw-r--r--include/xmloff/XMLEventExport.hxx18
1 files changed, 6 insertions, 12 deletions
diff --git a/include/xmloff/XMLEventExport.hxx b/include/xmloff/XMLEventExport.hxx
index a65aa5d60a87..58740e0752b7 100644
--- a/include/xmloff/XMLEventExport.hxx
+++ b/include/xmloff/XMLEventExport.hxx
@@ -84,30 +84,25 @@ public:
void AddTranslationTable( const XMLEventNameTranslation* pTransTable );
/// export the events (calls EventExport::Export(Reference<XNameAcess>) )
- void Export( ::com::sun::star::uno::Reference<
- ::com::sun::star::document::XEventsSupplier> & xAccess,
+ void Export( css::uno::Reference<css::document::XEventsSupplier> & xAccess,
bool bUseWhitespace = true);
/// export the events (calls EventExport::Export(Reference<XNameAcess>) )
- void Export( ::com::sun::star::uno::Reference<
- ::com::sun::star::container::XNameReplace> & xAccess,
+ void Export( css::uno::Reference<css::container::XNameReplace> & xAccess,
bool bUseWhitespace = true);
/// export the events (writes <office:events> element)
- void Export( ::com::sun::star::uno::Reference<
- ::com::sun::star::container::XNameAccess> & xAccess,
+ void Export( css::uno::Reference<css::container::XNameAccess> & xAccess,
bool bUseWhitespace = true);
/// export the events, but write <officeooo:events> element
/// (for new file format additions)
- void ExportExt( ::com::sun::star::uno::Reference<
- ::com::sun::star::container::XNameAccess> & xAccess,
+ void ExportExt( css::uno::Reference<css::container::XNameAccess> & xAccess,
bool bUseWhitespace = true);
/// export a single event (writes <office:events> element)
void ExportSingleEvent(
- ::com::sun::star::uno::Sequence<
- ::com::sun::star::beans::PropertyValue>& rEventValues,
+ css::uno::Sequence<css::beans::PropertyValue>& rEventValues,
const OUString& rApiEventName,
bool bUseWhitespace = true );
@@ -115,8 +110,7 @@ private:
/// export one event (start container-element if necessary)
SAL_DLLPRIVATE void ExportEvent(
- ::com::sun::star::uno::Sequence<
- ::com::sun::star::beans::PropertyValue>& rEventValues,
+ css::uno::Sequence<css::beans::PropertyValue>& rEventValues,
const XMLEventName& rXmlEventName,
bool bUseWhitespace,
bool& rExported);