diff options
Diffstat (limited to 'extensions/source/ole/unoobjw.cxx')
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index aa01d11f14e6..0bed03e4d59b 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -21,6 +21,7 @@ #if _WIN32_WINNT != 0x403 #error wrong _WIN32_WINNT #endif + #include <stdio.h> #include <vector> #include <list> @@ -106,7 +107,6 @@ InterfaceOleWrapper_Impl::~InterfaceOleWrapper_Impl() fprintf(stderr,"[automation bridge] UnoObjToWrapperMap contains: %i \n", UnoObjToWrapperMap.size()); #endif - } STDMETHODIMP InterfaceOleWrapper_Impl::QueryInterface(REFIID riid, LPVOID FAR * ppv) |