summaryrefslogtreecommitdiff
path: root/sw/source/core/text
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 14:32:02 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 14:32:02 +0000
commit717750ab76e049947c951f0983e51ba5b7d7038c (patch)
tree6ed9fd91e29cde42f1f3c08141edf5efca5f5795 /sw/source/core/text
parent48acc692dc96eb87066f74e7833da2e7acbbaa18 (diff)
INTEGRATION: CWS hiddentext (1.41.70); FILE MERGED
2003/12/16 15:44:41 fme 1.41.70.1: #i20197# Hidden text attribute
Diffstat (limited to 'sw/source/core/text')
-rw-r--r--sw/source/core/text/inftxt.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/source/core/text/inftxt.hxx b/sw/source/core/text/inftxt.hxx
index 13df38455659..ec7fc6b543d5 100644
--- a/sw/source/core/text/inftxt.hxx
+++ b/sw/source/core/text/inftxt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inftxt.hxx,v $
*
- * $Revision: 1.41 $
+ * $Revision: 1.42 $
*
- * last change: $Author: kz $ $Date: 2003-10-15 09:55:46 $
+ * last change: $Author: kz $ $Date: 2004-02-26 15:32:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -270,11 +270,7 @@ public:
// GetMultiAttr returns the text attribute of the multiportion,
// if rPos is inside any multi-line part.
// rPos will set to the end of the multi-line part.
-#ifdef BIDI
SwMultiCreator* GetMultiCreator( xub_StrLen &rPos, SwMultiPortion* pM ) const;
-#else
- SwMultiCreator* GetMultiCreator( xub_StrLen &rPos ) const;
-#endif
inline sal_Bool OnWin() const { return bOnWin; }
inline void SetOnWin( const sal_Bool bNew ) { bOnWin = bNew; }