summaryrefslogtreecommitdiff
path: root/framework/inc/xml/imagesconfiguration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/imagesconfiguration.hxx')
-rw-r--r--framework/inc/xml/imagesconfiguration.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/xml/imagesconfiguration.hxx b/framework/inc/xml/imagesconfiguration.hxx
index 90d8f3932b37..f5866c4278c0 100644
--- a/framework/inc/xml/imagesconfiguration.hxx
+++ b/framework/inc/xml/imagesconfiguration.hxx
@@ -91,13 +91,13 @@ class ImagesConfiguration
{
public:
static bool LoadImages(
- const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext,
- const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& rInputStream,
+ const css::uno::Reference< css::uno::XComponentContext >& rxContext,
+ const css::uno::Reference< css::io::XInputStream >& rInputStream,
ImageListsDescriptor& rItems );
static bool StoreImages(
- const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext,
- const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& rOutputStream,
+ const css::uno::Reference< css::uno::XComponentContext >& rxContext,
+ const css::uno::Reference< css::io::XOutputStream >& rOutputStream,
const ImageListsDescriptor& rItems );
};