[Libreoffice-commits] core.git: 2 commits - sw/source
Tor Lillqvist
tml at collabora.com
Fri Feb 28 04:53:12 PST 2014
sw/source/core/undo/undobj.cxx | 2 +-
sw/source/ui/frmdlg/frmpage.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2df809f4a3671720b15de3c44185766d09e4c425
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Feb 28 14:47:32 2014 +0200
WaE: unused parameter 'bCopyNext'
Change-Id: Ic455c6f7a40d8f96335ecda37084ff7c0ef601a5
diff --git a/sw/source/core/undo/undobj.cxx b/sw/source/core/undo/undobj.cxx
index 9f45a4a..b20d91c 100644
--- a/sw/source/core/undo/undobj.cxx
+++ b/sw/source/core/undo/undobj.cxx
@@ -998,7 +998,7 @@ sal_Bool SwUndo::FillSaveData(
const SwPaM& rRange,
SwRedlineSaveDatas& rSData,
sal_Bool bDelRange,
- sal_Bool bCopyNext )
+ sal_Bool /* bCopyNext */ )
{
rSData.DeleteAndDestroyAll();
commit dc23ea1522f5304944ef9ade4cd2a722db2e3505
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Feb 28 14:45:04 2014 +0200
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: Ide2bd5caf2d6920c99400fbad290349d7dcca464
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index 8c98fd6..040cbc8 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);
More information about the Libreoffice-commits
mailing list