summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLAutoMarkFileContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLAutoMarkFileContext.hxx')
-rw-r--r--xmloff/source/text/XMLAutoMarkFileContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLAutoMarkFileContext.hxx b/xmloff/source/text/XMLAutoMarkFileContext.hxx
index 73135cf9c52f..165cf33483f6 100644
--- a/xmloff/source/text/XMLAutoMarkFileContext.hxx
+++ b/xmloff/source/text/XMLAutoMarkFileContext.hxx
@@ -33,7 +33,7 @@ namespace rtl { class OUString; }
class XMLAutoMarkFileContext : public SvXMLImportContext
{
- const ::rtl::OUString sIndexAutoMarkFileURL;
+ const OUString sIndexAutoMarkFileURL;
public:
@@ -42,7 +42,7 @@ public:
XMLAutoMarkFileContext(
SvXMLImport& rImport,
sal_uInt16 nPrfx,
- const ::rtl::OUString& rLocalName);
+ const OUString& rLocalName);
~XMLAutoMarkFileContext();