summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/module/ResourceManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/module/ResourceManager.cxx')
-rw-r--r--sd/source/ui/framework/module/ResourceManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/module/ResourceManager.cxx b/sd/source/ui/framework/module/ResourceManager.cxx
index 76c4bbf1fd86..14901db3044e 100644
--- a/sd/source/ui/framework/module/ResourceManager.cxx
+++ b/sd/source/ui/framework/module/ResourceManager.cxx
@@ -198,7 +198,7 @@ void ResourceManager::HandleMainViewSwitch (
if (bIsActivated)
msCurrentMainViewURL = rsViewURL;
else
- msCurrentMainViewURL = OUString();
+ msCurrentMainViewURL.clear();
UpdateForMainViewShell();
}