summaryrefslogtreecommitdiff
path: root/svx/source/items/postattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items/postattr.cxx')
-rw-r--r--svx/source/items/postattr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/postattr.cxx b/svx/source/items/postattr.cxx
index a31d6e33e785..056a9e13dba9 100644
--- a/svx/source/items/postattr.cxx
+++ b/svx/source/items/postattr.cxx
@@ -55,7 +55,7 @@ bool SvxPostItAuthorItem::GetPresentation
rText = GetValue();
return true;
case SfxItemPresentation::Complete:
- rText = SVX_RESSTR(RID_SVXITEMS_AUTHOR_COMPLETE) + GetValue();
+ rText = SvxResId(RID_SVXITEMS_AUTHOR_COMPLETE) + GetValue();
return true;
default: ;//prevent warning
}
@@ -95,7 +95,7 @@ bool SvxPostItDateItem::GetPresentation
rText = GetValue();
return true;
case SfxItemPresentation::Complete:
- rText = SVX_RESSTR(RID_SVXITEMS_DATE_COMPLETE) + GetValue();
+ rText = SvxResId(RID_SVXITEMS_DATE_COMPLETE) + GetValue();
return true;
default: ;//prevent warning
}
@@ -133,7 +133,7 @@ bool SvxPostItTextItem::GetPresentation
rText = GetValue();
return true;
case SfxItemPresentation::Complete:
- rText = SVX_RESSTR(RID_SVXITEMS_TEXT_COMPLETE) + GetValue();
+ rText = SvxResId(RID_SVXITEMS_TEXT_COMPLETE) + GetValue();
return true;
default: ;//prevent warning
}