summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-27 22:58:05 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-01 20:51:13 +0100
commit051070d9643a50799d5dd6c6672aa12b6880af86 (patch)
tree61432e1af8727aff25d38ef0b9a0c6620865ab6e
parentRemove date comments in base. (diff)
downloadcore-051070d9643a50799d5dd6c6672aa12b6880af86.tar.gz
core-051070d9643a50799d5dd6c6672aa12b6880af86.zip
Remove bogus comments.
-rw-r--r--dbaccess/source/ui/dlg/TextConnectionHelper.cxx2
-rw-r--r--dbaccess/source/ui/dlg/dbwiz.cxx2
-rw-r--r--reportdesign/source/ui/report/SectionView.cxx2
3 files changed, 3 insertions, 3 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())
diff --git a/dbaccess/source/ui/dlg/dbwiz.cxx b/dbaccess/source/ui/dlg/dbwiz.cxx
index cac6a8499601..5624420c904f 100644
--- a/dbaccess/source/ui/dlg/dbwiz.cxx
+++ b/dbaccess/source/ui/dlg/dbwiz.cxx
@@ -347,7 +347,7 @@ void ODbTypeWizDialog::enableConfirmSettings( bool _bEnable )
{
enableButtons( WZB_FINISH, _bEnable );
// TODO:
- // this is hacky. At the moment, this method is used in only one case (#b6532894#).
+ // this is hacky. At the moment, this method is used in only one case.
// As soon as it is to be used more wide-spread, we should find a proper concept
// for enabling both the Next and Finish buttons, depending on the current page state.
// Plus, the concept must also care for the case where those pages are embedded into
diff --git a/reportdesign/source/ui/report/SectionView.cxx b/reportdesign/source/ui/report/SectionView.cxx
index fd7bc528d55d..2e7b52d40e3e 100644
--- a/reportdesign/source/ui/report/SectionView.cxx
+++ b/reportdesign/source/ui/report/SectionView.cxx
@@ -209,7 +209,7 @@ void OSectionView::SetMarkedToLayer( SdrLayerID _nLayerNo )
EndUndo();
- // #84073# check mark list now instead of later in a timer
+ // check mark list now instead of later in a timer
CheckMarked();
MarkListHasChanged();
}