summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-10 14:58:41 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:24 +0200
commit2ec560e3e687746735d9debb304e9f64384daa65 (patch)
tree5c7468258af7ab9ebdfd3aa54cfdf51580ffca7b /svx/source/dialog
parentsvx: sal_Bool->bool (diff)
downloadcore-2ec560e3e687746735d9debb304e9f64384daa65.tar.gz
core-2ec560e3e687746735d9debb304e9f64384daa65.zip
svx: sal_Bool->bool
Change-Id: I1b692a9ca5f2580b0815b881a33f3eded7267ac1
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/swframeexample.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/swframeexample.cxx b/svx/source/dialog/swframeexample.cxx
index 2c0abf8d10f3..8af0931419a5 100644
--- a/svx/source/dialog/swframeexample.cxx
+++ b/svx/source/dialog/swframeexample.cxx
@@ -45,7 +45,7 @@ SvxSwFrameExample::SvxSwFrameExample( Window *pParent, WinBits nStyle ) :
nVRel (RelOrientation::PRINT_AREA),
nWrap (WrapTextMode_NONE),
nAnchor (TextContentAnchorType_AT_PAGE),
- bTrans (sal_False),
+ bTrans (false),
aRelPos (Point(0,0))
{
InitColors_Impl();