summaryrefslogtreecommitdiffstats
path: root/sc/inc/clipparam.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-22 10:46:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-22 10:46:58 +0000
commit5c1dc778d6ce38d563462a76cdc454ed476cf15b (patch)
treee3224fdc1b57934532a49557a1ab2d778fff652e /sc/inc/clipparam.hxx
parentdefault to dbglevel=2 for callcatcher (diff)
downloadcore-5c1dc778d6ce38d563462a76cdc454ed476cf15b.tar.gz
core-5c1dc778d6ce38d563462a76cdc454ed476cf15b.zip
remove some unused code
Diffstat (limited to 'sc/inc/clipparam.hxx')
-rw-r--r--sc/inc/clipparam.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/sc/inc/clipparam.hxx b/sc/inc/clipparam.hxx
index f8a4038eaca4..63b4c9aecf53 100644
--- a/sc/inc/clipparam.hxx
+++ b/sc/inc/clipparam.hxx
@@ -79,19 +79,6 @@ struct ScClipParam
void setSourceDocID( sal_uInt32 nVal ) { mnSourceDocID = nVal; }
};
-// ============================================================================
-
-struct ScClipRangeNameData
-{
- ScRangeData::IndexMap maRangeMap;
- ::std::vector<ScRangeData*> mpRangeNames; // Don't insert NULL pointers.
- bool mbReplace;
-
- ScClipRangeNameData();
- ~ScClipRangeNameData();
- void insert(sal_uInt16 nOldIndex, sal_uInt16 nNewIndex);
-};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */