summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviewse.cxx')
-rw-r--r--sd/source/ui/view/drviewse.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx
index fbd489a74c98..61e8572cbaa5 100644
--- a/sd/source/ui/view/drviewse.cxx
+++ b/sd/source/ui/view/drviewse.cxx
@@ -80,6 +80,7 @@
#include <fuconarc.hxx>
#include <fucon3d.hxx>
#include <sdresid.hxx>
+#include <unokywds.hxx>
#include <Outliner.hxx>
#include <PresentationViewShell.hxx>
#include <sdpage.hxx>
@@ -1019,7 +1020,7 @@ void DrawViewShell::FuSupport(SfxRequest& rReq)
ViewShellHint(ViewShellHint::HINT_CHANGE_EDIT_MODE_START));
// turn on default layer of MasterPage
- mpDrawView->SetActiveLayer( SdResId(STR_LAYER_BCKGRNDOBJ) );
+ mpDrawView->SetActiveLayer(sUNO_LayerName_background_objects);
ChangeEditMode(EditMode::MasterPage, mbIsLayerModeActive);