diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-24 10:28:41 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-24 10:28:41 +0100 |
commit | 60b6e151c65c8fe8e45f0281260458a7a0b214ef (patch) | |
tree | b7cebf0fac826953d45a369e50ea1df4304a8134 /svtools/inc | |
parent | 0b7810240a6457bda65915af93c39c213a7f296a (diff) |
removetooltypes01: #i112600# adjust rebase for windows
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 ); |