summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_sw/source/core/unocore/sw_unosett.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_sw/source/core/unocore/sw_unosett.cxx')
-rw-r--r--binfilter/bf_sw/source/core/unocore/sw_unosett.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binfilter/bf_sw/source/core/unocore/sw_unosett.cxx b/binfilter/bf_sw/source/core/unocore/sw_unosett.cxx
index 5486a1569..61f692747 100644
--- a/binfilter/bf_sw/source/core/unocore/sw_unosett.cxx
+++ b/binfilter/bf_sw/source/core/unocore/sw_unosett.cxx
@@ -213,7 +213,7 @@ const SfxItemPropertyMap* GetLineNumberingMap()
SwCharFmt* lcl_getCharFmt(SwDoc* pDoc, const uno::Any& aValue)
{
SwCharFmt* pRet = 0;
- String sStandard(SW_RES(STR_POOLCOLL_STANDARD));
+ String sStandard(SW_RESSTR(STR_POOLCOLL_STANDARD));
OUString uTmp;
aValue >>= uTmp;
String sCharFmt;
@@ -1454,7 +1454,7 @@ uno::Sequence<beans::PropertyValue> SwXNumberingRules::getNumberingRuleByIndex(
else
{
//Vorlagenname
- String sValue(SW_RES(STR_POOLCOLL_HEADLINE1 + nIndex));
+ String sValue(SW_RESSTR(STR_POOLCOLL_HEADLINE1 + nIndex));
const SwTxtFmtColls* pColls = pDocShell->GetDoc()->GetTxtFmtColls();
const sal_uInt16 nCount = pColls->Count();
for(sal_uInt16 i = 0; i < nCount;++i)