From 8d6da3b8aed0b523375e00eb5b5e3c2b4ca89edf Mon Sep 17 00:00:00 2001 From: Philipp Riemer Date: Sat, 31 Aug 2013 22:12:21 +0200 Subject: fdo#62475 - remove visual noise Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb --- extensions/source/ole/unoobjw.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source/ole/unoobjw.cxx') 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 #include #include @@ -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) -- cgit