From 0156dd3c67aee234f77fac9747355dd72cb36789 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 24 Apr 2014 12:22:36 +0300 Subject: WaE: unused function 'areListsEqual' (in the --without-java case) Change-Id: I74674a70ec3a2f6b610b2ea8b8b826879ace0931 --- cui/source/options/optjava.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cui') diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx index 2a3d1de351ad..97d1609c981d 100644 --- a/cui/source/options/optjava.cxx +++ b/cui/source/options/optjava.cxx @@ -60,7 +60,7 @@ using namespace ::com::sun::star::ucb; using namespace ::com::sun::star::ui::dialogs; using namespace ::com::sun::star::uno; - +#if HAVE_FEATURE_JAVA static bool areListsEqual( const Sequence< OUString >& rListA, const Sequence< OUString >& rListB ) { @@ -87,6 +87,8 @@ static bool areListsEqual( const Sequence< OUString >& rListA, const Sequence< O return bRet; } +#endif + class SvxJavaListBox : public svx::SvxRadioButtonListBox { private: -- cgit