summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh3.cxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-01 14:29:24 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-01 14:29:24 +0100
commit9d1e66bd77135b43a71dba097031e25188594a3b (patch)
tree9b5311a03bd4357fffd11b2a05a1e2c5af3e0132 /sc/source/ui/docshell/docsh3.cxx
parentbd394abd2ef2157cd2f03c6c2e6801f7223b2a80 (diff)
Remove bogus comments.
Diffstat (limited to 'sc/source/ui/docshell/docsh3.cxx')
-rw-r--r--sc/source/ui/docshell/docsh3.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx
index f3c7ae9a1033..10081240b864 100644
--- a/sc/source/ui/docshell/docsh3.cxx
+++ b/sc/source/ui/docshell/docsh3.cxx
@@ -828,14 +828,14 @@ void ScDocShell::MergeDocument( ScDocument& rOtherDoc, bool bShared, bool bCheck
DBG_ASSERT(pThisTrack,"ChangeTracking nicht angeschaltet?");
if ( !bShared )
{
- // #51138# visuelles RedLining einschalten
+ // visuelles RedLining einschalten
ScChangeViewSettings aChangeViewSet;
aChangeViewSet.SetShowChanges(TRUE);
aDocument.SetChangeViewSettings(aChangeViewSet);
}
}
- // #97286# include 100th seconds in compare?
+ // include 100th seconds in compare?
BOOL bIgnore100Sec = !pSourceTrack->IsTime100thSeconds() ||
!pThisTrack->IsTime100thSeconds();