summaryrefslogtreecommitdiff
path: root/starmath/source/view.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r--starmath/source/view.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 60a74840a233..b6ddaae591b7 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -1608,7 +1608,7 @@ void SmViewShell::Execute(SfxRequest& rReq)
if (aDataHelper.HasFormat(nId = SotClipboardFormatId::STRING))
{
// In case of FORMAT_STRING no stream exists, need to generate one
- ::rtl::OUString aString;
+ OUString aString;
if (aDataHelper.GetString( nId, aString))
{
std::unique_ptr<SfxMedium> pClipboardMedium(new SfxMedium());