diff options
Diffstat (limited to 'sd/source/ui/view/viewshel.cxx')
-rw-r--r-- | sd/source/ui/view/viewshel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index 11afe137b7af..d5d23631f701 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -225,7 +225,7 @@ void ViewShell::construct() mpVerticalScrollBar->SetScrollHdl(LINK(this, ViewShell, VScrollHdl)); } - SetName ("ViewShell"); + SetName (u"ViewShell"_ustr); GetDoc()->StartOnlineSpelling(false); |