diff options
author | Jens Carl <j.carl43@gmx.de> | 2014-05-28 20:19:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-29 09:02:51 -0500 |
commit | 626a4283672be163085b90d2240638eb0126c654 (patch) | |
tree | 1985471322ddbbda71217fb9738f70ccd4917f70 /xmlhelp | |
parent | c979b886e26ba4fc0c7229dc877e60a1eeb5c095 (diff) |
fdo#68849: Add header guards to all include files
Added header guards to files in directories xml*/*
Change-Id: Ia5dfb9ab494bfbfae7537f2d54ff11331dc8c922
Reviewed-on: https://gerrit.libreoffice.org/9539
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/bufferedinputstream.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
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 <cppuhelper/weak.hxx> #include <osl/mutex.hxx> #include <com/sun/star/io/XInputStream.hpp> @@ -104,4 +107,6 @@ namespace chelp { } +#endif // INCLUDED_XMLHELP_SOURCE_CXXHELP_PROVIDER_BUFFEREDINPUTSTREAM_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |