diff options
author | Oliver Specht <os@openoffice.org> | 2001-04-25 05:52:14 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-04-25 05:52:14 +0000 |
commit | 6d28fe04b88fd9d22c1a1b539c268e0cc3e986e3 (patch) | |
tree | a7aedd4da08d46ed536aea77bd439a83d3d02fdb /svx/inc/relfld.hxx | |
parent | dbe66eaf01cc0282588debcbb8ac98a4ab2a543a (diff) |
EnableNegativeMode is void
Diffstat (limited to 'svx/inc/relfld.hxx')
-rw-r--r-- | svx/inc/relfld.hxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/svx/inc/relfld.hxx b/svx/inc/relfld.hxx index 797bd2b8208a..af3d53b610c0 100644 --- a/svx/inc/relfld.hxx +++ b/svx/inc/relfld.hxx @@ -2,9 +2,9 @@ * * $RCSfile: relfld.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2001-04-20 08:54:15 $ + * last change: $Author: os $ $Date: 2001-04-25 06:52:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,9 +84,7 @@ private: USHORT nRelStep; BOOL bRelativeMode; BOOL bRelative; -#if SUPD>629 BOOL bNegativeEnabled; -#endif protected: void Modify(); @@ -100,9 +98,7 @@ public: BOOL IsRelativeMode() const { return bRelativeMode; } void SetRelative( BOOL bRelative = FALSE ); BOOL IsRelative() const { return bRelative; } -#if SUPD>629 - BOOL EnableNegativeMode() {bNegativeEnabled = TRUE;} -#endif + void EnableNegativeMode() {bNegativeEnabled = TRUE;} }; |