summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexMarkExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexMarkExport.hxx')
-rw-r--r--xmloff/source/text/XMLIndexMarkExport.hxx15
1 files changed, 5 insertions, 10 deletions
diff --git a/xmloff/source/text/XMLIndexMarkExport.hxx b/xmloff/source/text/XMLIndexMarkExport.hxx
index b4060212ed1e..6ea0376d9e06 100644
--- a/xmloff/source/text/XMLIndexMarkExport.hxx
+++ b/xmloff/source/text/XMLIndexMarkExport.hxx
@@ -69,33 +69,28 @@ public:
* collapsed.
*/
void ExportIndexMark(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & rPropSet,
+ const css::uno::Reference<css::beans::XPropertySet> & rPropSet,
bool bAutoStyles);
protected:
/// export attributes of table-of-content index marks
void ExportTOCMarkAttributes(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & rPropSet);
+ const css::uno::Reference<css::beans::XPropertySet> & rPropSet);
/// export attributes of user index marks
void ExportUserIndexMarkAttributes(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & rPropSet);
+ const css::uno::Reference<css::beans::XPropertySet> & rPropSet);
/// export attributes of alphabetical index marks
void ExportAlphabeticalIndexMarkAttributes(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & rPropSet);
+ const css::uno::Reference<css::beans::XPropertySet> & rPropSet);
/// create a numerical ID for this index mark
/// (represented by its properties)
static void GetID(
OUStringBuffer& sBuffer,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::beans::XPropertySet> & rPropSet);
+ const css::uno::Reference<css::beans::XPropertySet> & rPropSet);
};