summaryrefslogtreecommitdiffstats
path: root/unotest/source/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/cpp')
-rw-r--r--unotest/source/cpp/filters-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/cpp/filters-test.cxx b/unotest/source/cpp/filters-test.cxx
index 6a8f74a1c76b..7881d9a8ee59 100644
--- a/unotest/source/cpp/filters-test.cxx
+++ b/unotest/source/cpp/filters-test.cxx
@@ -20,7 +20,7 @@
namespace test {
-void decode(const OUString& rIn, const OUString &rOut)
+static void decode(const OUString& rIn, const OUString &rOut)
{
rtlCipher cipher = rtl_cipher_create(rtl_Cipher_AlgorithmARCFOUR, rtl_Cipher_ModeStream);
CPPUNIT_ASSERT_MESSAGE("cipher creation failed", cipher != nullptr);