summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviews1.cxx')
-rw-r--r--sd/source/ui/view/drviews1.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 5007bfff0f52..78e5d42b9c79 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -1149,11 +1149,11 @@ void DrawViewShell::ResetActualLayer()
OUString aName;
OUString aActiveLayer = mpDrawView->GetActiveLayer();
- OUString aBackgroundLayer = SD_RESSTR(STR_LAYER_BCKGRND);
- OUString aBackgroundObjLayer = SD_RESSTR(STR_LAYER_BCKGRNDOBJ);
- OUString aLayoutLayer = SD_RESSTR(STR_LAYER_LAYOUT);
- OUString aControlsLayer = SD_RESSTR(STR_LAYER_CONTROLS);
- OUString aMeasureLinesLayer = SD_RESSTR(STR_LAYER_MEASURELINES);
+ OUString aBackgroundLayer = SdResId(STR_LAYER_BCKGRND);
+ OUString aBackgroundObjLayer = SdResId(STR_LAYER_BCKGRNDOBJ);
+ OUString aLayoutLayer = SdResId(STR_LAYER_LAYOUT);
+ OUString aControlsLayer = SdResId(STR_LAYER_CONTROLS);
+ OUString aMeasureLinesLayer = SdResId(STR_LAYER_MEASURELINES);
sal_uInt16 nActiveLayerPos = SDRLAYERPOS_NOTFOUND;
SdrLayerAdmin& rLayerAdmin = GetDoc()->GetLayerAdmin();
sal_uInt16 nLayerCnt = rLayerAdmin.GetLayerCount();