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

Luboš Luňák l.lunak at collabora.com
Wed Apr 23 10:32:58 PDT 2014


 cui/source/options/optjava.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d58e34c8234f7dacc136092c280cc7808fdfb0de
Author: Luboš Luňák <l.lunak at collabora.com>
Date:   Wed Apr 23 19:31:14 2014 +0200

    make local function static
    
    Change-Id: Id9dccb63e335fdd771eb92e446c19c0ce128f335

diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx
index cda9b33..2a3d1de 100644
--- a/cui/source/options/optjava.cxx
+++ b/cui/source/options/optjava.cxx
@@ -62,7 +62,7 @@ using namespace ::com::sun::star::uno;
 
 
 
-bool areListsEqual( const Sequence< OUString >& rListA, const Sequence< OUString >& rListB )
+static bool areListsEqual( const Sequence< OUString >& rListA, const Sequence< OUString >& rListB )
 {
     bool bRet = true;
     const sal_Int32 nLen = rListA.getLength();


More information about the Libreoffice-commits mailing list