summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/uno/DBTypeWizDlgSetup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/uno/DBTypeWizDlgSetup.hxx')
-rw-r--r--dbaccess/source/ui/uno/DBTypeWizDlgSetup.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/uno/DBTypeWizDlgSetup.hxx b/dbaccess/source/ui/uno/DBTypeWizDlgSetup.hxx
index 601dec198ab1..e5a2b0945a65 100644
--- a/dbaccess/source/ui/uno/DBTypeWizDlgSetup.hxx
+++ b/dbaccess/source/ui/uno/DBTypeWizDlgSetup.hxx
@@ -30,8 +30,8 @@ class ODBTypeWizDialogSetup
,public ::comphelper::OPropertyArrayUsageHelper< ODBTypeWizDialogSetup >
{
OUString m_sExistingDocToOpen;
- sal_Bool m_bOpenDatabase;
- sal_Bool m_bStartTableWizard;
+ bool m_bOpenDatabase;
+ bool m_bStartTableWizard;
protected:
ODBTypeWizDialogSetup(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxORB);