extensions/source/ole/ole2uno.hxx | 5 ----- 1 file changed, 5 deletions(-)
New commits: commit 7a2b7693452dec3d30778301ae3a294bfaed344b Author: Tor Lillqvist <[email protected]> Date: Mon Feb 12 17:27:06 2018 +0200 No need for this #pragma once Change-Id: I219226060ebf4b8b86c8f0487fc679f22f73812a Reviewed-on: https://gerrit.libreoffice.org/54468 Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]> diff --git a/extensions/source/ole/ole2uno.hxx b/extensions/source/ole/ole2uno.hxx index e4d83c48b73b..99a3e7ae17e4 100644 --- a/extensions/source/ole/ole2uno.hxx +++ b/extensions/source/ole/ole2uno.hxx @@ -20,11 +20,6 @@ #ifndef INCLUDED_EXTENSIONS_SOURCE_OLE_OLE2UNO_HXX #define INCLUDED_EXTENSIONS_SOURCE_OLE_OLE2UNO_HXX - -#ifdef _MSC_VER -#pragma once -#endif - #include "wincrap.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
