summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/textfld.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/textfld.cxx')
-rw-r--r--sw/source/uibase/shells/textfld.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/shells/textfld.cxx b/sw/source/uibase/shells/textfld.cxx
index 12cf61076926..1fe73b0478ff 100644
--- a/sw/source/uibase/shells/textfld.cxx
+++ b/sw/source/uibase/shells/textfld.cxx
@@ -78,7 +78,7 @@ using namespace nsSwDocInfoSubType;
static OUString lcl_BuildTitleWithRedline( const SwRangeRedline *pRedline )
{
- const OUString sTitle(SW_RESSTR(STR_REDLINE_COMMENT));
+ const OUString sTitle(SwResId(STR_REDLINE_COMMENT));
sal_uInt16 nResId = 0;
switch( pRedline->GetType() )
@@ -103,7 +103,7 @@ static OUString lcl_BuildTitleWithRedline( const SwRangeRedline *pRedline )
return sTitle;
}
- return sTitle + SW_RESSTR( nResId );
+ return sTitle + SwResId( nResId );
}
void SwTextShell::ExecField(SfxRequest &rReq)