summaryrefslogtreecommitdiff
path: root/svx/inc/svx/svdotext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/svdotext.hxx')
-rwxr-xr-xsvx/inc/svx/svdotext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/svdotext.hxx b/svx/inc/svx/svdotext.hxx
index 23ac8c5eaa..7148b74ed9 100755
--- a/svx/inc/svx/svdotext.hxx
+++ b/svx/inc/svx/svdotext.hxx
@@ -389,7 +389,7 @@ public:
// Gleichzeitig wird der Text in den Outliner gesetzt (ggf.
// der des EditOutliners) und die PaperSize gesetzt.
virtual void TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, bool bNoEditText = false,
- Rectangle* pAnchorRect=NULL, sal_Bool bLineWidth=sal_True ) const;
+ Rectangle* pAnchorRect=NULL, bool bLineWidth = true ) const;
virtual void TakeTextAnchorRect(::Rectangle& rAnchorRect) const;
const GeoStat& GetGeoStat() const { return aGeo; }