summaryrefslogtreecommitdiffstats
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.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/xmloff/source/text/XMLIndexMarkExport.hxx b/xmloff/source/text/XMLIndexMarkExport.hxx
index e5b3cc492308..a46864b56c9f 100644
--- a/xmloff/source/text/XMLIndexMarkExport.hxx
+++ b/xmloff/source/text/XMLIndexMarkExport.hxx
@@ -43,18 +43,18 @@ namespace rtl {
*/
class XMLIndexMarkExport
{
- ::rtl::OUString sLevel;
- ::rtl::OUString sUserIndexName;
- ::rtl::OUString sPrimaryKey;
- ::rtl::OUString sSecondaryKey;
- ::rtl::OUString sDocumentIndexMark;
- ::rtl::OUString sIsStart;
- ::rtl::OUString sIsCollapsed;
- ::rtl::OUString sAlternativeText;
- ::rtl::OUString sTextReading;
- ::rtl::OUString sPrimaryKeyReading;
- ::rtl::OUString sSecondaryKeyReading;
- ::rtl::OUString sMainEntry;
+ OUString sLevel;
+ OUString sUserIndexName;
+ OUString sPrimaryKey;
+ OUString sSecondaryKey;
+ OUString sDocumentIndexMark;
+ OUString sIsStart;
+ OUString sIsCollapsed;
+ OUString sAlternativeText;
+ OUString sTextReading;
+ OUString sPrimaryKeyReading;
+ OUString sSecondaryKeyReading;
+ OUString sMainEntry;
SvXMLExport& rExport;
@@ -97,7 +97,7 @@ protected:
/// create a numerical ID for this index mark
/// (represented by its properties)
void GetID(
- ::rtl::OUStringBuffer& sBuffer,
+ OUStringBuffer& sBuffer,
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> & rPropSet);