summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/clone.hxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2014-05-30 20:32:57 +0000
committerThomas Arnhold <thomas@arnhold.org>2014-06-01 16:05:20 +0000
commit7610a80ad1a47f2401b4d6aca9d4f77e5be7c630 (patch)
treee4a38b324251d1f419e51b17b8b1672646abe3fa /lotuswordpro/source/filter/clone.hxx
parentd9f93ced823ee7d695cdd39d5124b67e07886ed7 (diff)
fdo#68849: Add header guards to all include files
Added header guards to files in directories l10ntools/, lotuswordpro/, and rsc/ Change-Id: I9c034d4bb5c92d78378bda4658d43a8b603d5281 Reviewed-on: https://gerrit.libreoffice.org/9581 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'lotuswordpro/source/filter/clone.hxx')
-rw-r--r--lotuswordpro/source/filter/clone.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/clone.hxx b/lotuswordpro/source/filter/clone.hxx
index 7db1dec0e1dd..bc2f7fb71e84 100644
--- a/lotuswordpro/source/filter/clone.hxx
+++ b/lotuswordpro/source/filter/clone.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_CLONE_HXX
+#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_CLONE_HXX
+
namespace detail
{
@@ -63,4 +66,6 @@ T* clone(T* const other)
return other ? ::detail::cloner<T, ::detail::has_clone<T>::value>::clone(other) : 0;
}
+#endif // INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_CLONE_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */