diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-16 11:39:08 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-16 11:51:51 +0200 |
commit | 5b1b1e55ce492ceb1a907833f7073b46451760c6 (patch) | |
tree | 6f1ff57b2cb011702eb79c41d180063ab16d9463 /cui/source/customize/macropg_impl.hxx | |
parent | 199d333f131474729a105afa5a3da61205f61df2 (diff) |
cui: sal_Bool->bool
Change-Id: Ib7dd1f27d4909d30ee794936364a472a9755c609
Diffstat (limited to 'cui/source/customize/macropg_impl.hxx')
-rw-r--r-- | cui/source/customize/macropg_impl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/customize/macropg_impl.hxx b/cui/source/customize/macropg_impl.hxx index 1a2d87c4d17f..907bdfdf06af 100644 --- a/cui/source/customize/macropg_impl.hxx +++ b/cui/source/customize/macropg_impl.hxx @@ -33,8 +33,8 @@ public: OUString sStrEvent; OUString sAssignedMacro; MacroEventListBox* pEventLB; - sal_Bool bReadOnly; - sal_Bool bIDEDialogMode; + bool bReadOnly; + bool bIDEDialogMode; }; class AssignComponentDialog : public ModalDialog |