[Libreoffice-commits] .: sc/inc sc/source

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Sat Aug 27 05:35:04 PDT 2011


 sc/inc/table.hxx               |    1 -
 sc/source/core/data/table1.cxx |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit e5386d695cfafa83c7de608efcd894ec565a98b4
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Aug 27 13:46:04 2011 +0200

    need argument by reference here

diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 3cb62a3..f85852d 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -71,7 +71,6 @@ class ScOutlineTable;
 class ScPostIt;
 class ScPrintSaverTab;
 class ScProgress;
-class ScProgress;
 class ScRangeList;
 class ScSheetEvents;
 class ScSortInfoArray;
diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
index c1bea20..941ca36 100644
--- a/sc/source/core/data/table1.cxx
+++ b/sc/source/core/data/table1.cxx
@@ -1679,7 +1679,7 @@ public:
     }
 };
 
-void setPrintRange(ScRange* pRange1, const ScRange* pRange2)
+void setPrintRange(ScRange*& pRange1, const ScRange* pRange2)
 {
     if (pRange2)
     {


More information about the Libreoffice-commits mailing list