summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotext.cxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-03-23 18:01:22 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-03-24 18:20:59 +0100
commit687e5229db4be0f370431704b01781b78db27284 (patch)
tree8ddb4f5d330141c787b7099b9fa0b030e8524cf0 /svx/source/svdraw/svdotext.cxx
parent6f2874653ebede9fcb64767821445ea0545609a7 (diff)
fix incorrect override of TakeTextRect()
bool and sal_Bool is not the same
Diffstat (limited to 'svx/source/svdraw/svdotext.cxx')
-rwxr-xr-xsvx/source/svdraw/svdotext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 198beaecab93..39f1cfa51656 100755
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -831,7 +831,7 @@ void SdrTextObj::TakeTextAnchorRect(Rectangle& rAnchorRect) const
}
void SdrTextObj::TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, bool bNoEditText,
- Rectangle* pAnchorRect, sal_Bool bLineWidth ) const
+ Rectangle* pAnchorRect, bool bLineWidth ) const
{
Rectangle aAnkRect; // Rect innerhalb dem geankert wird
TakeTextAnchorRect(aAnkRect);