[Libreoffice-commits] .: binfilter/bf_sc binfilter/bf_svtools binfilter/inc

Caolán McNamara caolan at kemper.freedesktop.org
Mon Sep 12 08:54:28 PDT 2011


 binfilter/bf_sc/source/core/data/sc_documen3.cxx   |    6 ------
 binfilter/bf_svtools/source/config/svt_saveopt.cxx |    5 -----
 binfilter/inc/bf_sc/document.hxx                   |    1 -
 binfilter/inc/bf_svtools/saveopt.hxx               |    2 --
 4 files changed, 14 deletions(-)

New commits:
commit 53fc9a498afbce451a9885cffd0953e1489a1dc7
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Sep 12 16:48:17 2011 +0100

    remove freshly unused methods

diff --git a/binfilter/bf_sc/source/core/data/sc_documen3.cxx b/binfilter/bf_sc/source/core/data/sc_documen3.cxx
index dbed6ac..993dad8 100644
--- a/binfilter/bf_sc/source/core/data/sc_documen3.cxx
+++ b/binfilter/bf_sc/source/core/data/sc_documen3.cxx
@@ -511,12 +511,6 @@ BOOL ScDocument::CreateQueryParam(USHORT, USHORT, USHORT, USHORT, USHORT nTab, S
 #define SC_STRTYPE_DBNAMES      3
 #define SC_STRTYPE_HEADERS      4
 
-
-/*N*/ BOOL ScDocument::IsEmbedded() const
-/*N*/ {
-/*N*/   return bIsEmbedded;
-/*N*/ }
-
 /*N*/ ScRange ScDocument::GetRange( USHORT nTab, const Rectangle& rMMRect )
 /*N*/ {
 /*N*/   ScTable* pTable = pTab[nTab];
diff --git a/binfilter/bf_svtools/source/config/svt_saveopt.cxx b/binfilter/bf_svtools/source/config/svt_saveopt.cxx
index 37cb388..809a09e 100644
--- a/binfilter/bf_svtools/source/config/svt_saveopt.cxx
+++ b/binfilter/bf_svtools/source/config/svt_saveopt.cxx
@@ -596,11 +596,6 @@ SvtSaveOptions::~SvtSaveOptions()
     }
 }
 
-sal_Bool SvtSaveOptions::IsBackup() const
-{
-    return pImp->pSaveOpt->IsBackup();
-}
-
 sal_Bool SvtSaveOptions::IsSaveDocView() const
 {
     return pImp->pSaveOpt->IsSaveDocView();
diff --git a/binfilter/inc/bf_sc/document.hxx b/binfilter/inc/bf_sc/document.hxx
index 09865fc..fbd1e79 100644
--- a/binfilter/inc/bf_sc/document.hxx
+++ b/binfilter/inc/bf_sc/document.hxx
@@ -541,7 +541,6 @@ public:
 
     BOOL            GetMatrixFormulaRange( const ScAddress& rCellPos, ScRange& rMatrix );
 
-    BOOL            IsEmbedded() const;
     void            SnapVisArea( Rectangle& rRect ) const;          // 1/100 mm
 
     BOOL            ValidTabName( const String& rName ) const;
diff --git a/binfilter/inc/bf_svtools/saveopt.hxx b/binfilter/inc/bf_svtools/saveopt.hxx
index 7d8cf4f..c2f2cb7 100644
--- a/binfilter/inc/bf_svtools/saveopt.hxx
+++ b/binfilter/inc/bf_svtools/saveopt.hxx
@@ -62,8 +62,6 @@ public:
                             SvtSaveOptions();
                             virtual ~SvtSaveOptions();
 
-    sal_Bool                IsBackup() const;
-
     sal_Bool                IsSaveDocView() const;
 
     sal_Bool                IsSaveRelINet() const;


More information about the Libreoffice-commits mailing list