[Libreoffice-commits] core.git: connectivity/source extensions/source
dennisroczek
dennisroczek at libreoffice.org
Fri Mar 3 06:05:51 UTC 2017
connectivity/source/drivers/kab/KDEInit.cxx | 2 +-
extensions/source/bibliography/bibview.cxx | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
New commits:
commit f25a8fdff891809b836ae76913276919e79d5d2c
Author: dennisroczek <dennisroczek at libreoffice.org>
Date: Thu Mar 2 23:49:51 2017 +0000
Remove bogus source code comments
Change-Id: I616ca3483d926c8e4155512ef5138e3f7978ece3
Reviewed-on: https://gerrit.libreoffice.org/34842
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/connectivity/source/drivers/kab/KDEInit.cxx b/connectivity/source/drivers/kab/KDEInit.cxx
index 5317c62..c5ace04 100644
--- a/connectivity/source/drivers/kab/KDEInit.cxx
+++ b/connectivity/source/drivers/kab/KDEInit.cxx
@@ -130,7 +130,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL shutdownKApplication()
<li>a positive value if the version is too new to know whether it works with this driver</li>
</ul>
- #i60062# / 2006-01-06 / frank.schoenheit at sun.com
+ #i60062#
*/
extern "C" SAL_DLLPUBLIC_EXPORT int SAL_CALL matchKDEVersion()
{
diff --git a/extensions/source/bibliography/bibview.cxx b/extensions/source/bibliography/bibview.cxx
index 91e7a3e..32739be 100644
--- a/extensions/source/bibliography/bibview.cxx
+++ b/extensions/source/bibliography/bibview.cxx
@@ -111,7 +111,6 @@ namespace bib
// TODO:
// this is _strange_: Why not updating the existent general page?
// I consider the current behaviour a HACK.
- // frank.schoenheit at sun.com
if ( m_pGeneralPage )
{
m_pGeneralPage->Hide();
@@ -218,4 +217,4 @@ namespace bib
} // namespace bib
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
More information about the Libreoffice-commits
mailing list