cui/source/options/optjava.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d58e34c8234f7dacc136092c280cc7808fdfb0de Author: LuboÅ¡ LuÅák <l.lu...@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();
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits