diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-01 12:29:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-01 13:14:55 +0000 |
commit | 44f85f3804d69cd437a5baeae2d1aeadf1873f74 (patch) | |
tree | 8eeefee3faf2ba14c6eb366a33de21ea37244e03 /include | |
parent | b26f6cdbd0de34cceb1dd8fc382490860f45a66f (diff) |
convert emboss dialog to .ui
Change-Id: I16883023ba7386437ff1cc9cd7d3393db8fb4654
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dialogs.hrc | 1 | ||||
-rw-r--r-- | include/svx/svxdlg.hxx | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc index 925fc0f9d9d4..2bf58e7f7c2b 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_EMBOSS (RID_SVX_START + 336) #define RID_SVXDLG_CHARMAP ( RID_SVX_START + 10 ) // IDs of options pages of applications diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index d1b71236ba9e..a845b693a1c1 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -412,9 +412,9 @@ public: const ::std::vector< OUString >& _rContexts, sal_Int16 nInitialContext, const Link& lnkContextSupplier)=0; - virtual AbstractGraphicFilterDialog * CreateGraphicFilterEmboss (Window* pParent, + virtual AbstractGraphicFilterDialog * CreateGraphicFilterEmboss(Window* pParent, const Graphic& rGraphic, - RECT_POINT eLightSource, sal_uInt32 nResId )=0; + RECT_POINT eLightSource)=0; virtual AbstractGraphicFilterDialog * CreateGraphicFilterPoster(Window* pParent, const Graphic& rGraphic, sal_uInt16 nCount)=0; |