Remove bogus source code comments

Change-Id: I616ca3483d926c8e4155512ef5138e3f7978ece3
Reviewed-on: https://gerrit.libreoffice.org/34842
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
This commit is contained in:
dennisroczek
2017-03-02 23:49:51 +00:00
committed by Adolfo Jayme Barrientos
parent e8e1452c88
commit f25a8fdff8
2 changed files with 2 additions and 3 deletions

View File

@@ -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> <li>a positive value if the version is too new to know whether it works with this driver</li>
</ul> </ul>
#i60062# / 2006-01-06 / frank.schoenheit@sun.com #i60062#
*/ */
extern "C" SAL_DLLPUBLIC_EXPORT int SAL_CALL matchKDEVersion() extern "C" SAL_DLLPUBLIC_EXPORT int SAL_CALL matchKDEVersion()
{ {

View File

@@ -111,7 +111,6 @@ namespace bib
// TODO: // TODO:
// this is _strange_: Why not updating the existent general page? // this is _strange_: Why not updating the existent general page?
// I consider the current behaviour a HACK. // I consider the current behaviour a HACK.
// frank.schoenheit@sun.com
if ( m_pGeneralPage ) if ( m_pGeneralPage )
{ {
m_pGeneralPage->Hide(); m_pGeneralPage->Hide();
@@ -218,4 +217,4 @@ namespace bib
} // namespace bib } // namespace bib
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */