Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2880
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/80/2880/1
reduce space needed by comments in sw/source/core
Change-Id: Ia9267c50a02acaa60d7514781384623bf17b23bd
Signed-off-by: Philipp Riemer <ruderphilipp@gmail.com>
---
M sw/source/core/access/acccontext.hxx
M sw/source/core/access/accfootnote.hxx
M sw/source/core/access/accgraphic.hxx
M sw/source/core/access/accheaderfooter.hxx
M sw/source/core/access/acctable.cxx
5 files changed, 14 insertions(+), 29 deletions(-)
diff --git a/sw/source/core/access/acccontext.hxx b/sw/source/core/access/acccontext.hxx
index 44ae9a2..ff6c849 100644
--- a/sw/source/core/access/acccontext.hxx
+++ b/sw/source/core/access/acccontext.hxx
@@ -250,8 +250,7 @@
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);
@@ -301,21 +300,18 @@
// 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 71d47cf..baac43b 100644
--- a/sw/source/core/access/accfootnote.hxx
+++ b/sw/source/core/access/accfootnote.hxx
@@ -46,21 +46,18 @@
// 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 f20c31b..a3f7a05 100644
--- a/sw/source/core/access/accgraphic.hxx
+++ b/sw/source/core/access/accgraphic.hxx
@@ -33,21 +33,18 @@
// 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 fbe7fdc..a9aaf96 100644
--- a/sw/source/core/access/accheaderfooter.hxx
+++ b/sw/source/core/access/accheaderfooter.hxx
@@ -45,21 +45,18 @@
// 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 21a2561..72ed78c 100644
--- a/sw/source/core/access/acctable.cxx
+++ b/sw/source/core/access/acctable.cxx
@@ -1367,9 +1367,7 @@
SwAccessibleContext::InvalidateChildPosOrSize( rChildFrmOrObj, rOldBox );
}
-//
-// XAccessibleSelection
-//
+//===== XAccessibleSelection =============================================
void SAL_CALL SwAccessibleTable::selectAccessibleChild(
sal_Int32 nChildIndex )
--
To view, visit https://gerrit.libreoffice.org/2880
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia9267c50a02acaa60d7514781384623bf17b23bd
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Philipp Riemer <ruderphilipp@gmail.com>
Context
- [PATCH] reduce space needed by comments in sw/source/core · Philipp Riemer (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.