diff options
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 b1ea61dc5..52ffc9a21 100644 --- a/cui/source/customize/macropg_impl.hxx +++ b/cui/source/customize/macropg_impl.hxx @@ -44,8 +44,8 @@ public: String* pStrEvent; String* pAssignedMacro; _HeaderTabListBox* pEventLB; - BOOL bReadOnly; - BOOL bIDEDialogMode; + sal_Bool bReadOnly; + sal_Bool bIDEDialogMode; }; class AssignComponentDialog : public ModalDialog |