summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/glosdoc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/glosdoc.hxx')
-rw-r--r--sw/source/uibase/inc/glosdoc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/glosdoc.hxx b/sw/source/uibase/inc/glosdoc.hxx
index a9cddb26d986..e460e81bb1d3 100644
--- a/sw/source/uibase/inc/glosdoc.hxx
+++ b/sw/source/uibase/inc/glosdoc.hxx
@@ -72,7 +72,7 @@ public:
@param _bCreate
if <TRUE/>, the group is created if it does not yet exist
*/
- ::com::sun::star::uno::Reference< ::com::sun::star::text::XAutoTextGroup >
+ css::uno::Reference< css::text::XAutoTextGroup >
GetAutoTextGroup(
const OUString& _rGroupName,
bool _bCreate = false
@@ -92,7 +92,7 @@ public:
@param _bCreate
if <TRUE/>, the entry is created if it does not yet exist
*/
- ::com::sun::star::uno::Reference< ::com::sun::star::text::XAutoTextEntry >
+ css::uno::Reference< css::text::XAutoTextEntry >
GetAutoTextEntry(
const OUString& _rCompleteGroupName,
const OUString& _rGroupName,