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 /dbaccess/source/ui/dlg/TextConnectionHelper.cxx | |
parent | bd658dc67a7c88f787b2d2207b52ff1d95794518 (diff) |
Remove bogus comments.
Diffstat (limited to 'dbaccess/source/ui/dlg/TextConnectionHelper.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/TextConnectionHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |