summaryrefslogtreecommitdiff
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.cxx10
1 files changed, 5 insertions, 5 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 b1e14fbdf234..27879b066a59 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
@@ -262,7 +262,7 @@ using namespace ::osl;
namespace CPPU_CURRENT_NAMESPACE
{
- int mscx_getRTTI_len(OUString const & rUNOname);
+ static int mscx_getRTTI_len(OUString const & rUNOname);
static inline OUString toUNOname(
@@ -425,7 +425,7 @@ RTTInfos::RTTInfos() throw ()
{
}
-void * __cdecl copyConstruct(
+static void * __cdecl copyConstruct(
void * pExcThis,
void * pSource,
typelib_TypeDescription * pTD ) throw ()
@@ -434,7 +434,7 @@ void * __cdecl copyConstruct(
return pExcThis;
}
-void * __cdecl destruct(
+static void * __cdecl destruct(
void * pExcThis,
typelib_TypeDescription * pTD ) throw ()
{
@@ -444,7 +444,7 @@ void * __cdecl destruct(
const int codeSnippetSize = 40;
-void GenerateConstructorTrampoline(
+static void GenerateConstructorTrampoline(
unsigned char * code,
typelib_TypeDescription * pTD ) throw ()
{
@@ -464,7 +464,7 @@ void GenerateConstructorTrampoline(
assert( p < code + codeSnippetSize );
}
-void GenerateDestructorTrampoline(
+static void GenerateDestructorTrampoline(
unsigned char * code,
typelib_TypeDescription * pTD ) throw ()
{