summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-31 17:25:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-31 21:21:39 +0000
commitf86b075ebe0ce6abbe573b0663275de7baa0bd57 (patch)
treeb95aa13eeca3dbdc7abb7e115c420ebc738cb7bf /include/svx
parentc8cae05ee8cfa0742865224b31d344317ceb996f (diff)
drop unused resource id argument
it's the wrong resource id anyway Change-Id: Ie1880d2b745f3da6ddf173d98b326aa2d45ce0fd
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svxdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index 87da99ff3ca9..f07f935b26ca 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -421,7 +421,7 @@ public:
sal_uInt32 nResId)=0;
virtual AbstractGraphicFilterDialog * CreateGraphicFilterSmooth (Window* pParent,
const Graphic& rGraphic,
- double nRadius, sal_uInt32 nResId)=0;
+ double nRadius)=0;
virtual AbstractGraphicFilterDialog * CreateGraphicFilterSolarize (Window* pParent,
const Graphic& rGraphic,
sal_uInt8 nGreyThreshold, sal_Bool bInvert)=0;