diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-02-27 22:58:05 +0100 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-01 20:51:13 +0100 |
commit | 051070d9643a50799d5dd6c6672aa12b6880af86 (patch) | |
tree | 61432e1af8727aff25d38ef0b9a0c6620865ab6e /reportdesign | |
parent | bd658dc67a7c88f787b2d2207b52ff1d95794518 (diff) |
Remove bogus comments.
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/report/SectionView.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/report/SectionView.cxx b/reportdesign/source/ui/report/SectionView.cxx index fd7bc528d55d..2e7b52d40e3e 100644 --- a/reportdesign/source/ui/report/SectionView.cxx +++ b/reportdesign/source/ui/report/SectionView.cxx @@ -209,7 +209,7 @@ void OSectionView::SetMarkedToLayer( SdrLayerID _nLayerNo ) EndUndo(); - // #84073# check mark list now instead of later in a timer + // check mark list now instead of later in a timer CheckMarked(); MarkListHasChanged(); } |