summaryrefslogtreecommitdiffstats
path: root/sw/inc/anchoreddrawobject.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:11:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:11:07 +0000
commit1103cf6bb671bac54efdeff384f20455725cd1da (patch)
treeeda86b4afede8a167866bcc947f7dda321f2c5bf /sw/inc/anchoreddrawobject.hxx
parentINTEGRATION: CWS emptypage (1.25.152); FILE MERGED (diff)
downloadcore-1103cf6bb671bac54efdeff384f20455725cd1da.tar.gz
core-1103cf6bb671bac54efdeff384f20455725cd1da.zip
INTEGRATION: CWS dbwizardpp1 (1.7.212); FILE MERGED
2005/12/05 12:54:25 bc 1.7.212.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/16 12:27:54 od 1.7.212.1: #i53320# class <SwAnchoredDrawObject> - remove method <NotYetAttachedToAnchorFrm()> - add method <NotYetPositioned()>
Diffstat (limited to 'sw/inc/anchoreddrawobject.hxx')
-rw-r--r--sw/inc/anchoreddrawobject.hxx22
1 files changed, 9 insertions, 13 deletions
diff --git a/sw/inc/anchoreddrawobject.hxx b/sw/inc/anchoreddrawobject.hxx
index 0f13f781e5bd..17fb1e68d7d5 100644
--- a/sw/inc/anchoreddrawobject.hxx
+++ b/sw/inc/anchoreddrawobject.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: anchoreddrawobject.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:32:25 $
+ * last change: $Author: hr $ $Date: 2005-12-28 17:11:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -188,17 +188,6 @@ class SwAnchoredDrawObject : public SwAnchoredObject
void AdjustPositioningAttr( const SwFrm* _pNewAnchorFrm,
const SwRect* _pNewObjRect = 0L );
- /** anchored drawing object not yet attached to a anchor frame
-
- OD 2004-08-04 #i31698#
-
- @author OD
- */
- inline bool NotYetAttachedToAnchorFrm() const
- {
- return mbNotYetAttachedToAnchorFrame;
- }
-
/** method to notify background of drawing object
OD 2004-06-30 #i28701#
@@ -208,6 +197,13 @@ class SwAnchoredDrawObject : public SwAnchoredObject
virtual void NotifyBackground( SwPageFrm* _pPageFrm,
const SwRect& _rRect,
PrepareHint _eHint );
+
+ // --> OD 2005-08-16 #i53320#
+ inline bool NotYetPositioned() const
+ {
+ return mbNotYetPositioned;
+ }
+ // <--
};
#endif