summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-03-21 09:44:20 +0000
committerNoel Power <noel.power@suse.com>2013-03-21 09:45:18 +0000
commit75eec37886157e00bb5e176b1bc2aac958aac882 (patch)
treeab7ee5fc6f621d3245a0e558d3e6e5361da201b6 /sw
parentcoverity#704931 Explicit null dereferenced (diff)
downloadcore-75eec37886157e00bb5e176b1bc2aac958aac882.tar.gz
core-75eec37886157e00bb5e176b1bc2aac958aac882.zip
reduce space needed by comments in sw/source/core
Change-Id: Ia9267c50a02acaa60d7514781384623bf17b23bd Signed-off-by: Philipp Riemer <ruderphilipp@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/access/acccontext.hxx12
-rw-r--r--sw/source/core/access/accfootnote.hxx9
-rw-r--r--sw/source/core/access/accgraphic.hxx9
-rw-r--r--sw/source/core/access/accheaderfooter.hxx9
-rw-r--r--sw/source/core/access/acctable.cxx4
5 files changed, 14 insertions, 29 deletions
diff --git a/sw/source/core/access/acccontext.hxx b/sw/source/core/access/acccontext.hxx
index 5cdc305964cf..95798fc86c1f 100644
--- a/sw/source/core/access/acccontext.hxx
+++ b/sw/source/core/access/acccontext.hxx
@@ -254,8 +254,7 @@ public:
throw (::com::sun::star::uno::RuntimeException);
/** Return the parents locale or throw exception if this object has no
- parent yet/anymore.
- */
+ parent yet/anymore. */
virtual ::com::sun::star::lang::Locale SAL_CALL
getLocale (void)
throw (::com::sun::star::accessibility::IllegalAccessibleComponentStateException, ::com::sun::star::uno::RuntimeException);
@@ -306,21 +305,18 @@ public:
// XServiceInfo
- /** Returns an identifier for the implementation of this object.
- */
+ /** Returns an identifier for the implementation of this object. */
virtual OUString SAL_CALL
getImplementationName (void)
throw (::com::sun::star::uno::RuntimeException);
- /** Return whether the specified service is supported by this class.
- */
+ /** Return whether the specified service is supported by this class. */
virtual sal_Bool SAL_CALL
supportsService (const OUString& sServiceName)
throw (::com::sun::star::uno::RuntimeException);
/** Returns a list of all supported services. In this case that is just
- the AccessibleContext service.
- */
+ the AccessibleContext service. */
virtual ::com::sun::star::uno::Sequence< OUString> SAL_CALL
getSupportedServiceNames (void)
throw (::com::sun::star::uno::RuntimeException);
diff --git a/sw/source/core/access/accfootnote.hxx b/sw/source/core/access/accfootnote.hxx
index a2030db555dd..123c32ebe455 100644
--- a/sw/source/core/access/accfootnote.hxx
+++ b/sw/source/core/access/accfootnote.hxx
@@ -50,21 +50,18 @@ public:
// XServiceInfo
- /** Returns an identifier for the implementation of this object.
- */
+ /** Returns an identifier for the implementation of this object. */
virtual ::rtl::OUString SAL_CALL
getImplementationName (void)
throw (::com::sun::star::uno::RuntimeException);
- /** Return whether the specified service is supported by this class.
- */
+ /** Return whether the specified service is supported by this class. */
virtual sal_Bool SAL_CALL
supportsService (const ::rtl::OUString& sServiceName)
throw (::com::sun::star::uno::RuntimeException);
/** Returns a list of all supported services. In this case that is just
- the AccessibleContext service.
- */
+ the AccessibleContext service. */
virtual ::com::sun::star::uno::Sequence< ::rtl::OUString> SAL_CALL
getSupportedServiceNames (void)
throw (::com::sun::star::uno::RuntimeException);
diff --git a/sw/source/core/access/accgraphic.hxx b/sw/source/core/access/accgraphic.hxx
index 11aa87c28dfb..a7595313cecb 100644
--- a/sw/source/core/access/accgraphic.hxx
+++ b/sw/source/core/access/accgraphic.hxx
@@ -34,21 +34,18 @@ public:
// XServiceInfo
- /** Returns an identifier for the implementation of this object.
- */
+ /** Returns an identifier for the implementation of this object. */
virtual ::rtl::OUString SAL_CALL
getImplementationName (void)
throw (::com::sun::star::uno::RuntimeException);
- /** Return whether the specified service is supported by this class.
- */
+ /** Return whether the specified service is supported by this class. */
virtual sal_Bool SAL_CALL
supportsService (const ::rtl::OUString& sServiceName)
throw (::com::sun::star::uno::RuntimeException);
/** Returns a list of all supported services. In this case that is just
- the AccessibleContext service.
- */
+ the AccessibleContext service. */
virtual ::com::sun::star::uno::Sequence< ::rtl::OUString> SAL_CALL
getSupportedServiceNames (void)
throw (::com::sun::star::uno::RuntimeException);
diff --git a/sw/source/core/access/accheaderfooter.hxx b/sw/source/core/access/accheaderfooter.hxx
index e5f37a681ae1..deb6d148947a 100644
--- a/sw/source/core/access/accheaderfooter.hxx
+++ b/sw/source/core/access/accheaderfooter.hxx
@@ -47,21 +47,18 @@ public:
// XServiceInfo
- /** Returns an identifier for the implementation of this object.
- */
+ /** Returns an identifier for the implementation of this object. */
virtual ::rtl::OUString SAL_CALL
getImplementationName (void)
throw (::com::sun::star::uno::RuntimeException);
- /** Return whether the specified service is supported by this class.
- */
+ /** Return whether the specified service is supported by this class. */
virtual sal_Bool SAL_CALL
supportsService (const ::rtl::OUString& sServiceName)
throw (::com::sun::star::uno::RuntimeException);
/** Returns a list of all supported services. In this case that is just
- the AccessibleContext service.
- */
+ the AccessibleContext service. */
virtual ::com::sun::star::uno::Sequence< ::rtl::OUString> SAL_CALL
getSupportedServiceNames (void)
throw (::com::sun::star::uno::RuntimeException);
diff --git a/sw/source/core/access/acctable.cxx b/sw/source/core/access/acctable.cxx
index 05569cca44e6..34c27ff8e5c6 100644
--- a/sw/source/core/access/acctable.cxx
+++ b/sw/source/core/access/acctable.cxx
@@ -1372,9 +1372,7 @@ void SwAccessibleTable::InvalidateChildPosOrSize( const SwAccessibleChild& rChil
}
-//
-// XAccessibleSelection
-//
+//===== XAccessibleSelection =============================================
void SAL_CALL SwAccessibleTable::selectAccessibleChild(
sal_Int32 nChildIndex )