summaryrefslogtreecommitdiff
path: root/extensions/source/update
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:02:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:28 +0100
commita29cdd540c6b6b583b56f0e1a6e0c4f8714b351e (patch)
tree04e1b7df604b0b361772640b689218ec6646d95c /extensions/source/update
parent6d993bc5b448241c2cb35eff92e126058ccf1ce1 (diff)
bool improvements
Change-Id: If3402725c9cbff5df45043bd2ecd22dd6241c052
Diffstat (limited to 'extensions/source/update')
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index f52f5c53929a..1361ebaee414 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -437,7 +437,7 @@ void UpdateCheckUI::setPropertyValue(const OUString& rPropertyName,
throw lang::IllegalArgumentException();
}
else if (rPropertyName == PROPERTY_SHOW_MENUICON ) {
- bool bShowMenuIcon = sal_False;
+ bool bShowMenuIcon = false;
rValue >>= bShowMenuIcon;
if ( bShowMenuIcon != mbShowMenuIcon )
{