From 626a4283672be163085b90d2240638eb0126c654 Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Wed, 28 May 2014 20:19:23 +0000 Subject: fdo#68849: Add header guards to all include files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added header guards to files in directories xml*/* Change-Id: Ia5dfb9ab494bfbfae7537f2d54ff11331dc8c922 Reviewed-on: https://gerrit.libreoffice.org/9539 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- xmlhelp/source/cxxhelp/provider/bufferedinputstream.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/provider/bufferedinputstream.hxx b/xmlhelp/source/cxxhelp/provider/bufferedinputstream.hxx index b52d3592eb76..f126fe6645fc 100644 --- a/xmlhelp/source/cxxhelp/provider/bufferedinputstream.hxx +++ b/xmlhelp/source/cxxhelp/provider/bufferedinputstream.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_PROVIDER_BUFFEREDINPUTSTREAM_HXX +#define INCLUDED_XMLHELP_SOURCE_CXXHELP_PROVIDER_BUFFEREDINPUTSTREAM_HXX + #include #include #include @@ -104,4 +107,6 @@ namespace chelp { } +#endif // INCLUDED_XMLHELP_SOURCE_CXXHELP_PROVIDER_BUFFEREDINPUTSTREAM_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit