summaryrefslogtreecommitdiffstats
path: root/sfx2/source/doc/graphhelp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/graphhelp.hxx')
-rw-r--r--sfx2/source/doc/graphhelp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/graphhelp.hxx b/sfx2/source/doc/graphhelp.hxx
index 8893bfc714ec..d022870e2202 100644
--- a/sfx2/source/doc/graphhelp.hxx
+++ b/sfx2/source/doc/graphhelp.hxx
@@ -50,14 +50,14 @@ public:
static bool getThumbnailFormatFromGDI_Impl(
GDIMetaFile* pMetaFile,
- const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xStream );
+ const css::uno::Reference< css::io::XStream >& xStream );
static sal_uInt16 getThumbnailReplacementIDByFactoryName_Impl( const OUString& aFactoryShortName,
bool bIsTemplate );
static bool getThumbnailReplacement_Impl(
sal_Int32 nResID,
- const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xStream );
+ const css::uno::Reference< css::io::XStream >& xStream );
};