diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-25 15:04:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-25 15:04:30 +0000 |
commit | 873d70cadedf8e78c5c7a118a9ae266b7b84e0f9 (patch) | |
tree | 084e0f33ed79ca70bf06456abd3d4dd8b19aba0b | |
parent | 4a2cfb35870f7664d2249a7fd1fd3a90312109c7 (diff) |
INTEGRATION: CWS layoutmanager (1.4.384); FILE MERGED
2003/11/25 13:06:20 cd 1.4.384.1: #111899# Support QueryValue/PutValue
-rw-r--r-- | svx/inc/rulritem.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/inc/rulritem.hxx b/svx/inc/rulritem.hxx index 1e6119466e69..f6e5e1d1ba00 100644 --- a/svx/inc/rulritem.hxx +++ b/svx/inc/rulritem.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rulritem.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mba $ $Date: 2002-05-27 14:20:50 $ + * last change: $Author: kz $ $Date: 2004-02-25 16:04:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,6 +99,7 @@ public: TYPEINFO(); SvxLongLRSpaceItem(long lLeft, long lRight, USHORT nId); SvxLongLRSpaceItem(const SvxLongLRSpaceItem &); + SvxLongLRSpaceItem(); long GetLeft() const { return lLeft; } long GetRight() const { return lRight; } @@ -134,6 +135,7 @@ public: TYPEINFO(); SvxLongULSpaceItem(long lUpper, long lLower, USHORT nId); SvxLongULSpaceItem(const SvxLongULSpaceItem &); + SvxLongULSpaceItem(); long GetUpper() const { return lLeft; } long GetLower() const { return lRight; } @@ -167,6 +169,7 @@ public: TYPEINFO(); SvxPagePosSizeItem(const Point &rPos, long lWidth, long lHeight); SvxPagePosSizeItem(const SvxPagePosSizeItem &); + SvxPagePosSizeItem(); const Point &GetPos() const { return aPos; } long GetWidth() const { return lWidth; } |