summaryrefslogtreecommitdiff
path: root/svx/inc/svx/svxdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/svxdlg.hxx')
-rw-r--r--svx/inc/svx/svxdlg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/inc/svx/svxdlg.hxx b/svx/inc/svx/svxdlg.hxx
index d3bb8b129f53..b7aee5f4d843 100644
--- a/svx/inc/svx/svxdlg.hxx
+++ b/svx/inc/svx/svxdlg.hxx
@@ -444,6 +444,9 @@ public:
const Graphic& rGraphic,
sal_uInt16 nCount,
sal_uInt32 nResId)=0;
+ virtual AbstractGraphicFilterDialog * CreateGraphicFilterSmooth (Window* pParent, //add for GraphicFilterSmooth
+ const Graphic& rGraphic,
+ double nRadius, sal_uInt32 nResId)=0;
virtual AbstractGraphicFilterDialog * CreateGraphicFilterSolarize (Window* pParent, //add for GraphicFilterSolarize
const Graphic& rGraphic,
sal_uInt8 nGreyThreshold, sal_Bool bInvert, sal_uInt32 nResId)=0;