diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2014-04-23 19:31:14 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2014-04-23 19:32:30 +0200 |
commit | d58e34c8234f7dacc136092c280cc7808fdfb0de (patch) | |
tree | da77d8c5b6d65813eee2d209c338251f45a3c0d0 /cui | |
parent | 6658367b2ee358417b602edfd5f0fb9d69e6caed (diff) |
make local function static
Change-Id: Id9dccb63e335fdd771eb92e446c19c0ce128f335
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optjava.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |