summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-07 13:04:58 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-07 13:04:58 +0200
commit69d673e80c49392cee77c04df3acc7f26eb72ba7 (patch)
tree6328e9e35274f2fa904a8cdcff330cc4077fff31 /sw/inc/doc.hxx
parentcc3d0d182cafef9649e45f4657233ac2221fdd0a (diff)
i#112564: Fixed a misbehaviour of createContextEnumeration on SwXTextRange
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 6d59400ecf7b..b90fe63e50d7 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1023,7 +1023,8 @@ public:
// ( Start < Pos < End ) !!!
// (Required for Writers.)
void GetAllFlyFmts( SwPosFlyFrms& rPosFlyFmts, const SwPaM* = 0,
- sal_Bool bDrawAlso = sal_False ) const;
+ sal_Bool bDrawAlso = sal_False,
+ sal_Bool bAsCharAlso = sal_False ) const;
// Because swrtf.cxx and define private public here now.
SwFlyFrmFmt *MakeFlyFrmFmt (const String &rFmtName, SwFrmFmt *pDerivedFrom);