diff options
author | Jens Carl <j.carl43@gmx.de> | 2014-05-30 21:07:48 +0000 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-01 16:07:41 +0000 |
commit | f3e1f476e9cffb75d0620ab2dcfdc1ea077cd9d3 (patch) | |
tree | 35b067fb63eed963813314b1971e6489c98f362b /sax/inc | |
parent | ee0714cb95c14b889074d4baa584eba8e285c8e3 (diff) |
fdo#68849: Add header guards to all include files
Added header guards to files in directories sal/, sal/, and scripting/
Change-Id: Ieb7f224f2d27bd671618c516f47f5b7f08c1d294
Reviewed-on: https://gerrit.libreoffice.org/9582
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sax/inc')
-rw-r--r-- | sax/inc/xml2utf.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sax/inc/xml2utf.hxx b/sax/inc/xml2utf.hxx index 0fa9fc7411c9..526dd13fc7a0 100644 --- a/sax/inc/xml2utf.hxx +++ b/sax/inc/xml2utf.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_SAX_INC_XML2UTF_HXX +#define INCLUDED_SAX_INC_XML2UTF_HXX + #include <sal/types.h> namespace sax_expatwrap { @@ -131,4 +134,6 @@ private: }; } +#endif // INCLUDED_SAX_INC_XML2UTF_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |