summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh9.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-13 11:45:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-13 11:45:44 +0200
commit3c9e9a5529e0bb6cc257c272b7265072306a9cd6 (patch)
tree9751467568a8b746c3cc9e320fddc11ee846fffc /sc/source/ui/view/tabvwsh9.cxx
parent4f2bb2516d901c8541bae8d2d63c18b2f58775ba (diff)
loplugin:oncevar: empty strings: sc
Change-Id: I8eca50560d9ce0a3be5ffe6a4a88cb0de5d5d451
Diffstat (limited to 'sc/source/ui/view/tabvwsh9.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh9.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwsh9.cxx b/sc/source/ui/view/tabvwsh9.cxx
index 170e8be91777..bd59e6df9fa2 100644
--- a/sc/source/ui/view/tabvwsh9.cxx
+++ b/sc/source/ui/view/tabvwsh9.cxx
@@ -76,8 +76,7 @@ void ScTabViewShell::ExecGallery( SfxRequest& rReq )
Graphic aGraphic( pGalleryItem->GetGraphic() );
Point aPos = GetInsertPos();
- OUString aPath, aFilter;
- PasteGraphic( aPos, aGraphic, aPath, aFilter );
+ PasteGraphic( aPos, aGraphic, OUString(), OUString() );
}
else if ( nType == css::gallery::GalleryItemType::MEDIA )
{