summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-17 18:38:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-17 18:45:17 +0100
commit00d0a50e3b34e4f93ea2cb201db6e08714b63913 (patch)
tree2368dd982844e632deb1f442bdfdee7f830f248c /sw
parented1878d27e4fd0a81d37c2f092f300a23748f59b (diff)
Window::Notify should return bool, redux
Change-Id: Ib41ed9ace428081e1948cf109de095ea9e7c45c2
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/cctrl/actctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/cctrl/actctrl.cxx b/sw/source/ui/cctrl/actctrl.cxx
index b67303e345c1..df8f5ecb089c 100644
--- a/sw/source/ui/cctrl/actctrl.cxx
+++ b/sw/source/ui/cctrl/actctrl.cxx
@@ -30,7 +30,7 @@ void NumEditAction::Action()
bool NumEditAction::Notify( NotifyEvent& rNEvt )
{
- long nHandled = false;
+ bool nHandled = false;
if ( rNEvt.GetType() == EVENT_KEYINPUT )
{