summaryrefslogtreecommitdiff
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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/graphhelp.hxx b/sfx2/source/doc/graphhelp.hxx
index f70ebccf5a10..8a1d8ac89d97 100644
--- a/sfx2/source/doc/graphhelp.hxx
+++ b/sfx2/source/doc/graphhelp.hxx
@@ -52,11 +52,11 @@ public:
GDIMetaFile* pMetaFile,
const css::uno::Reference< css::io::XStream >& xStream );
- static sal_uInt16 getThumbnailReplacementIDByFactoryName_Impl( const OUString& aFactoryShortName,
- bool bIsTemplate );
+ static OUString getThumbnailReplacementIDByFactoryName_Impl(const OUString& aFactoryShortName,
+ bool bIsTemplate);
static bool getThumbnailReplacement_Impl(
- sal_Int32 nResID,
+ const OUString& rResID,
const css::uno::Reference< css::io::XStream >& xStream );
};