summaryrefslogtreecommitdiffstats
path: root/filter/source/placeware/zip.hxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2014-05-28 07:01:30 +0000
committerThomas Arnhold <thomas@arnhold.org>2014-05-28 02:50:45 -0500
commit7cfb4f864ab9b61241e2b9ffb645e9a0d4dd1a6d (patch)
tree4ba35d19d6bb2a7c0d49b03b857019a58ba1393c /filter/source/placeware/zip.hxx
parentRelated fdo#71616: Set correct BaseSize (diff)
downloadcore-7cfb4f864ab9b61241e2b9ffb645e9a0d4dd1a6d.tar.gz
core-7cfb4f864ab9b61241e2b9ffb645e9a0d4dd1a6d.zip
fdo#68849: Add header guards to all include files
Added header guards to directory filter/ Fixed missing INCLUDED_ prefix Change-Id: I091e6a0262d3a58b3b784e39970f79c5b10d04f5 Reviewed-on: https://gerrit.libreoffice.org/9521 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'filter/source/placeware/zip.hxx')
-rw-r--r--filter/source/placeware/zip.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/filter/source/placeware/zip.hxx b/filter/source/placeware/zip.hxx
index 1dd7a65c4739..92711455d004 100644
--- a/filter/source/placeware/zip.hxx
+++ b/filter/source/placeware/zip.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_FILTER_SOURCE_PLACEWARE_ZIP_HXX
+#define INCLUDED_FILTER_SOURCE_PLACEWARE_ZIP_HXX
+
#include <sal/types.h>
#include <rtl/string.hxx>
#include <osl/file.hxx>
@@ -53,4 +56,6 @@ private:
std::vector<ZipEntry*> maEntries;
};
+#endif // INCLUDED_FILTER_SOURCE_PLACEWARE_ZIP_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */