diff options
author | Jens Carl <j.carl43@gmx.de> | 2014-05-30 22:09:54 +0000 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-01 16:13:05 +0000 |
commit | 57217e1e9f995ec413e5eecaf171481373a0a8d0 (patch) | |
tree | c5be8a3370b2cc1bf8078e3d09d8a26d89fcbcb5 /stoc/inc | |
parent | 8f0160a10dd2a5746c531040ffbf638e356f6d5d (diff) |
fdo#68849: Add header guards to all include files
Added header guards to files in directories stoc/, and svtools/
Change-Id: Ib6691b0e3fa09d71696ab947d357e489eb35df66
Reviewed-on: https://gerrit.libreoffice.org/9584
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'stoc/inc')
-rw-r--r-- | stoc/inc/stocservices.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stoc/inc/stocservices.hxx b/stoc/inc/stocservices.hxx index fb10f02f47fe..4136f2228f94 100644 --- a/stoc/inc/stocservices.hxx +++ b/stoc/inc/stocservices.hxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_STOC_INC_STOCSERVICES_HXX +#define INCLUDED_STOC_INC_STOCSERVICES_HXX #include <rtl/ustring.hxx> #include <com/sun/star/uno/Sequence.hxx> @@ -83,4 +85,6 @@ namespace stoc_services } } // namespace +#endif // INCLUDED_STOC_INC_STOCSERVICES_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |