summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/view.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-15 13:01:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-15 13:26:10 +0000
commitb0c72cb92cab00f9e030b4d5c29e5376dcf457ac (patch)
tree13e79f40102438c9463f442d1b78a7f8e3bd77cb /sw/source/ui/uiview/view.cxx
parente34dfee7aac32df393a62a13c36fa13f8a6e9589 (diff)
starting chopping out aEmptyOUStr
Change-Id: I4d944018bb471d78d6ebb3604d445b90899ea893
Diffstat (limited to 'sw/source/ui/uiview/view.cxx')
-rw-r--r--sw/source/ui/uiview/view.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uiview/view.cxx b/sw/source/ui/uiview/view.cxx
index 04aba5d8d7c2..10615b9ed5bd 100644
--- a/sw/source/ui/uiview/view.cxx
+++ b/sw/source/ui/uiview/view.cxx
@@ -1702,7 +1702,7 @@ void SwView::ScannerEventHdl( const EventObject& /*rEventObject*/ )
if( !!aScanBmp )
{
Graphic aGrf(aScanBmp);
- m_pWrtShell->Insert( aEmptyOUStr, aEmptyOUStr, aGrf );
+ m_pWrtShell->Insert( OUString(), OUString(), aGrf );
}
}
}