[Libreoffice-commits] .: sc/Module_sc.mk sc/source

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Sat Mar 24 21:59:04 PDT 2012


 sc/Module_sc.mk                    |    3 +--
 sc/source/ui/docshell/dbdocfun.cxx |    4 ----
 2 files changed, 1 insertion(+), 6 deletions(-)

New commits:
commit e4eca6763ee4967b64a219c744d9673f16382415
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Mar 25 05:06:57 2012 +0200

    remove newly unused variable

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 8f51646..bd61ce6 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -42,8 +42,7 @@ $(eval $(call gb_Module_add_targets,sc,\
 endif
 
 $(eval $(call gb_Module_add_check_targets,sc,\
-    CppunitTest_sc_ucalc \
-    CppunitTest_sc_filters_test \
+    CppunitTest_sc_chart_regression_test \
 ))
 
 $(eval $(call gb_Module_add_slowcheck_targets,sc,\
diff --git a/sc/source/ui/docshell/dbdocfun.cxx b/sc/source/ui/docshell/dbdocfun.cxx
index 5bc66c9..bb635bb 100644
--- a/sc/source/ui/docshell/dbdocfun.cxx
+++ b/sc/source/ui/docshell/dbdocfun.cxx
@@ -1461,11 +1461,7 @@ sal_uLong ScDBDocFunc::RefreshPivotTables(ScDPObject* pDPObj, bool bApi)
     if (!pDPs)
         return 0;
 
-    bool bHasGroups = false;
     ScDPSaveData* pSaveData = pDPObj->GetSaveData();
-    if (pSaveData && pSaveData->GetExistingDimensionData())
-        bHasGroups = true;
-
     std::set<ScDPObject*> aRefs;
     sal_uLong nErrId = pDPs->ReloadCache(pDPObj, aRefs);
     if (nErrId)


More information about the Libreoffice-commits mailing list