summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/conrect.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-01-29 10:55:26 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-01-29 10:57:17 +0900
commit6db0a5f381f206801035ab1d786dbac8c31cc5eb (patch)
tree60af9a26ece33d72960f00b4995564637cdff205 /sw/source/ui/inc/conrect.hxx
parentfdo#59881 - sdremote: revert un-necessary locking change. (diff)
downloadcore-6db0a5f381f206801035ab1d786dbac8c31cc5eb.tar.gz
core-6db0a5f381f206801035ab1d786dbac8c31cc5eb.zip
sal_Bool to bool
Change-Id: Iae6343a71137c5ffbc9d38f56c01d5b182975912
Diffstat (limited to 'sw/source/ui/inc/conrect.hxx')
-rw-r--r--sw/source/ui/inc/conrect.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/conrect.hxx b/sw/source/ui/inc/conrect.hxx
index c87056c168e7..f382d73668de 100644
--- a/sw/source/ui/inc/conrect.hxx
+++ b/sw/source/ui/inc/conrect.hxx
@@ -30,11 +30,11 @@
class ConstRectangle : public SwDrawBase
{
- sal_Bool bMarquee;
- sal_Bool bCapVertical;
+ bool bMarquee;
+ bool bCapVertical;
// #93382#
- sal_Bool mbVertical;
+ bool mbVertical;
public:
ConstRectangle(SwWrtShell* pSh, SwEditWin* pWin, SwView* pView);