diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/compressgraphicdialog.hxx | 2 | ||||
-rw-r--r-- | svx/inc/svx/dlgutil.hxx | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/svx/inc/svx/compressgraphicdialog.hxx b/svx/inc/svx/compressgraphicdialog.hxx index 96bb57cb2720..9c24ee57daec 100644 --- a/svx/inc/svx/compressgraphicdialog.hxx +++ b/svx/inc/svx/compressgraphicdialog.hxx @@ -27,6 +27,8 @@ #include <sfx2/bindings.hxx> #include "svx/svxdllapi.h" +class SdrGrafObj; + class SVX_DLLPUBLIC CompressGraphicsDialog : public ModalDialog { private: diff --git a/svx/inc/svx/dlgutil.hxx b/svx/inc/svx/dlgutil.hxx index 1b1feb022c11..238a90dd121a 100644 --- a/svx/inc/svx/dlgutil.hxx +++ b/svx/inc/svx/dlgutil.hxx @@ -32,8 +32,8 @@ class SfxItemSet; SVX_DLLPUBLIC FieldUnit GetModuleFieldUnit( const SfxItemSet& ); SVX_DLLPUBLIC bool GetApplyCharUnit( const SfxItemSet& ); -#define OUTPUT_DRAWMODE_COLOR (DRAWMODE_DEFAULT) -#define OUTPUT_DRAWMODE_CONTRAST (DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | DRAWMODE_SETTINGSTEXT | DRAWMODE_SETTINGSGRADIENT) +static const int OUTPUT_DRAWMODE_COLOR = (DRAWMODE_DEFAULT); +static const int OUTPUT_DRAWMODE_CONTRAST = (DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | DRAWMODE_SETTINGSTEXT | DRAWMODE_SETTINGSGRADIENT); #endif |