summaryrefslogtreecommitdiff
path: root/sw/inc/anchoredobject.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-07-26 07:16:37 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-07-26 07:16:37 +0000
commit0363f80b3bef54ab5629521c7f930cdf8e2722e0 (patch)
tree8a0b0894319d3ad79630f1b1dd0989021efdeabc /sw/inc/anchoredobject.hxx
parent24c63e8f2dd9cfa01fa80d4a77e00f618c933dba (diff)
INTEGRATION: CWS swqbf75 (1.16.190); FILE MERGED
2006/07/24 11:37:17 od 1.16.190.1: #b6449874# class <SwAnchoredObject> - new method <SetTmpConsiderWrapInfluenceOfOtherObjs(..)>
Diffstat (limited to 'sw/inc/anchoredobject.hxx')
-rw-r--r--sw/inc/anchoredobject.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/sw/inc/anchoredobject.hxx b/sw/inc/anchoredobject.hxx
index b6596339086a..1fd8eb2e2184 100644
--- a/sw/inc/anchoredobject.hxx
+++ b/sw/inc/anchoredobject.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: anchoredobject.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: obo $ $Date: 2006-03-22 12:21:55 $
+ * last change: $Author: rt $ $Date: 2006-07-26 08:16:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -232,6 +232,15 @@ class SwAnchoredObject
*/
bool ConsiderObjWrapInfluenceOfOtherObjs() const;
+ /** method to apply temporary consideration of wrapping style influence
+ to the anchored objects, which are anchored at the same anchor frame
+
+ OD 2006-07-24 #b6449874#
+
+ @author OD
+ */
+ void SetTmpConsiderWrapInfluenceOfOtherObjs( const bool bTmpConsiderWrapInfluence );
+
public:
TYPEINFO();