[Libreoffice-commits] core.git: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Feb 2 04:09:17 UTC 2019


 sc/source/ui/unoobj/dapiuno.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit e1bcd6150f0ff7c4563fec722491d39498c544a0
Author:     Jens Carl <j.carl43 at gmx.de>
AuthorDate: Sat Feb 2 02:31:11 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Sat Feb 2 05:08:49 2019 +0100

    Add some comments
    
    Change-Id: Ice9919d7536060a8daac349f08db6c8366ebe392
    Reviewed-on: https://gerrit.libreoffice.org/67272
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/sc/source/ui/unoobj/dapiuno.cxx b/sc/source/ui/unoobj/dapiuno.cxx
index b0158f954ece..e9bc8db1be47 100644
--- a/sc/source/ui/unoobj/dapiuno.cxx
+++ b/sc/source/ui/unoobj/dapiuno.cxx
@@ -1677,6 +1677,8 @@ Any SAL_CALL ScDataPilotFieldsObj::getByIndex( sal_Int32 nIndex )
     return Any( xField );
 }
 
+// XElementAccess
+
 uno::Type SAL_CALL ScDataPilotFieldsObj::getElementType()
 {
     SolarMutexGuard aGuard;
@@ -1689,6 +1691,8 @@ sal_Bool SAL_CALL ScDataPilotFieldsObj::hasElements()
     return ( getCount() != 0 );
 }
 
+// XNameAccess
+
 Any SAL_CALL ScDataPilotFieldsObj::getByName( const OUString& aName )
 {
     SolarMutexGuard aGuard;


More information about the Libreoffice-commits mailing list