summaryrefslogtreecommitdiff
path: root/include/svx/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/svx/ruler.hxx
parent97e000474db7c1ae3ce4b160a860ef2bd930380e (diff)
Ruler::StartDrag return type wants to be bool
Change-Id: Ica4957a5575a6ec5d6ff2b6fddaa3d637426d851
Diffstat (limited to 'include/svx/ruler.hxx')
-rw-r--r--include/svx/ruler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/ruler.hxx b/include/svx/ruler.hxx
index 2cef64f3691d..267758ab5cb2 100644
--- a/include/svx/ruler.hxx
+++ b/include/svx/ruler.hxx
@@ -212,7 +212,7 @@ class SVX_DLLPUBLIC SvxRuler: public Ruler, public SfxListener
protected:
virtual void Command( const CommandEvent& rCEvt ) SAL_OVERRIDE;
virtual void Click() SAL_OVERRIDE;
- virtual long StartDrag() SAL_OVERRIDE;
+ virtual bool StartDrag() SAL_OVERRIDE;
virtual void Drag() SAL_OVERRIDE;
virtual void EndDrag() SAL_OVERRIDE;
virtual void ExtraDown() SAL_OVERRIDE;