summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-01-23 03:26:40 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-23 03:26:40 +0200
commit0ec0d899bf81a957347f0e3e257928a2e5945e30 (patch)
treea07f86df468ba36db7cdd494ea35b4eb68f3aa27 /bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx
parentc59895173854200f581fcd04c7cbcfb142efde0b (diff)
Add debug output to the dummy functions to see if/when they get called
Diffstat (limited to 'bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx
index 41f46c352b59..de8ceca10f1c 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx
@@ -430,7 +430,7 @@ bridges::cpp_uno::shared::VtableFactory::initializeBlock(
static void whatthefuck(sal_Int64 i, ...)
{
-
+ MessageBoxA (NULL, "Shit!", "whatthefuck in cpp2uno.cxx", MB_OK);
}
#endif