diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-09-09 23:23:24 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-09-12 13:22:06 -0400 |
commit | a6d2e1ef128b375a76997f6fcc9b9c29a9dedc24 (patch) | |
tree | a7ca26d0725ccdbae1219174c3642fef2556c372 /sc/inc/document.hxx | |
parent | bc0afba780200f61462d7aeba40ca82ebb4bb21f (diff) |
ResetChanged() now takes range list.
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 53d796d3d80b..64ceab9ff86d 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -863,7 +863,7 @@ public: const ::editeng::SvxBorderLine** ppRight, const ::editeng::SvxBorderLine** ppBottom ) const; - void ResetChanged( const ScRange& rRange ); + void ResetChanged( const ScRangeList& rRanges ); void SetDirty(); void SetDirty( const ScRange& ); |