summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/externallinkbuffer.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-07-15 22:28:03 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-19 05:53:48 +0000
commitd2ab8f8c33f0eb7c49c6ecb03da7b8616fce8db5 (patch)
tree4810601e38d33fbb2f21d2df414df778c927c28f /sc/source/filter/inc/externallinkbuffer.hxx
parent61fc9da45f845ae98d8e0f159bac6a4c2f39ddd7 (diff)
sc: remove commented out code
this code does not work any more getFilterType() was removed along with meFilterType in commit c4cb83504faa1d241a116001fd27f7148de300ba Change-Id: I992a061d4eb6a1349377e6fc35f966999fb57ead Reviewed-on: https://gerrit.libreoffice.org/27244 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/source/filter/inc/externallinkbuffer.hxx')
-rw-r--r--sc/source/filter/inc/externallinkbuffer.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/filter/inc/externallinkbuffer.hxx b/sc/source/filter/inc/externallinkbuffer.hxx
index b3430528f0e5..cfc647b5bbaa 100644
--- a/sc/source/filter/inc/externallinkbuffer.hxx
+++ b/sc/source/filter/inc/externallinkbuffer.hxx
@@ -85,11 +85,6 @@ public:
/** Imports the DDEITEM_STRING record containing a string in a link result. */
void importDdeItemString( SequenceInputStream& rStrm );
-#if 0
- /** Returns the sheet cache index if this is a sheet-local external name. */
- sal_Int32 getSheetCacheIndex() const;
-#endif
-
/** Returns the DDE item info needed by the XML formula parser. */
bool getDdeItemInfo(
css::sheet::DDEItemInfo& orItemInfo ) const;