diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-17 08:38:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-17 08:38:58 +0000 |
commit | 98b415b62cfc9070079099620b43b56e162fc6dd (patch) | |
tree | a8ee2b5c042e2cc192610aef40726209ec9b6c79 /sw/source/ui/inc/drawbase.hxx | |
parent | fa16c87ba1fd87cf68b9a7133ae4767a65f7b5df (diff) |
INTEGRATION: CWS aw020 (1.4.914); FILE MERGED
2004/10/26 13:13:02 aw 1.4.914.1: #i33136#
Diffstat (limited to 'sw/source/ui/inc/drawbase.hxx')
-rw-r--r-- | sw/source/ui/inc/drawbase.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/inc/drawbase.hxx b/sw/source/ui/inc/drawbase.hxx index bc72450b17..2bc8c772e2 100644 --- a/sw/source/ui/inc/drawbase.hxx +++ b/sw/source/ui/inc/drawbase.hxx @@ -2,9 +2,9 @@ * * $RCSfile: drawbase.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: os $ $Date: 2002-10-25 13:09:46 $ + * last change: $Author: obo $ $Date: 2004-11-17 09:38:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,6 +114,9 @@ public: virtual void Deactivate(); // Function deaktivieren virtual void CreateDefaultObject(); + + // #i33136# + virtual bool doConstructOrthogonal() const; }; |