summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshg.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:19:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:49 +0200
commit67187c14175778b7939692d6be6e8bab2930be1b (patch)
tree4de0a861cf58fe5ce82fa9c915b0b73ff73aad89 /sc/source/ui/view/tabvwshg.cxx
parent607b6ced16e840dc860bbd3ea934816b6e1c6680 (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I9b99327d58a63dfa5c292784cefb4894ee6d7fa8
Diffstat (limited to 'sc/source/ui/view/tabvwshg.cxx')
-rw-r--r--sc/source/ui/view/tabvwshg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwshg.cxx b/sc/source/ui/view/tabvwshg.cxx
index b9e5ed326bc1..54b7ba43a6d2 100644
--- a/sc/source/ui/view/tabvwshg.cxx
+++ b/sc/source/ui/view/tabvwshg.cxx
@@ -92,7 +92,7 @@ void ScTabViewShell::InsertURLButton( const OUString& rName, const OUString& rUR
if ( ::avmedia::MediaWindow::isMediaURL( rURL, ""/*TODO?*/ ) )
{
- aAny <<= sal_True;
+ aAny <<= true;
xPropSet->setPropertyValue("DispatchURLInternal", aAny );
}