summaryrefslogtreecommitdiffstats
path: root/include/test/text
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2014-06-02 02:31:45 +0000
committerThomas Arnhold <thomas@arnhold.org>2014-06-02 08:46:30 +0000
commit8e115c60081b245541408889295bc0c147091e0c (patch)
tree8fd046900bcc43d601037bbcb9cca35f7643a5f0 /include/test/text
parentsw textboxes: implement ODF import/export (diff)
downloadcore-8e115c60081b245541408889295bc0c147091e0c.tar.gz
core-8e115c60081b245541408889295bc0c147091e0c.zip
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 <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'include/test/text')
-rw-r--r--include/test/text/xtextcontent.hxx5
-rw-r--r--include/test/text/xtextfield.hxx5
2 files changed, 10 insertions, 0 deletions
diff --git a/include/test/text/xtextcontent.hxx b/include/test/text/xtextcontent.hxx
index 4f0547616e10..f23852062548 100644
--- a/include/test/text/xtextcontent.hxx
+++ b/include/test/text/xtextcontent.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_TEXT_XTEXTCONTENT_HXX
+#define INCLUDED_TEST_TEXT_XTEXTCONTENT_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/text/XTextContent.hpp>
@@ -31,4 +34,6 @@ public:
}
+#endif // INCLUDED_TEST_TEXT_XTEXTCONTENT_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/test/text/xtextfield.hxx b/include/test/text/xtextfield.hxx
index 778efada5e93..870d51d20da5 100644
--- a/include/test/text/xtextfield.hxx
+++ b/include/test/text/xtextfield.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_TEST_TEXT_XTEXTFIELD_HXX
+#define INCLUDED_TEST_TEXT_XTEXTFIELD_HXX
+
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
@@ -26,4 +29,6 @@ public:
}
+#endif // INCLUDED_TEST_TEXT_XTEXTFIELD_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */