summaryrefslogtreecommitdiff
path: root/sw/inc/frmfmt.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:11:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:11:37 +0000
commit9b5cef53f20a389990a51eb41ad46aa9b4b7aefd (patch)
treeca3b017196a6fb76ad622b131f205e930c32caa7 /sw/inc/frmfmt.hxx
parent1103cf6bb671bac54efdeff384f20455725cd1da (diff)
INTEGRATION: CWS dbwizardpp1 (1.8.210); FILE MERGED
2005/12/05 13:29:33 bc 1.8.210.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/16 12:29:06 od 1.8.210.1: #i53320# class <SwDrawFrmFmt> - add method <ResetPosAttr()>
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r--sw/inc/frmfmt.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index 5071a67024c3..ca1424526eb5 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: frmfmt.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:54:59 $
+ * last change: $Author: hr $ $Date: 2005-12-28 17:11:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -301,6 +301,13 @@ public:
mbPosAttrSet = true;
}
// <--
+ // --> OD 2005-08-16 #i53320#
+ inline void ResetPosAttr()
+ {
+ mbPosAttrSet = false;
+ }
+ // <--
+
virtual String GetDescription() const;
DECL_FIXEDMEMPOOL_NEWDEL(SwDrawFrmFmt);