summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-03-04 15:27:27 +0800
committerTor Lillqvist <tml@iki.fi>2012-03-05 10:35:50 +0200
commita1a1131c16227327d17bcf5ad2a5209ddc0f01a1 (patch)
tree5766be6474c0ce1ecccb00024260a0487110b639 /sc/inc
parent2bdac353ce7e28611b546bcc8a5ea236c891f944 (diff)
Remove unused code
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/conditio.hxx4
-rw-r--r--sc/inc/dpsave.hxx2
-rw-r--r--sc/inc/postit.hxx2
-rw-r--r--sc/inc/rangenam.hxx1
4 files changed, 0 insertions, 9 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx
index 8d84e4cdeb7b..2567f7905527 100644
--- a/sc/inc/conditio.hxx
+++ b/sc/inc/conditio.hxx
@@ -295,10 +295,6 @@ public:
void SourceChanged( const ScAddress& rAddr );
- /** Temporarily during save, returns RefManager's decision whether ALL
- * references are marked now. */
- bool MarkUsedExternalReferences() const;
-
sal_Bool operator==( const ScConditionalFormatList& r ) const; // for Ref-Undo
};
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx
index a699d61c0084..c4df4eda7b76 100644
--- a/sc/inc/dpsave.hxx
+++ b/sc/inc/dpsave.hxx
@@ -226,8 +226,6 @@ public:
void SetMemberPosition( const ::rtl::OUString& rName, sal_Int32 nNewPos );
void WriteToSource( const com::sun::star::uno::Reference<com::sun::star::uno::XInterface>& xDim );
- void Refresh( const com::sun::star::uno::Reference<com::sun::star::sheet::XDimensionsSupplier>& xSource ,
- const std::list<rtl::OUString> & deletedDims);
void UpdateMemberVisibility(const ::boost::unordered_map< ::rtl::OUString, bool, ::rtl::OUStringHash>& rData);
diff --git a/sc/inc/postit.hxx b/sc/inc/postit.hxx
index 1b370ceacb32..e553c92dee60 100644
--- a/sc/inc/postit.hxx
+++ b/sc/inc/postit.hxx
@@ -130,8 +130,6 @@ public:
/** Returns the caption text of this note. */
::rtl::OUString GetText() const;
- /** Returns true, if the caption text of this note contains line breaks. */
- bool HasMultiLineText() const;
/** Changes the caption text of this note. All text formatting will be lost. */
void SetText( const ScAddress& rPos, const ::rtl::OUString& rText );
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx
index 90edb8d73c6c..3d8f626e0594 100644
--- a/sc/inc/rangenam.hxx
+++ b/sc/inc/rangenam.hxx
@@ -153,7 +153,6 @@ public:
bool IsRangeAtBlock( const ScRange& ) const;
void UpdateTabRef(SCTAB nOldTable, sal_uInt16 nFlag, SCTAB nNewTable, SCTAB nNewSheets);
- void TransferTabRef( SCTAB nOldTab, SCTAB nNewTab );
void ValidateTabRefs();