summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-27 22:55:22 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-01 20:48:09 +0100
commitbd658dc67a7c88f787b2d2207b52ff1d95794518 (patch)
treeff9a4e4145dcf69721377482562309fbee4aafe1 /reportdesign/source/ui
parentOSL_ASSERT takes a condition, not a message (diff)
downloadcore-bd658dc67a7c88f787b2d2207b52ff1d95794518.tar.gz
core-bd658dc67a7c88f787b2d2207b52ff1d95794518.zip
Remove date comments in base.
Diffstat (limited to 'reportdesign/source/ui')
-rw-r--r--reportdesign/source/ui/dlg/Condition.cxx2
1 files changed, 1 insertions, 1 deletions
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();