summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/NavigatorChildWindow.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:00:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:23 +0100
commit608953c42590c3100eaa46ba686560403d1b8d03 (patch)
treea0b706f6199e17174fc61b8948c5b63e8490ff72 /sd/source/ui/dlg/NavigatorChildWindow.cxx
parente7d1a81ee3befa9e9444fe5bf5c4ced9c98eecf5 (diff)
bool improvements
Change-Id: Icac34936bdb551ad517170fd497212513719d2aa
Diffstat (limited to 'sd/source/ui/dlg/NavigatorChildWindow.cxx')
-rw-r--r--sd/source/ui/dlg/NavigatorChildWindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/NavigatorChildWindow.cxx b/sd/source/ui/dlg/NavigatorChildWindow.cxx
index 09b129617986..47e3e7afa72d 100644
--- a/sd/source/ui/dlg/NavigatorChildWindow.cxx
+++ b/sd/source/ui/dlg/NavigatorChildWindow.cxx
@@ -38,7 +38,7 @@ void RequestNavigatorUpdate (SfxBindings* pBindings)
if (pBindings != NULL
&& pBindings->GetDispatcher() != NULL)
{
- SfxBoolItem aItem (SID_NAVIGATOR_INIT, sal_True);
+ SfxBoolItem aItem (SID_NAVIGATOR_INIT, true);
pBindings->GetDispatcher()->Execute(
SID_NAVIGATOR_INIT,
SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD,