summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh8.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-03 11:20:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-03 11:20:51 +0200
commita05ab9ef5e1804faed90f3df2f7fb8cb49065590 (patch)
treee6103fe46388857b91d51f63be313810ba0774b0 /sc/source/ui/docshell/docsh8.cxx
parent4b3c211cfb4f64f0f31461aa2e623d64224c4423 (diff)
Remove unnecessary setBOOL, makeBoolAny
Change-Id: Id82c3f352fcc2d4dafad877517098cb6f5d046d4
Diffstat (limited to 'sc/source/ui/docshell/docsh8.cxx')
-rw-r--r--sc/source/ui/docshell/docsh8.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/docsh8.cxx b/sc/source/ui/docshell/docsh8.cxx
index 9b5df568fc8b..c160b8a9c4fa 100644
--- a/sc/source/ui/docshell/docsh8.cxx
+++ b/sc/source/ui/docshell/docsh8.cxx
@@ -205,8 +205,7 @@ bool ScDocShell::KillFile( const INetURLObject& rURL )
::ucbhelper::Content aCnt( rURL.GetMainURL(INetURLObject::NO_DECODE),
uno::Reference< css::ucb::XCommandEnvironment >(),
comphelper::getProcessComponentContext() );
- aCnt.executeCommand( "delete",
- comphelper::makeBoolAny( true ) );
+ aCnt.executeCommand( "delete", css::uno::Any( true ) );
}
catch( uno::Exception& )
{