summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-26 10:14:57 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 12:30:28 +0200
commit27842247e5284242b0799588754174dc1dcb0ef6 (patch)
tree55ea1f676d3e0c3cb706e486534241ea6ddf133a /editeng
parent706fee2fa732d15ed60d83b82cd6de89b8f3e531 (diff)
editeng: sal_Bool->bool
Change-Id: Iede0a8ea3e28d1a77069e61c5a9b9d5bccc69adb
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/svxfont.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/items/svxfont.cxx b/editeng/source/items/svxfont.cxx
index 636c1535f366..5c1c91339cbd 100644
--- a/editeng/source/items/svxfont.cxx
+++ b/editeng/source/items/svxfont.cxx
@@ -59,7 +59,7 @@ SvxFont::SvxFont( const SvxFont &rFont )
}
void SvxFont::DrawArrow( OutputDevice &rOut, const Rectangle& rRect,
- const Size& rSize, const Color& rCol, sal_Bool bLeft )
+ const Size& rSize, const Color& rCol, bool bLeft )
{
long nLeft = ( rRect.Left() + rRect.Right() - rSize.Width() )/ 2;
long nRight = nLeft + rSize.Width();