diff options
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/apearcfg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/apearcfg.hxx b/svtools/inc/svtools/apearcfg.hxx index b4c2aed65cbf..ef59e86df96c 100644 --- a/svtools/inc/svtools/apearcfg.hxx +++ b/svtools/inc/svtools/apearcfg.hxx @@ -76,7 +76,7 @@ public: virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames); sal_uInt16 GetDragMode () const { return nDragMode; } - void SetDragMode ( USHORT nSet ); + void SetDragMode ( sal_uInt16 nSet ); sal_uInt16 GetScaleFactor () const { return nScaleFactor; } void SetScaleFactor ( sal_uInt16 nSet ); |