summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-04 00:11:22 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-03-04 19:40:06 +0100
commit76d93f3b5b699a8b31968375d78a37ddeafc4c24 (patch)
tree25ead6e6a3b7d539c9cc38b3a956dae35018138c /connectivity
parent2feb4340b65b53c9d3b23d39461f870d8c3d4978 (diff)
Remove bogus and useless comments in libs-core.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/commontools/conncleanup.cxx2
-rw-r--r--connectivity/source/sdbcx/VCollection.cxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/commontools/conncleanup.cxx b/connectivity/source/commontools/conncleanup.cxx
index 6c6516f9fd1f..acf6324a10f4 100644
--- a/connectivity/source/commontools/conncleanup.cxx
+++ b/connectivity/source/commontools/conncleanup.cxx
@@ -182,8 +182,6 @@ namespace dbtools
// check this here.
//
// Yes, this is a HACK :(
- //
- // 94407 - 08.11.2001 - fs@openoffice.org
if ( xNewConnection.get() != m_xOriginalConnection.get() )
{
#if OSL_DEBUG_LEVEL > 0
diff --git a/connectivity/source/sdbcx/VCollection.cxx b/connectivity/source/sdbcx/VCollection.cxx
index 61ec574386e0..b620f398cc84 100644
--- a/connectivity/source/sdbcx/VCollection.cxx
+++ b/connectivity/source/sdbcx/VCollection.cxx
@@ -107,7 +107,6 @@ namespace
// during the swap. If we would not do this, the UStringMixLess instance which is used would be
// default constructed (instead of being constructed from the same instance in m_aNameMap), and
// it's case-sensitive flag would have an unpredictable value.
- // 2002-01-09 - #106589# - fs@openoffice.org
}
// -----------------------------------------------------------------------------
virtual void clear()