summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-03-10 14:13:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-03-11 09:59:53 +0100
commit96d0cf0d7bccfea0b9d867cf00a17c7a2409aa87 (patch)
treeabc95f9969c4c0e1434228096f1c088c2a4ec627 /include/svtools
parentmerge SalLayoutGlyphsImpl and SalGenericLayoutGlyphsImpl (diff)
downloadcore-96d0cf0d7bccfea0b9d867cf00a17c7a2409aa87.tar.gz
core-96d0cf0d7bccfea0b9d867cf00a17c7a2409aa87.zip
weld SfxDocumentPage
Change-Id: I99f342ad1c0620147ce23b4670323056d7ccc508 Reviewed-on: https://gerrit.libreoffice.org/69008 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/imagemgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/imagemgr.hxx b/include/svtools/imagemgr.hxx
index a72566586eb8..45212829b5c6 100644
--- a/include/svtools/imagemgr.hxx
+++ b/include/svtools/imagemgr.hxx
@@ -118,7 +118,7 @@ private:
static OUString GetDescription_Impl( const INetURLObject& rObject, bool bDetectFolder );
public:
- SVT_DLLPUBLIC static OUString GetImageId( const INetURLObject& rURL );
+ SVT_DLLPUBLIC static OUString GetImageId( const INetURLObject& rURL, bool bBig = false );
SVT_DLLPUBLIC static Image GetImage( const INetURLObject& rURL, bool bBig = false );
SVT_DLLPUBLIC static OUString GetFileImageId( const INetURLObject& rURL );
SVT_DLLPUBLIC static Image GetFileImage( const INetURLObject& rURL );