summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLIndexTabStopEntryContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTabStopEntryContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexTabStopEntryContext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexTabStopEntryContext.hxx b/xmloff/source/text/XMLIndexTabStopEntryContext.hxx
index 3b36fa824f06..f27901d4ecf0 100644
--- a/xmloff/source/text/XMLIndexTabStopEntryContext.hxx
+++ b/xmloff/source/text/XMLIndexTabStopEntryContext.hxx
@@ -37,7 +37,7 @@ class XMLIndexTemplateContext;
*/
class XMLIndexTabStopEntryContext : public XMLIndexSimpleEntryContext
{
- ::rtl::OUString sLeaderChar; /// fill ("leader") character
+ OUString sLeaderChar; /// fill ("leader") character
sal_Int32 nTabPosition; /// tab position
sal_Bool bTabPositionOK; /// is tab right aligned?
sal_Bool bTabRightAligned; /// is nTabPosition valid?
@@ -52,7 +52,7 @@ public:
SvXMLImport& rImport,
XMLIndexTemplateContext& rTemplate,
sal_uInt16 nPrfx,
- const ::rtl::OUString& rLocalName );
+ const OUString& rLocalName );
~XMLIndexTabStopEntryContext();