summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLIndexTableSourceContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTableSourceContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexTableSourceContext.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/source/text/XMLIndexTableSourceContext.hxx b/xmloff/source/text/XMLIndexTableSourceContext.hxx
index 593acd663533..30b0d1b2c876 100644
--- a/xmloff/source/text/XMLIndexTableSourceContext.hxx
+++ b/xmloff/source/text/XMLIndexTableSourceContext.hxx
@@ -36,11 +36,11 @@ namespace rtl { class OUString; }
*/
class XMLIndexTableSourceContext : public XMLIndexSourceBaseContext
{
- const ::rtl::OUString sCreateFromLabels;
- const ::rtl::OUString sLabelCategory;
- const ::rtl::OUString sLabelDisplayType;
+ const OUString sCreateFromLabels;
+ const OUString sLabelCategory;
+ const OUString sLabelDisplayType;
- ::rtl::OUString sSequence;
+ OUString sSequence;
sal_Int16 nDisplayFormat;
sal_Bool bSequenceOK;
@@ -54,7 +54,7 @@ public:
XMLIndexTableSourceContext(
SvXMLImport& rImport,
sal_uInt16 nPrfx,
- const ::rtl::OUString& rLocalName,
+ const OUString& rLocalName,
::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> & rPropSet);
@@ -64,13 +64,13 @@ protected:
virtual void ProcessAttribute(
enum IndexSourceParamEnum eParam,
- const ::rtl::OUString& rValue);
+ const OUString& rValue);
virtual void EndElement();
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 );
};