summaryrefslogtreecommitdiffstats
path: root/sc/inc/clipparam.hxx
diff options
context:
space:
mode:
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: */