summaryrefslogtreecommitdiff
path: root/include/svx/graphichelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/graphichelper.hxx')
-rw-r--r--include/svx/graphichelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/graphichelper.hxx b/include/svx/graphichelper.hxx
index 9056d92dedde..72f13e70f56c 100644
--- a/include/svx/graphichelper.hxx
+++ b/include/svx/graphichelper.hxx
@@ -30,8 +30,8 @@ class SVX_DLLPUBLIC GraphicHelper
public:
static void GetPreferredExtension( OUString& rExtension, const Graphic& rGraphic );
- static OUString ExportGraphic( const Graphic& rGraphic, const OUString& rGraphicName );
- static void SaveShapeAsGraphic( const css::uno::Reference< css::drawing::XShape >& xShape );
+ static OUString ExportGraphic(const vcl::Window* pWin, const Graphic& rGraphic, const OUString& rGraphicName);
+ static void SaveShapeAsGraphic(const vcl::Window* pWin, const css::uno::Reference< css::drawing::XShape >& xShape);
static short HasToSaveTransformedImage(vcl::Window* pWin);
};