summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/ConnectionPage.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-28 13:13:47 +0200
committerTor Lillqvist <tml@collabora.com>2014-02-28 13:22:56 +0200
commit278cc074512576676f0805016215bdcad73d9be2 (patch)
tree2a2a3ba15a617c09e3cee44f9cd626f3785c39d1 /dbaccess/source/ui/dlg/ConnectionPage.hxx
parent35fb9ca387e6e977b873698e8f4f1c01d572ae8c (diff)
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: Ic46830dfdb82e4519cfccd5da3f673aec12fdfd8
Diffstat (limited to 'dbaccess/source/ui/dlg/ConnectionPage.hxx')
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionPage.hxx b/dbaccess/source/ui/dlg/ConnectionPage.hxx
index 7e84d4717c56..863077136561 100644
--- a/dbaccess/source/ui/dlg/ConnectionPage.hxx
+++ b/dbaccess/source/ui/dlg/ConnectionPage.hxx
@@ -62,7 +62,7 @@ namespace dbaui
virtual void implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue);
- inline void enableConnectionURL() { m_aConnectionURL.SetReadOnly(sal_False); }
+ inline void enableConnectionURL() { m_aConnectionURL.SetReadOnly(false); }
inline void disableConnectionURL() { m_aConnectionURL.SetReadOnly(); }
/** changes the connection URL.