From 8e115c60081b245541408889295bc0c147091e0c Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Mon, 2 Jun 2014 02:31:45 +0000 Subject: fdo#68849: Add header guards to all include files added header guards for directories basebmp/, chart2/, cppuhelper/, include/test/, io/test/, sax/test, shell/, writerfilter/, and xmlhelp/ Change-Id: I0e29a9b75c26d71f58aa98986b52f6d3b46015a6 Reviewed-on: https://gerrit.libreoffice.org/9615 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- shell/qa/zip/testzipimpl.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shell/qa') diff --git a/shell/qa/zip/testzipimpl.hxx b/shell/qa/zip/testzipimpl.hxx index 2ae8753da648..5f85baafcfdf 100644 --- a/shell/qa/zip/testzipimpl.hxx +++ b/shell/qa/zip/testzipimpl.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_SHELL_QA_ZIP_TESTZIPIMPL_HXX +#define INCLUDED_SHELL_QA_ZIP_TESTZIPIMPL_HXX + #include "internal/zipfile.hxx" #include #include @@ -38,4 +41,6 @@ class TestZipImpl bool test_getContent(); }; +#endif // INCLUDED_SHELL_QA_ZIP_TESTZIPIMPL_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit