diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-01 10:42:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-01 12:10:20 +0000 |
commit | 59e7894fb2eed689504a340bbbe8d7537d9e70f6 (patch) | |
tree | 1dbaeacf371bb38f76e234c8cb20f946f60f8d34 /include | |
parent | 7911b70e095c158350b58d142a5584bcd02fe284 (diff) |
convert mosaic dialog to .ui
Change-Id: Ibc723ca79fba89f24e04440fdbf4140a4e0655ad
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dialogs.hrc | 1 | ||||
-rw-r--r-- | include/svx/svxdlg.hxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc index cf133f2b5ab3..925fc0f9d9d4 100644 --- a/include/svx/dialogs.hrc +++ b/include/svx/dialogs.hrc @@ -98,7 +98,6 @@ #define RID_SVXPAGE_GRID (RID_SVX_START + 152) // factory IDs of dialogs implemented in CUI -#define RID_SVX_GRFFILTER_DLG_MOSAIC (RID_SVX_START + 332) #define RID_SVX_GRFFILTER_DLG_EMBOSS (RID_SVX_START + 336) #define RID_SVXDLG_CHARMAP ( RID_SVX_START + 10 ) diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index 8534028b8508..d1b71236ba9e 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -429,7 +429,7 @@ public: sal_uInt8 nGreyThreshold, sal_Bool bInvert)=0; virtual AbstractGraphicFilterDialog * CreateGraphicFilterMosaic (Window* pParent, const Graphic& rGraphic, - sal_uInt16 nTileWidth, sal_uInt16 nTileHeight, sal_Bool bEnhanceEdges, sal_uInt32 nResId)=0; + sal_uInt16 nTileWidth, sal_uInt16 nTileHeight, sal_Bool bEnhanceEdges)=0; virtual AbstractSvxAreaTabDialog* CreateSvxAreaTabDialog( Window* pParent, const SfxItemSet* pAttr, SdrModel* pModel, |