summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
index 090ec5c13e38..753f814a3367 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
@@ -265,7 +265,7 @@ namespace CPPU_CURRENT_NAMESPACE
static int mscx_getRTTI_len(OUString const & rUNOname);
-static inline OUString toUNOname(
+static OUString toUNOname(
OUString const & rRTTIname )
throw ()
{
@@ -285,7 +285,7 @@ static inline OUString toUNOname(
return aRet.makeStringAndClear();
}
-static inline OUString toRTTIname(
+static OUString toRTTIname(
OUString const & rUNOname )
throw ()
{