Kaydet (Commit) 6d28fe04 authored tarafından Oliver Specht's avatar Oliver Specht

EnableNegativeMode is void

üst dbe66eaf
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: relfld.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -84,9 +84,7 @@ private: ...@@ -84,9 +84,7 @@ private:
USHORT nRelStep; USHORT nRelStep;
BOOL bRelativeMode; BOOL bRelativeMode;
BOOL bRelative; BOOL bRelative;
#if SUPD>629
BOOL bNegativeEnabled; BOOL bNegativeEnabled;
#endif
protected: protected:
void Modify(); void Modify();
...@@ -100,9 +98,7 @@ public: ...@@ -100,9 +98,7 @@ public:
BOOL IsRelativeMode() const { return bRelativeMode; } BOOL IsRelativeMode() const { return bRelativeMode; }
void SetRelative( BOOL bRelative = FALSE ); void SetRelative( BOOL bRelative = FALSE );
BOOL IsRelative() const { return bRelative; } BOOL IsRelative() const { return bRelative; }
#if SUPD>629 void EnableNegativeMode() {bNegativeEnabled = TRUE;}
BOOL EnableNegativeMode() {bNegativeEnabled = TRUE;}
#endif
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment