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

Noel Power noel.power at suse.com
Mon Feb 3 03:43:25 PST 2014


 sc/inc/cellsuno.hxx              |    2 +-
 sc/source/ui/unoobj/cellsuno.cxx |   11 -----------
 2 files changed, 1 insertion(+), 12 deletions(-)

New commits:
commit 8eec79e595eb651cd41e2f6a1918af67c4d43cf7
Author: Noel Power <noel.power at suse.com>
Date:   Mon Feb 3 11:04:10 2014 +0000

    Revert "fix Worksheet.Cells by now allowing TableSheet..." fdo#70079
    
    This reverts commit 70aff4a7f7abe0c768238733ca8900b746e60189.
    
    Change-Id: I8f8b423353ae1a825be91bd94308e87844948525
    Signed-off-by: Noel Power <noel.power at suse.com>

diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 2fd4c3e..9e42591 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -1048,7 +1048,7 @@ protected:
 public:
                             ScTableSheetObj(ScDocShell* pDocSh, SCTAB nTab);
     virtual                 ~ScTableSheetObj();
-    virtual void            RefChanged();
+
     void                    InitInsertSheet(ScDocShell* pDocSh, SCTAB nTab);
 
     virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index 3bc0f8b..595b0f3 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -6885,17 +6885,6 @@ ScTableSheetObj::~ScTableSheetObj()
 {
 }
 
-void ScTableSheetObj::RefChanged()
-{
-    // skip calling immediate base
-    // class ScCellRangeObj::RefChanged as
-    // it changes the Sheets range ( which shouldn't
-    // happen ) - hmm maybe we don't even need to
-    // call ScCellRangesBase::RefChanged() :/
-
-    ScCellRangesBase::RefChanged();
-}
-
 void ScTableSheetObj::InitInsertSheet(ScDocShell* pDocSh, SCTAB nTab)
 {
     InitInsertRange( pDocSh, ScRange(0,0,nTab, MAXCOL,MAXROW,nTab) );


More information about the Libreoffice-commits mailing list