summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/drawbase.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 08:38:58 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 08:38:58 +0000
commit0b420bc03ad15fa6294ea2489f24b2bfd6de30fe (patch)
tree917cc24a511ddf125757c2ca191ca1b135c5e8f1 /sw/source/ui/inc/drawbase.hxx
parentfbef4132eee9110e494051334c08ea4fb0ad97b0 (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.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/inc/drawbase.hxx b/sw/source/ui/inc/drawbase.hxx
index 90379e8c1225..cc86511e0fb8 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;
};