summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-28 14:45:04 +0200
committerTor Lillqvist <tml@collabora.com>2014-02-28 14:52:49 +0200
commitdc23ea1522f5304944ef9ade4cd2a722db2e3505 (patch)
treee6bb9fdfcd06ac874ee929c8caf44f2d712e71ff /sw
parent440fbd609054d78e37f4953dfdde8c79c10b4981 (diff)
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: Ide2bd5caf2d6920c99400fbad290349d7dcca464
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/frmdlg/frmpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index 8c98fd6214bd..040cbc87afba 100644
--- a/sw/source/ui/frmdlg/frmpage.cxx
+++ b/sw/source/ui/frmdlg/frmpage.cxx
@@ -2420,7 +2420,7 @@ void SwGrfExtPage::Reset(const SfxItemSet &rSet)
&& ((const SfxBoolItem *)pItem)->GetValue() )
{
m_pBrowseBT->Enable();
- m_pConnectED->SetReadOnly(sal_False);
+ m_pConnectED->SetReadOnly(false);
}
ActivatePage(rSet);