connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx | 2 +- sc/source/ui/miscdlgs/acredlin.cxx | 2 +- svx/source/table/tablertfimporter.cxx | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-)
New commits: commit 872a2d389588e26e0f1f8bbd7a95e5273cd8263f Author: Caolán McNamara <[email protected]> Date: Sun Feb 19 20:33:40 2017 +0000 coverity#1401345 Uninitialized scalar field Change-Id: I7c65e520b45d8b1bbfec2e8631201ebb3ad92829 diff --git a/svx/source/table/tablertfimporter.cxx b/svx/source/table/tablertfimporter.cxx index f72dfe7..fa6c5e09 100644 --- a/svx/source/table/tablertfimporter.cxx +++ b/svx/source/table/tablertfimporter.cxx @@ -139,6 +139,8 @@ SdrTableRTFParser::SdrTableRTFParser( SdrTableObj& rTableObj ) , mbNewDef( false ) , mnStartPara( 0 ) , mnRowCnt( 0 ) +, mnLastEdge( 0 ) +, mnVMergeIdx ( 0 ) , mpActDefault( nullptr ) , mpDefMerge( nullptr ) , mxTable( rTableObj.getTable() ) commit 37d8dc32f1dffdabe6f7dbed378f92046c6e3a18 Author: Caolán McNamara <[email protected]> Date: Sun Feb 19 14:50:02 2017 +0000 can be a PopupMenu instead of ScPopupMenu Change-Id: Icf33d24d09a27047e81f2cccc63350dae72eea3f diff --git a/sc/source/ui/miscdlgs/acredlin.cxx b/sc/source/ui/miscdlgs/acredlin.cxx index a0568a5..84d2d3d 100644 --- a/sc/source/ui/miscdlgs/acredlin.cxx +++ b/sc/source/ui/miscdlgs/acredlin.cxx @@ -1665,7 +1665,7 @@ IMPL_LINK_NOARG(ScAcceptChgDlg, CommandHdl, SvSimpleTable*, void) if(aCEvt.GetCommand()==CommandEventId::ContextMenu) { - ScopedVclPtrInstance<ScPopupMenu> aPopup(ScResId(RID_POPUP_CHANGES)); + ScopedVclPtrInstance<PopupMenu> aPopup(ScResId(RID_POPUP_CHANGES)); aPopup->SetMenuFlags(MenuFlags::HideDisabledEntries); commit b802ffe3fde8f0651d74ea563e1bf90d4e4d8099 Author: Caolán McNamara <[email protected]> Date: Sat Feb 18 14:17:02 2017 +0000 warn->info on icedove/seamonkey profiles Change-Id: I25fe8a433670effbbfd5c530587602697e4f6cf4 diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx index 15f1dd1..9ba6973 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx @@ -87,7 +87,7 @@ IniParser::IniParser(OUString const & rIniName) } else { - SAL_WARN("connectivity.mozab", "couldn't open file: " << iniUrl ); + SAL_INFO("connectivity.mozab", "couldn't open file: " << iniUrl ); } }
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
