[Libreoffice-commits] core.git: sc/source

Tor Lillqvist tml at iki.fi
Mon Aug 26 09:16:31 PDT 2013


 sc/source/ui/cctrl/checklistmenu.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d198d2fb1b3d1d65450f9be30a94b00631d3c9b8
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Aug 26 19:15:38 2013 +0300

    WaE: unused variable 'vParts' [loplugin]
    
    Change-Id: I6d025e7531880889d49170901776bd19c3adddd0

diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx
index 455fc3f..d3aab5d 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -1295,7 +1295,6 @@ void ScCheckListMenuWindow::addDateMember(const OUString& rsName, double nVal, b
         }
         maChecks.SetUpdateMode(false);
         sal_Int32 nIndex = 0;
-        std::vector< OUString > vParts;
         OUString sParent;
         SvTreeListEntry* pParent = NULL;
         int count = 0;


More information about the Libreoffice-commits mailing list