summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accheaderfooter.hxx
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/source/core/access/accheaderfooter.hxx
parentdc0111e5fdc9ecf991420e99b08260ed4f0d2bdb (diff)
reduce space needed by comments in sw/source/core
Change-Id: Ia9267c50a02acaa60d7514781384623bf17b23bd Signed-off-by: Philipp Riemer <ruderphilipp@gmail.com>
Diffstat (limited to 'sw/source/core/access/accheaderfooter.hxx')
-rw-r--r--sw/source/core/access/accheaderfooter.hxx9
1 files changed, 3 insertions, 6 deletions
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);