From 8f0160a10dd2a5746c531040ffbf638e356f6d5d Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Fri, 30 May 2014 21:34:21 +0000 Subject: fdo#68849: Add header guards to all include files Added header guards to files in directories sc/, sd/, slideshow/, and solenv/ Change-Id: Ib4577761644fe72f5ddb3c5060e629bf94d6e6e2 Reviewed-on: https://gerrit.libreoffice.org/9583 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- solenv/gcc-wrappers/wrapper.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'solenv') diff --git a/solenv/gcc-wrappers/wrapper.hxx b/solenv/gcc-wrappers/wrapper.hxx index 985074196c75..b9a0bb3fe60e 100644 --- a/solenv/gcc-wrappers/wrapper.hxx +++ b/solenv/gcc-wrappers/wrapper.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX +#define INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX + #include #include #include @@ -21,4 +24,6 @@ string processccargs(vector rawargs); int startprocess(string command, string args); +#endif // INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit