summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-09-02 17:23:41 +0200
committerEike Rathke <erack@redhat.com>2015-09-03 00:09:02 +0200
commit1cb61611c2308df86bf9acfafe25faff624dad26 (patch)
treeb3bf889a2ca403eab56924e2fdee6a7e59af248e /sc/source/ui/docshell
parent24703d7a98768cbb976b59455dd75f20c380b89c (diff)
add ScDocShellModificator::AppendCellContentModified()
... e.g. for future ScDBData column names update. Change-Id: I893b494c50a278022d3ea4fa73230dfdc3d468b1
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r--sc/source/ui/docshell/docsh.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index c9c6b7029f53..db72e8e4421c 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -3093,6 +3093,11 @@ void ScDocShellModificator::SetDocumentModified()
}
}
+void ScDocShellModificator::AppendCellContentModified( const ScRange& rRange )
+{
+ mvContentModified.push_back( rRange);
+}
+
bool ScDocShell::IsChangeRecording() const
{
ScChangeTrack* pChangeTrack = aDocument.GetChangeTrack();