summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/glosdoc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/glosdoc.hxx')
-rw-r--r--sw/source/ui/inc/glosdoc.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/glosdoc.hxx b/sw/source/ui/inc/glosdoc.hxx
index d721b0f5b841..6ab31ac73c86 100644
--- a/sw/source/ui/inc/glosdoc.hxx
+++ b/sw/source/ui/inc/glosdoc.hxx
@@ -79,7 +79,7 @@ public:
*/
::com::sun::star::uno::Reference< ::com::sun::star::text::XAutoTextGroup >
GetAutoTextGroup(
- const ::rtl::OUString& _rGroupName,
+ const OUString& _rGroupName,
bool _bCreate = false
);
@@ -100,8 +100,8 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::text::XAutoTextEntry >
GetAutoTextEntry(
const String& _rCompleteGroupName,
- const ::rtl::OUString& _rGroupName,
- const ::rtl::OUString& _rEntryName,
+ const OUString& _rGroupName,
+ const OUString& _rEntryName,
bool _bCreate = false
);
@@ -118,7 +118,7 @@ public:
static String GetDefName();
static String GetExtension();
- String GetCompleteGroupName( const ::rtl::OUString& GroupName );
+ String GetCompleteGroupName( const OUString& GroupName );
sal_Bool NewGroupDoc(String &rGroupName, const String& rTitle);
sal_Bool RenameGroupDoc(const String& sOldGroup, String& sNewGroup, const String& rNewTitle);