summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-06 15:43:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-06 15:44:03 +0100
commitd2d586446292db0747898bb0d6161637b76c33af (patch)
treef8af322668efc22ff997f0cbe69c5a4a0789240b /include/vcl
parent697e84f5deebe60a4ebbcf3820c1b50bf5e9d271 (diff)
TabControl::DeactivatePage should return bool
Change-Id: I9fb774a235db2b9bc759976d2d3f84363ed944ec
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/tabctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx
index f084cde28f8d..663c746018f2 100644
--- a/include/vcl/tabctrl.hxx
+++ b/include/vcl/tabctrl.hxx
@@ -100,7 +100,7 @@ public:
virtual bool PreNotify( NotifyEvent& rNEvt );
virtual void ActivatePage();
- virtual long DeactivatePage();
+ virtual bool DeactivatePage();
virtual Size GetOptimalSize() const;