[Libreoffice-commits] .: 2 commits - sw/source unusedcode.easy

Caolán McNamara caolan at kemper.freedesktop.org
Wed Sep 21 05:02:56 PDT 2011


 sw/source/ui/uno/unomailmerge.cxx |    2 +-
 unusedcode.easy                   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 582d831bfb9c8710888e9a2cffee0c8163d2b9b2
Author: Andreu Correa Casablanca <castarco at gmail.com>
Date:   Sat Sep 17 17:38:52 2011 +0200

    removed redundant null ptr check in sw/source/ui/uni/unomailmarge.cxx l. 630

diff --git a/sw/source/ui/uno/unomailmerge.cxx b/sw/source/ui/uno/unomailmerge.cxx
index e7fd532..1a1b5b0 100644
--- a/sw/source/ui/uno/unomailmerge.cxx
+++ b/sw/source/ui/uno/unomailmerge.cxx
@@ -627,7 +627,7 @@ uno::Any SAL_CALL SwXMailMerge::execute(
     // and thus avoiding the SelectShell call in Writers GetState function
     // while still in Update of Sfx.
     // (GetSelection in Update is not allowed)
-    if (pView && aCurDocumentURL.getLength())
+    if (aCurDocumentURL.getLength())
         pView->AttrChangedNotify( &pView->GetWrtShell() );//Damit SelectShell gerufen wird.
 
     SharedComponent aRowSetDisposeHelper;
commit 90cd178e1582c63d2e27501e2f5aa553bbd06a82
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Sep 21 12:12:47 2011 +0100

    update list

diff --git a/unusedcode.easy b/unusedcode.easy
index c96bb43..1ca9d33 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -609,6 +609,7 @@ ScXMLExportDatabaseRanges::WriteImportDescriptor(com::sun::star::uno::Sequence<c
 ScXMLExportDatabaseRanges::WriteSortDescriptor(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>)
 ScXMLExportDatabaseRanges::WriteSubTotalDescriptor(com::sun::star::uno::Reference<com::sun::star::sheet::XSubTotalDescriptor>, rtl::OUString)
 ScaList::Insert(void*, unsigned int)
+ScfApiHelper::CreateInstanceWithArgs(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&)
 SchXMLExport::SetProgress(int)
 SchXMLExportHelper_Impl::getCellAddress(int, int)
 SchXMLImport::SchXMLImport(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&, com::sun::star::uno::Reference<com::sun::star::frame::XModel>, com::sun::star::uno::Reference<com::sun::star::document::XGraphicObjectResolver>&, unsigned char, unsigned char)
@@ -2655,7 +2656,6 @@ oox::xls::SheetDataBuffer::XfIdRowRange::intersects(com::sun::star::table::CellR
 oox::xls::StylesBuffer::getDxf(int) const
 oox::xls::StylesBuffer::writeStyleXfToPropertyMap(oox::PropertyMap&, int) const
 oox::xls::UnitConverter::calcOoxErrorCode(unsigned char) const
-oox::xls::WorkbookHelper::createDatabaseRangeObject(rtl::OUString&, com::sun::star::table::CellRangeAddress const&) const
 oox::xls::WorkbookHelper::getBiffFilter() const
 oox::xls::WorkbookHelper::setTextEncoding(unsigned short)
 oox::xls::WorksheetHelper::getCellAddress(com::sun::star::uno::Reference<com::sun::star::table::XCell> const&)


More information about the Libreoffice-commits mailing list