diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 22:12:21 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 22:41:12 +0200 |
commit | 8d6da3b8aed0b523375e00eb5b5e3c2b4ca89edf (patch) | |
tree | bd87e6ced5aed2099f8090477470b049b515a9da /extensions | |
parent | 5f684581126028798eb82ba5904179b36dac9841 (diff) |
fdo#62475 - remove visual noise
Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb
Diffstat (limited to 'extensions')
-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) |