summaryrefslogtreecommitdiffstats
path: root/testtools/source/bridgetest/cppobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'testtools/source/bridgetest/cppobj.cxx')
-rw-r--r--testtools/source/bridgetest/cppobj.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx
index 2e646bfb5a18..dc5880c1b71c 100644
--- a/testtools/source/bridgetest/cppobj.cxx
+++ b/testtools/source/bridgetest/cppobj.cxx
@@ -622,11 +622,11 @@ void Test_Impl::raiseRuntimeExceptionOneway( const OUString & rMsg, const Refere
throw aExc;
}
-void dothrow2(const RuntimeException& e)
+static void dothrow2(const RuntimeException& e)
{
throw e;
}
-void dothrow(const RuntimeException& e)
+static void dothrow(const RuntimeException& e)
{
#if defined _MSC_VER
// currently only for MSVC: