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 /dbaccess/source/ui/dlg/sqlmessage.cxx | |
parent | 4cc6566ef8345abd8765369b40311ae6369546d3 (diff) |
Remove date comments in base.
Diffstat (limited to 'dbaccess/source/ui/dlg/sqlmessage.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/sqlmessage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/sqlmessage.cxx b/dbaccess/source/ui/dlg/sqlmessage.cxx index 5ba79c16e661..dcf5ade1d83c 100644 --- a/dbaccess/source/ui/dlg/sqlmessage.cxx +++ b/dbaccess/source/ui/dlg/sqlmessage.cxx @@ -375,7 +375,7 @@ OExceptionChainDialog::OExceptionChainDialog( Window* pParent, const ExceptionDi } // if the error has the code 22018, then add an additional explanation - // #i24021# / 2004-10-14 / frank.schoenheit@sun.com + // #i24021# if ( bHave22018 ) { ProviderFactory aProviderFactory; |