summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbadocumentproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbadocumentproperties.cxx')
-rw-r--r--sw/source/ui/vba/vbadocumentproperties.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/vba/vbadocumentproperties.cxx b/sw/source/ui/vba/vbadocumentproperties.cxx
index 4629ceb9a615..a44c14702421 100644
--- a/sw/source/ui/vba/vbadocumentproperties.cxx
+++ b/sw/source/ui/vba/vbadocumentproperties.cxx
@@ -631,14 +631,14 @@ SwVbaBuiltInDocumentProperty::getServiceNames()
}
return aServiceNames;
}
-typedef ::cppu::WeakImplHelper< com::sun::star::container::XIndexAccess
- ,com::sun::star::container::XNameAccess
- ,com::sun::star::container::XEnumerationAccess
+typedef ::cppu::WeakImplHelper< css::container::XIndexAccess
+ ,css::container::XNameAccess
+ ,css::container::XEnumerationAccess
> PropertiesImpl_BASE;
typedef std::unordered_map< sal_Int32, uno::Reference< XDocumentProperty > > DocProps;
-class DocPropEnumeration : public ::cppu::WeakImplHelper< com::sun::star::container::XEnumeration >
+class DocPropEnumeration : public ::cppu::WeakImplHelper< css::container::XEnumeration >
{
DocProps mDocProps;
DocProps::iterator mIt;