[Libreoffice-commits] .: 3 commits - binfilter/bf_sw
Caolán McNamara
caolan at kemper.freedesktop.org
Mon May 23 04:35:58 PDT 2011
binfilter/bf_sw/source/ui/dbui/makefile.mk | 2 --
binfilter/bf_sw/source/ui/dbui/sw_dbmgr.cxx | 21 ++++++++++-----------
binfilter/bf_sw/source/ui/dialog/makefile.mk | 2 --
binfilter/bf_sw/source/ui/misc/makefile.mk | 2 --
4 files changed, 10 insertions(+), 17 deletions(-)
New commits:
commit 694ebd486673407b06fe25e0960d5a7302dad565
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon May 23 09:10:00 2011 +0100
WaE: mark this dir as warnings free
diff --git a/binfilter/bf_sw/source/ui/dialog/makefile.mk b/binfilter/bf_sw/source/ui/dialog/makefile.mk
index 431da41..88f10d3 100644
--- a/binfilter/bf_sw/source/ui/dialog/makefile.mk
+++ b/binfilter/bf_sw/source/ui/dialog/makefile.mk
@@ -25,8 +25,6 @@
#
#*************************************************************************
-EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
-
PRJ=..$/..$/..$/..
BFPRJ=..$/..$/..
commit e4abf3146c014a36bef600d4234713c1c32a1fb7
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon May 23 09:09:00 2011 +0100
WaE: mark this dir as warnings free
diff --git a/binfilter/bf_sw/source/ui/dbui/makefile.mk b/binfilter/bf_sw/source/ui/dbui/makefile.mk
index 709b5f3..60adf2f 100644
--- a/binfilter/bf_sw/source/ui/dbui/makefile.mk
+++ b/binfilter/bf_sw/source/ui/dbui/makefile.mk
@@ -25,8 +25,6 @@
#
#*************************************************************************
-EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
-
PRJ=..$/..$/..$/..
BFPRJ=..$/..$/..
diff --git a/binfilter/bf_sw/source/ui/dbui/sw_dbmgr.cxx b/binfilter/bf_sw/source/ui/dbui/sw_dbmgr.cxx
index 347e634..50cd039 100644
--- a/binfilter/bf_sw/source/ui/dbui/sw_dbmgr.cxx
+++ b/binfilter/bf_sw/source/ui/dbui/sw_dbmgr.cxx
@@ -174,14 +174,14 @@ const sal_Char cActiveConnection[] = "ActiveConnection";
Beschreibung: CTOR
--------------------------------------------------------------------*/
-/*N*/ SwNewDBMgr::SwNewDBMgr() :
-/*N*/ pImpl(new SwNewDBMgr_Impl(*this)),
-/*N*/ pMergeEvtSrc(NULL),
-/*N*/ bInMerge(FALSE),
-/*N*/ bMergeLock(FALSE),
-/*N*/ bMergeSilent(FALSE),
-/*N*/ nMergeType(DBMGR_INSERT),
-/*N*/ bInitDBFields(FALSE)
+/*N*/ SwNewDBMgr::SwNewDBMgr()
+/*N*/ : nMergeType(DBMGR_INSERT)
+/*N*/ , bInitDBFields(FALSE)
+/*N*/ , bInMerge(FALSE)
+/*N*/ , bMergeSilent(FALSE)
+/*N*/ , bMergeLock(FALSE)
+/*N*/ , pImpl(new SwNewDBMgr_Impl(*this))
+/*N*/ , pMergeEvtSrc(NULL)
/*N*/ {
/*N*/ }
@@ -267,10 +267,9 @@ const sal_Char cActiveConnection[] = "ActiveConnection";
/*N*/ BOOL SwNewDBMgr::ToNextRecord(
-/*N*/ const String& rDataSource, const String& rCommand, sal_Int32 nCommandType)
+/*N*/ const String& rDataSource, const String& rCommand, sal_Int32 /*nCommandType*/)
/*N*/ {
/*N*/ SwDSParam* pFound = 0;
-/*N*/ BOOL bRet = TRUE;
/*N*/ if(pImpl->pMergeData &&
/*N*/ rDataSource == (String)pImpl->pMergeData->sDataSource &&
/*N*/ rCommand == (String)pImpl->pMergeData->sCommand)
@@ -342,7 +341,7 @@ const sal_Char cActiveConnection[] = "ActiveConnection";
/*N*/ }
-/*N*/ sal_Bool SwNewDBMgr::ToRecordId(sal_Int32 nSet)
+/*N*/ sal_Bool SwNewDBMgr::ToRecordId(sal_Int32)
/*N*/ {DBG_BF_ASSERT(0, "STRIP"); return FALSE;
/*N*/ }
commit 60eeee75c248713ed4874c93b783f39f30024e8d
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon May 23 09:01:05 2011 +0100
WaE: mark this dir as warnings free
diff --git a/binfilter/bf_sw/source/ui/misc/makefile.mk b/binfilter/bf_sw/source/ui/misc/makefile.mk
index 3dfd168..78b64f1 100644
--- a/binfilter/bf_sw/source/ui/misc/makefile.mk
+++ b/binfilter/bf_sw/source/ui/misc/makefile.mk
@@ -25,8 +25,6 @@
#
#*************************************************************************
-EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
-
PRJ=..$/..$/..$/..
BFPRJ=..$/..$/..
More information about the Libreoffice-commits
mailing list