summaryrefslogtreecommitdiff
path: root/sc/inc/clipparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-05 13:34:00 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-03-05 15:21:09 -0500
commit6c5be702c24b375794b73e944f8b387a12e9e40a (patch)
tree161dade3d2e5cf03529724373b1baa82e8a34754 /sc/inc/clipparam.hxx
parentfe2ee40d95cddd52bf90d1f6b2023171e2caea24 (diff)
Adjusted ScDocument::CopyRangeNamesFromClip() for the ScRangeName change.
Diffstat (limited to 'sc/inc/clipparam.hxx')
-rw-r--r--sc/inc/clipparam.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/clipparam.hxx b/sc/inc/clipparam.hxx
index 915a4fb7333a..c5d76085de73 100644
--- a/sc/inc/clipparam.hxx
+++ b/sc/inc/clipparam.hxx
@@ -78,7 +78,7 @@ struct ScClipParam
struct ScClipRangeNameData
{
ScRangeData::IndexMap maRangeMap;
- ::std::vector<ScRangeData*> mpRangeNames;
+ ::std::vector<ScRangeData*> mpRangeNames; // Don't insert NULL pointers.
bool mbReplace;
ScClipRangeNameData();