summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-28 15:11:55 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-28 15:14:36 +0100
commit4d4ce886672194a76ef1de327c97c484f7a50e51 (patch)
tree67e4e9c8373a2ef575090914a104d8231a26deb8 /sc/inc/docuno.hxx
parenta9b7b4ab6bdec13341c8bdd4b359e5a2f501774c (diff)
prevent some nasty ScRangeList->ScRange->ScRangeList conversion
Change-Id: I9dac82ffeed920ce39aab16d89a91e2f9083908b
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index 4ec44634c285..69852358ed7d 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -136,6 +136,7 @@ public:
ScSheetSaveData* GetSheetSaveData();
void RepaintRange( const ScRange& rRange );
+ void RepaintRange( const ScRangeList& rRange );
bool HasChangesListeners() const;