summaryrefslogtreecommitdiff
path: root/include/svtools/genericunodialog.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-20 13:21:05 +0200
committerNoel Grandin <noel@peralex.com>2014-03-24 08:12:09 +0200
commit554e54429c586468778cea4a4571b80de7d28d8d (patch)
treedf03c1d933bcbf0dc3066ccc5d356e65e50c7fdb /include/svtools/genericunodialog.hxx
parent9604eb87581ae7d8714fb69cf56a0442c4740100 (diff)
svtools: sal_Bool->bool
Change-Id: Ic9b4838c4d1b4d2d2ea4665811dd396bdbec31b7
Diffstat (limited to 'include/svtools/genericunodialog.hxx')
-rw-r--r--include/svtools/genericunodialog.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/genericunodialog.hxx b/include/svtools/genericunodialog.hxx
index 373e2a4aa3c2..217de45144ad 100644
--- a/include/svtools/genericunodialog.hxx
+++ b/include/svtools/genericunodialog.hxx
@@ -74,9 +74,9 @@ namespace svt
protected:
Dialog* m_pDialog; /// the dialog to execute
- sal_Bool m_bExecuting : 1; /// we're currently executing the dialog
- sal_Bool m_bCanceled : 1; /// endDialog was called while we were executing
- sal_Bool m_bTitleAmbiguous : 1; /// m_sTitle has not been set yet
+ bool m_bExecuting : 1; /// we're currently executing the dialog
+ bool m_bCanceled : 1; /// endDialog was called while we were executing
+ bool m_bTitleAmbiguous : 1; /// m_sTitle has not been set yet
bool m_bInitialized : 1; /// has "initialize" been called?
bool m_bNeedInitialization : 1; /// do we need to be initialized before any other API call is allowed?