summaryrefslogtreecommitdiffstats
path: root/xmloff/source/transform/DocumentTContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/DocumentTContext.hxx')
-rw-r--r--xmloff/source/transform/DocumentTContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/DocumentTContext.hxx b/xmloff/source/transform/DocumentTContext.hxx
index 5652d08e3e40..06c44215b500 100644
--- a/xmloff/source/transform/DocumentTContext.hxx
+++ b/xmloff/source/transform/DocumentTContext.hxx
@@ -32,7 +32,7 @@ public:
// Note that virtual methods cannot be used inside constructors. Use
// StartElement instead if this is required.
XMLDocumentTransformerContext( XMLTransformerBase& rTransformer,
- const ::rtl::OUString& rQName );
+ const OUString& rQName );
// A contexts destructor does anything that is required if an element
// ends. By default, nothing is done.