summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-02-15 11:06:59 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-02-15 11:07:45 +0100
commit7987d46c6bc9439e299514e6bb1644e7f2c5880a (patch)
tree76316146360161db223135b0c1805eb613e5cad2 /cui/source/inc
parentee1db992b98378b5e2f5e9aa8af0e36c375e582f (diff)
cui: get rid of _SVX_BACKGRND_CXX define
Change-Id: Ib93806d697f10abeb1e97d0cb08954e15961ad87
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/backgrnd.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx
index 24a8ccc9ce7c..a413b72a31ab 100644
--- a/cui/source/inc/backgrnd.hxx
+++ b/cui/source/inc/backgrnd.hxx
@@ -24,6 +24,7 @@
#include <vcl/graph.hxx>
#include <svtools/valueset.hxx>
#include <svx/dlgctrl.hxx>
+#include <editeng/brushitem.hxx>
//------------------------------------------------------------------------
// forwards:
@@ -135,7 +136,6 @@ private:
SvxBackgroundTable_Impl* pTableBck_Impl;///< Items for Sw-Table must be corrected
SvxBackgroundPara_Impl* pParaBck_Impl;///< also for the paragraph style
-#ifdef _SVX_BACKGRND_CXX
void FillColorValueSets_Impl();
void ShowColorUI_Impl();
void HideColorUI_Impl();
@@ -161,7 +161,6 @@ private:
DECL_LINK( TblDestinationHdl_Impl, ListBox* );
DECL_LINK( ParaDestinationHdl_Impl, ListBox* );
DECL_LINK(ModifyGradientHdl_Impl, void *);
-#endif
};
#endif // #ifndef _SVX_BACKGRND_HXX