summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/backgrnd.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-11-12 11:10:41 +0100
committerMathias Bauer <mba@openoffice.org>2009-11-12 11:10:41 +0100
commit02e5ddf453422891633f516e45187c1624c5c69d (patch)
tree77d8e55b415ad1b0bf07dfef24c597770fc691f2 /cui/source/tabpages/backgrnd.cxx
parent50e3b9c8876c4b72d0d7f5a4fd35aa704abe1ca1 (diff)
some problems with svxitems.hrc
Diffstat (limited to 'cui/source/tabpages/backgrnd.cxx')
-rw-r--r--cui/source/tabpages/backgrnd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx
index a242bda5c1ec..004b79817b32 100644
--- a/cui/source/tabpages/backgrnd.cxx
+++ b/cui/source/tabpages/backgrnd.cxx
@@ -47,7 +47,7 @@
#include <cuires.hrc>
#include "backgrnd.hrc"
-#include <svx/svxitems.hrc>
+#include <svx/svxitems.hrc> // RID_SVXITEM_COL_WHITE
#include <svx/dialmgr.hxx>
// Tabellenhintergrund
@@ -1209,7 +1209,7 @@ void SvxBackgroundTabPage::FillColorValueSets_Impl()
long nCount = pColorTable->Count();
XColorEntry* pEntry = NULL;
Color aColWhite( COL_WHITE );
- String aStrWhite( CUI_RES( RID_SVXITEMS_COLOR_WHITE ) );
+ String aStrWhite( SVX_RES( RID_SVXITEMS_COLOR_WHITE ) );
WinBits nBits = ( aBackgroundColorSet.GetStyle() | WB_ITEMBORDER | WB_NAMEFIELD | WB_NONEFIELD );
aBackgroundColorSet.SetText( SVX_RESSTR( RID_SVXSTR_TRANSPARENT ) );
aBackgroundColorSet.SetStyle( nBits );