summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/view.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-02-20 00:58:47 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-02-20 09:37:32 +0900
commit03d5d88911111076b1c668d2eae30b5690bb564a (patch)
tree613d395a3a273e25150520db0c1fd10fc2a44e01 /sw/source/ui/inc/view.hxx
parentbZoomEnable was always true (diff)
downloadcore-03d5d88911111076b1c668d2eae30b5690bb564a.tar.gz
core-03d5d88911111076b1c668d2eae30b5690bb564a.zip
sal_Bool to bool
Change-Id: I87266c0b2aff04b888d7b201c00b36156d82fe93
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 70c0f084f4a0..71e1a1785742 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -133,13 +133,13 @@ struct SwApplyTemplate
int eType;
sal_uInt16 nColor;
SwFormatClipboard* pFormatClipboard;
- sal_Bool bUndo;
+ bool bUndo;
SwApplyTemplate() :
eType(0),
nColor(0),
pFormatClipboard(0),
- bUndo(sal_False)
+ bUndo(false)
{
aColl.pTxtColl = 0;
}
@@ -166,9 +166,9 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
static sal_uInt16 nMoveType; // for buttons below the scrollbar (viewmdi)
static sal_Int32 nActMark; // current jump mark for unknown mark
- static sal_Bool bExtra;
+ static bool bExtra;
static sal_Bool bFound;
- static sal_Bool bJustOpened;
+ static bool bJustOpened;
static SearchAttrItemList* pSrchList;
static SearchAttrItemList* pReplList;