summaryrefslogtreecommitdiff
path: root/include/svx/fillctrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 12:35:24 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:15 +0200
commit3df902ba28f6b142277a45b781a6d65389fad6b9 (patch)
treecba5c47d55da4cb4f920fb954617fd1633f079e6 /include/svx/fillctrl.hxx
parentcaf8f777e38e75641dcd13461053ba0bfd44500f (diff)
svx: sal_Bool->bool
Change-Id: I7588dbf9805cb89b0b13cfae379698038657c994
Diffstat (limited to 'include/svx/fillctrl.hxx')
-rw-r--r--include/svx/fillctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fillctrl.hxx b/include/svx/fillctrl.hxx
index 7f0d647fa3d2..fe3b82b83b78 100644
--- a/include/svx/fillctrl.hxx
+++ b/include/svx/fillctrl.hxx
@@ -53,8 +53,8 @@ private:
SvxFillTypeBox* pFillTypeLB;
SvxFillAttrBox* pFillAttrLB;
- sal_Bool bUpdate;
- sal_uInt16 eLastXFS;
+ bool bUpdate;
+ sal_uInt16 eLastXFS;
public:
SFX_DECL_TOOLBOX_CONTROL();