summaryrefslogtreecommitdiff
path: root/include/svtools/ruler.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-28 10:43:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-28 13:44:11 +0200
commitf5a1a26d8fe3aaf7ef88980b44b830f5b1702108 (patch)
tree46a3e126749c38ad736dda4b74433680679e1645 /include/svtools/ruler.hxx
parent97e000474db7c1ae3ce4b160a860ef2bd930380e (diff)
Ruler::StartDrag return type wants to be bool
Change-Id: Ica4957a5575a6ec5d6ff2b6fddaa3d637426d851
Diffstat (limited to 'include/svtools/ruler.hxx')
-rw-r--r--include/svtools/ruler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx
index 76a7bc57889d..e19b05a72c61 100644
--- a/include/svtools/ruler.hxx
+++ b/include/svtools/ruler.hxx
@@ -717,7 +717,7 @@ public:
virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
- virtual long StartDrag();
+ virtual bool StartDrag();
virtual void Drag();
virtual void EndDrag();
virtual void Click();