summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorshubham656 <shubham656jain@gmail.com>2020-12-27 03:41:24 +0530
committerJim Raykowski <raykowj@gmail.com>2021-01-14 07:32:01 +0100
commite7842148f5fa6f9af9312cb4b198a4a5340e3d9b (patch)
treee707ef50dbdcebe6e61fcae3e76b2e38328b8f22 /include/svx
parent9f9798f07f0b56ae474f31ded671cc8da598d244 (diff)
tdf#138843 Show image file type inside image properties dialog
Change-Id: I77adc9c3cc9d3bd62f0f67345b7a025bcad2352a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108361 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/graphichelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/graphichelper.hxx b/include/svx/graphichelper.hxx
index b582de4a2669..2f723b830493 100644
--- a/include/svx/graphichelper.hxx
+++ b/include/svx/graphichelper.hxx
@@ -32,6 +32,7 @@ class SVXCORE_DLLPUBLIC GraphicHelper
public:
static void GetPreferredExtension( OUString& rExtension, const Graphic& rGraphic );
+ static OUString GetImageType(const Graphic& rGraphic);
static OUString ExportGraphic(weld::Window* pWin, const Graphic& rGraphic, const OUString& rGraphicName);
static void SaveShapeAsGraphic(weld::Window* pWin, const css::uno::Reference< css::drawing::XShape >& xShape);
static short HasToSaveTransformedImage(weld::Widget* pWin);