summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTOCStylesContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTOCStylesContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexTOCStylesContext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLIndexTOCStylesContext.hxx b/xmloff/source/text/XMLIndexTOCStylesContext.hxx
index 4da8248503ca..b5c68fc8bd19 100644
--- a/xmloff/source/text/XMLIndexTOCStylesContext.hxx
+++ b/xmloff/source/text/XMLIndexTOCStylesContext.hxx
@@ -43,14 +43,14 @@ namespace rtl { class OUString; }
*/
class XMLIndexTOCStylesContext : public SvXMLImportContext
{
- const ::rtl::OUString sLevelParagraphStyles;
+ const OUString sLevelParagraphStyles;
/// XPropertySet of the index
::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> & rTOCPropertySet;
/// style names for this level
- ::std::vector< ::rtl::OUString > aStyleNames;
+ ::std::vector< OUString > aStyleNames;
/// outline level
sal_Int32 nOutlineLevel;
@@ -64,7 +64,7 @@ public:
::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> & rPropSet,
sal_uInt16 nPrfx,
- const ::rtl::OUString& rLocalName );
+ const OUString& rLocalName );
~XMLIndexTOCStylesContext();
@@ -78,7 +78,7 @@ protected:
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix,
- const ::rtl::OUString& rLocalName,
+ const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList> & xAttrList );
};