[Libreoffice-commits] .: scratch/ocrimport scratch/sc-dptest
Caolán McNamara
caolan at kemper.freedesktop.org
Sat Nov 20 12:54:28 PST 2010
scratch/ocrimport/MyListener.cxx | 21 ---------------------
scratch/sc-dptest/inc/dpcachetable.hxx | 2 --
scratch/sc-dptest/source/dptestbase.cxx | 1 -
3 files changed, 24 deletions(-)
New commits:
commit 11e52fa27a34efb97976a369401d7930b2a5e3e6
Author: Gabriel Monnerat <gabrielmonnerat at gmail.com>
Date: Sat Nov 20 20:54:08 2010 +0000
remove some bogus comments
diff --git a/scratch/ocrimport/MyListener.cxx b/scratch/ocrimport/MyListener.cxx
index 50e6947..a09799b 100644
--- a/scratch/ocrimport/MyListener.cxx
+++ b/scratch/ocrimport/MyListener.cxx
@@ -37,22 +37,13 @@
namespace css = ::com::sun::star;
-/*-----------------------------------------------------
- 20.11.2003 11:31
------------------------------------------------------*/
MyListener::MyListener(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR)
: m_xSMGR(xSMGR)
{}
-/*-----------------------------------------------------
- 20.11.2003 11:32
------------------------------------------------------*/
MyListener::~MyListener()
{}
-/*-----------------------------------------------------
- 20.11.2003 12:04
------------------------------------------------------*/
css::uno::Any SAL_CALL MyListener::execute(const css::uno::Sequence< css::beans::NamedValue >& lArguments)
throw (css::lang::IllegalArgumentException,
css::uno::Exception,
@@ -127,18 +118,12 @@ css::uno::Any SAL_CALL MyListener::execute(const css::uno::Sequence< css::beans:
return css::uno::Any();
}
-/*-----------------------------------------------------
- 20.11.2003 12:13
------------------------------------------------------*/
::rtl::OUString SAL_CALL MyListener::getImplementationName()
throw (css::uno::RuntimeException)
{
return ::rtl::OUString::createFromAscii(MYLISTENER_IMPLEMENTATIONNAME);
}
-/*-----------------------------------------------------
- 20.11.2003 12:13
------------------------------------------------------*/
css::uno::Sequence< ::rtl::OUString > SAL_CALL MyListener::getSupportedServiceNames()
throw (css::uno::RuntimeException)
{
@@ -147,9 +132,6 @@ css::uno::Sequence< ::rtl::OUString > SAL_CALL MyListener::getSupportedServiceNa
return lNames;
}
-/*-----------------------------------------------------
- 20.11.2003 12:14
------------------------------------------------------*/
sal_Bool SAL_CALL MyListener::supportsService(const ::rtl::OUString& sServiceName)
throw (css::uno::RuntimeException)
{
@@ -159,9 +141,6 @@ sal_Bool SAL_CALL MyListener::supportsService(const ::rtl::OUString& sServiceNam
);
}
-/*-----------------------------------------------------
- 20.11.2003 11:31
------------------------------------------------------*/
css::uno::Reference< css::uno::XInterface > MyListener::st_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR)
{
MyListener* pListener = new MyListener(xSMGR);
diff --git a/scratch/sc-dptest/inc/dpcachetable.hxx b/scratch/sc-dptest/inc/dpcachetable.hxx
index c014226..8ab8786 100644
--- a/scratch/sc-dptest/inc/dpcachetable.hxx
+++ b/scratch/sc-dptest/inc/dpcachetable.hxx
@@ -42,8 +42,6 @@ private:
sal_Int32 mnStrCount;
};
-// ----------------------------------------------------------------------------
-
class DataTable
{
public:
diff --git a/scratch/sc-dptest/source/dptestbase.cxx b/scratch/sc-dptest/source/dptestbase.cxx
index 0d7db1b..ddac643 100644
--- a/scratch/sc-dptest/source/dptestbase.cxx
+++ b/scratch/sc-dptest/source/dptestbase.cxx
@@ -160,7 +160,6 @@ void DPTestBase::run()
fprintf(stdout, "checking results for normal display mode...\n");
verifyTableResults(data);
- // ----------------------------------------------------------------------
// Verify results with reference item.
static const sal_Int32 refTypeList[] = {
More information about the Libreoffice-commits
mailing list