diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-02-27 22:55:22 +0100 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-01 20:48:09 +0100 |
commit | bd658dc67a7c88f787b2d2207b52ff1d95794518 (patch) | |
tree | ff9a4e4145dcf69721377482562309fbee4aafe1 /reportdesign | |
parent | 4cc6566ef8345abd8765369b40311ae6369546d3 (diff) |
Remove date comments in base.
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/core/api/ReportDefinition.cxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/dlg/Condition.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/core/api/ReportDefinition.cxx b/reportdesign/source/core/api/ReportDefinition.cxx index be497dd491bd..7c0b013879bd 100644 --- a/reportdesign/source/core/api/ReportDefinition.cxx +++ b/reportdesign/source/core/api/ReportDefinition.cxx @@ -809,7 +809,7 @@ void SAL_CALL OReportDefinition::disposing() // don't dispose, this currently is the task of either the ref count going to // 0, or of the embedded object (if we're embedded, which is the only possible // case so far) - // #i78366# / 2007-06-18 / frank.schoenheit@sun.com + // #i78366# m_pImpl->m_xStorage.clear(); m_pImpl->m_xViewData.clear(); m_pImpl->m_xCurrentController.clear(); diff --git a/reportdesign/source/ui/dlg/Condition.cxx b/reportdesign/source/ui/dlg/Condition.cxx index b05321fcad2d..2aba0c42a510 100644 --- a/reportdesign/source/ui/dlg/Condition.cxx +++ b/reportdesign/source/ui/dlg/Condition.cxx @@ -220,7 +220,7 @@ IMPL_LINK( OColorPopup, SelectHdl, void *, EMPTYARG ) USHORT nItemId = m_aColorSet.GetSelectItemId(); Color aColor( nItemId == 0 ? Color( COL_TRANSPARENT ) : m_aColorSet.GetItemColor( nItemId ) ); - /* #i33380# DR 2004-09-03 Moved the following line above the Dispatch() calls. + /* #i33380# Moved the following line above the Dispatch() calls. This instance may be deleted in the meantime (i.e. when a dialog is opened while in Dispatch()), accessing members will crash in this case. */ m_aColorSet.SetNoSelection(); |