summaryrefslogtreecommitdiff
path: root/svtools/source/control/ctrlbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/ctrlbox.cxx')
-rw-r--r--svtools/source/control/ctrlbox.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx
index cbd2227cd21f..0291420b8a8d 100644
--- a/svtools/source/control/ctrlbox.cxx
+++ b/svtools/source/control/ctrlbox.cxx
@@ -1075,14 +1075,14 @@ FontStyleBox::FontStyleBox(vcl::Window* pParent, WinBits nBits)
{
//Use the standard texts to get an optimal size and stick to that size.
//That should stop the character dialog dancing around.
- InsertEntry(SVT_RESSTR(STR_SVT_STYLE_LIGHT));
- InsertEntry(SVT_RESSTR(STR_SVT_STYLE_LIGHT_ITALIC));
- InsertEntry(SVT_RESSTR(STR_SVT_STYLE_NORMAL));
- InsertEntry(SVT_RESSTR(STR_SVT_STYLE_NORMAL_ITALIC));
- InsertEntry(SVT_RESSTR(STR_SVT_STYLE_BOLD));
- InsertEntry(SVT_RESSTR(STR_SVT_STYLE_BOLD_ITALIC));
- InsertEntry(SVT_RESSTR(STR_SVT_STYLE_BLACK));
- InsertEntry(SVT_RESSTR(STR_SVT_STYLE_BLACK_ITALIC));
+ InsertEntry(SvtResId(STR_SVT_STYLE_LIGHT));
+ InsertEntry(SvtResId(STR_SVT_STYLE_LIGHT_ITALIC));
+ InsertEntry(SvtResId(STR_SVT_STYLE_NORMAL));
+ InsertEntry(SvtResId(STR_SVT_STYLE_NORMAL_ITALIC));
+ InsertEntry(SvtResId(STR_SVT_STYLE_BOLD));
+ InsertEntry(SvtResId(STR_SVT_STYLE_BOLD_ITALIC));
+ InsertEntry(SvtResId(STR_SVT_STYLE_BLACK));
+ InsertEntry(SvtResId(STR_SVT_STYLE_BLACK_ITALIC));
aOptimalSize = GetOptimalSize();
Clear();
}