From 051070d9643a50799d5dd6c6672aa12b6880af86 Mon Sep 17 00:00:00 2001 From: Guillaume Poussel Date: Sun, 27 Feb 2011 22:58:05 +0100 Subject: Remove bogus comments. --- dbaccess/source/ui/dlg/TextConnectionHelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/dlg/TextConnectionHelper.cxx') diff --git a/dbaccess/source/ui/dlg/TextConnectionHelper.cxx b/dbaccess/source/ui/dlg/TextConnectionHelper.cxx index 45b821480109..2903742efa70 100644 --- a/dbaccess/source/ui/dlg/TextConnectionHelper.cxx +++ b/dbaccess/source/ui/dlg/TextConnectionHelper.cxx @@ -335,7 +335,7 @@ DBG_NAME(OTextConnectionHelper) String aErrorText; Control* pErrorWin = NULL; // if (!m_aFieldSeparator.GetText().Len()) - // bug (#42168) if this line is compiled under OS2 (in a product environent) + // if this line is compiled under OS2 (in a product environent) // -> use a temporary variable String aDelText(m_aFieldSeparator.GetText()); if(!aDelText.Len()) -- cgit