summaryrefslogtreecommitdiff
path: root/sw/inc/anchoredobject.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-04-01 15:34:22 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-04-01 15:34:22 +0000
commitc5f56fd970443a0f91f304e7e2eaddb46954f6ea (patch)
tree82aab311ba071301c77fcd61635dd5cedcf79bb6 /sw/inc/anchoredobject.hxx
parentf839f40115f965686f18637cd2f61493c68d005b (diff)
INTEGRATION: CWS swqod03 (1.12.2); FILE MERGED
2005/03/30 08:40:30 od 1.12.2.1: #120729# class <SwAnchoredObject> - add friend method <lcl_HideObj(..)> it's needed for the hotfix.
Diffstat (limited to 'sw/inc/anchoredobject.hxx')
-rw-r--r--sw/inc/anchoredobject.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/inc/anchoredobject.hxx b/sw/inc/anchoredobject.hxx
index a6f2c376b640..5e2a0eb66101 100644
--- a/sw/inc/anchoredobject.hxx
+++ b/sw/inc/anchoredobject.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: anchoredobject.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: vg $ $Date: 2005-03-23 11:50:27 $
+ * last change: $Author: rt $ $Date: 2005-04-01 16:34:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -217,6 +217,14 @@ class SwAnchoredObject
void _CheckTopOfLine( const SwFmtAnchor& _rAnch,
const SwTxtFrm& _rAnchorCharFrm );
+ // --> OD 2005-03-30 #120729# - needed for the hotfix
+ // method <lcl_HideObj(..)> sets needed data structure values for the
+ // object positioning
+ friend bool lcl_HideObj( const SwTxtFrm& _rFrm,
+ const RndStdIds _eAnchorType,
+ const xub_StrLen _nObjAnchorPos,
+ SwAnchoredObject* _pAnchoredObj );
+ // <--
protected:
SwAnchoredObject();