summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/border.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-11-13 11:21:19 +0100
committerMathias Bauer <mba@openoffice.org>2009-11-13 11:21:19 +0100
commit7f5d91313ad6b19ba5650e805319134022b4d218 (patch)
treeb52e9aef75c7d908567a8ee9da8a2ef1c6fc2f39 /cui/source/tabpages/border.cxx
parent41bb074ad859a1f994e924fd80f371b7fcad11dc (diff)
some string resource problems
Diffstat (limited to 'cui/source/tabpages/border.cxx')
-rw-r--r--cui/source/tabpages/border.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index 95fb4fbbe5d6..83999706ca75 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -1101,7 +1101,7 @@ void SvxBorderTabPage::FillLineListBox_Impl()
aLbLineStyle.SetSourceUnit( FUNIT_TWIP );
// Writer 2.0 Defaults:
- aLbLineStyle.InsertEntry( CUI_RESSTR( STR_NONE ) );
+ aLbLineStyle.InsertEntry( SVX_RESSTR( RID_SVXSTR_NONE ) );
aLbLineStyle.InsertEntry( LINE_WIDTH0 );
aLbLineStyle.InsertEntry( LINE_WIDTH5 );