summaryrefslogtreecommitdiff
path: root/sc/source/core/data/document.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/document.cxx')
-rw-r--r--sc/source/core/data/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx
index acc436a1b036..b2843303a2ad 100644
--- a/sc/source/core/data/document.cxx
+++ b/sc/source/core/data/document.cxx
@@ -3874,7 +3874,7 @@ void ScDocument::SetDirty( const ScRange& rRange, bool bIncludeEmptyCells )
if (maTabs[i]) maTabs[i]->SetDirty( rRange,
(bIncludeEmptyCells ? ScColumn::BROADCAST_BROADCASTERS : ScColumn::BROADCAST_DATA_POSITIONS));
- /* TODO: this now also notifies conditional formatting and does an UNO
+ /* TODO: this now also notifies conditional formatting and does a UNO
* broadcast, which wasn't done here before. Is that an actually
* desired side effect, or should we come up with a method that
* doesn't? */