From d58e34c8234f7dacc136092c280cc7808fdfb0de Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Wed, 23 Apr 2014 19:31:14 +0200 Subject: make local function static Change-Id: Id9dccb63e335fdd771eb92e446c19c0ce128f335 --- cui/source/options/optjava.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx index cda9b33696eb..2a3d1de351ad 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(); -- cgit