summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/ControllerItem.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:57:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:24:40 +0100
commitc35616dd73c8b05e422f3b561f21e21f5489d574 (patch)
tree975aab3fbaecae0803be0783b25a0f89684dcc95 /sfx2/source/sidebar/ControllerItem.cxx
parentf0dc6cda7580a2e070d3ad550fb4cd8577179203 (diff)
bool improvements
Change-Id: I4a09bffccc0049d81ea3113e79184f64b026a4ba
Diffstat (limited to 'sfx2/source/sidebar/ControllerItem.cxx')
-rw-r--r--sfx2/source/sidebar/ControllerItem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/ControllerItem.cxx b/sfx2/source/sidebar/ControllerItem.cxx
index ac0614d7c10f..a1d9086d8e51 100644
--- a/sfx2/source/sidebar/ControllerItem.cxx
+++ b/sfx2/source/sidebar/ControllerItem.cxx
@@ -221,7 +221,7 @@ void ControllerItem::ResetFrame (void)
Image ControllerItem::GetIcon (void) const
{
- return GetImage(mxFrame, ".uno:" + msCommandName, sal_False);
+ return GetImage(mxFrame, ".uno:" + msCommandName, false);
}