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 --- include/test/calc_unoapi_test.hxx | 5 +++++ include/test/container/xelementaccess.hxx | 5 +++++ include/test/container/xindexaccess.hxx | 5 +++++ include/test/container/xnamecontainer.hxx | 5 +++++ include/test/container/xnamed.hxx | 5 +++++ include/test/container/xnamereplace.hxx | 5 +++++ include/test/sheet/cellproperties.hxx | 5 +++++ include/test/sheet/datapilotfield.hxx | 5 +++++ include/test/sheet/tableautoformatfield.hxx | 5 +++++ include/test/sheet/xcellrangedata.hxx | 5 +++++ include/test/sheet/xcellrangereferrer.hxx | 5 +++++ include/test/sheet/xcellrangesquery.hxx | 5 +++++ include/test/sheet/xdatabaserange.hxx | 5 +++++ include/test/sheet/xdatapilotdescriptor.hxx | 5 +++++ include/test/sheet/xdatapilotfieldgrouping.hxx | 5 +++++ include/test/sheet/xdatapilottable.hxx | 5 +++++ include/test/sheet/xdatapilottable2.hxx | 5 +++++ include/test/sheet/xgoalseek.hxx | 5 +++++ include/test/sheet/xnamedrange.hxx | 5 +++++ include/test/sheet/xnamedranges.hxx | 5 +++++ include/test/sheet/xprintareas.hxx | 5 +++++ include/test/sheet/xsheetannotation.hxx | 5 +++++ include/test/sheet/xsheetannotations.hxx | 5 +++++ include/test/sheet/xsheetoutline.hxx | 5 +++++ include/test/sheet/xspreadsheetdocument.hxx | 5 +++++ include/test/sheet/xspreadsheets2.hxx | 5 +++++ include/test/text/xtextcontent.hxx | 5 +++++ include/test/text/xtextfield.hxx | 5 +++++ include/test/unoapi_test.hxx | 5 +++++ include/test/util/xreplaceable.hxx | 5 +++++ include/test/util/xsearchable.hxx | 5 +++++ include/test/xmldiff.hxx | 5 +++++ include/unotest/filters-test.hxx | 5 +++++ 33 files changed, 165 insertions(+) (limited to 'include') diff --git a/include/test/calc_unoapi_test.hxx b/include/test/calc_unoapi_test.hxx index 6db43c103a27..f9afc22f5fb9 100644 --- a/include/test/calc_unoapi_test.hxx +++ b/include/test/calc_unoapi_test.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_CALC_UNOAPI_TEST_HXX +#define INCLUDED_TEST_CALC_UNOAPI_TEST_HXX + #include // basic uno api test class for calc @@ -23,4 +26,6 @@ private: css::uno::Reference m_xCalcComponent; }; +#endif // INCLUDED_TEST_CALC_UNOAPI_TEST_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/container/xelementaccess.hxx b/include/test/container/xelementaccess.hxx index a776d3331376..14e7ad159621 100644 --- a/include/test/container/xelementaccess.hxx +++ b/include/test/container/xelementaccess.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_CONTAINER_XELEMENTACCESS_HXX +#define INCLUDED_TEST_CONTAINER_XELEMENTACCESS_HXX + #include #include @@ -30,4 +33,6 @@ private: } +#endif // INCLUDED_TEST_CONTAINER_XELEMENTACCESS_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/container/xindexaccess.hxx b/include/test/container/xindexaccess.hxx index 95401c1cddff..0496ffae9158 100644 --- a/include/test/container/xindexaccess.hxx +++ b/include/test/container/xindexaccess.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_CONTAINER_XINDEXACCESS_HXX +#define INCLUDED_TEST_CONTAINER_XINDEXACCESS_HXX + #include namespace apitest { @@ -31,4 +34,6 @@ private: } +#endif // INCLUDED_TEST_CONTAINER_XINDEXACCESS_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/container/xnamecontainer.hxx b/include/test/container/xnamecontainer.hxx index 7a253df829fc..14239382340b 100644 --- a/include/test/container/xnamecontainer.hxx +++ b/include/test/container/xnamecontainer.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_CONTAINER_XNAMECONTAINER_HXX +#define INCLUDED_TEST_CONTAINER_XNAMECONTAINER_HXX + #include #include #include @@ -33,4 +36,6 @@ private: } +#endif // INCLUDED_TEST_CONTAINER_XNAMECONTAINER_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/container/xnamed.hxx b/include/test/container/xnamed.hxx index f57457666d91..5c79cc1410aa 100644 --- a/include/test/container/xnamed.hxx +++ b/include/test/container/xnamed.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_CONTAINER_XNAMED_HXX +#define INCLUDED_TEST_CONTAINER_XNAMED_HXX + #include #include #include @@ -30,4 +33,6 @@ private: } +#endif // INCLUDED_TEST_CONTAINER_XNAMED_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/container/xnamereplace.hxx b/include/test/container/xnamereplace.hxx index d9b039f4e6db..c6a2d7f03d9b 100644 --- a/include/test/container/xnamereplace.hxx +++ b/include/test/container/xnamereplace.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_CONTAINER_XNAMEREPLACE_HXX +#define INCLUDED_TEST_CONTAINER_XNAMEREPLACE_HXX + #include #include #include @@ -34,4 +37,6 @@ private: } +#endif // INCLUDED_TEST_CONTAINER_XNAMEREPLACE_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/cellproperties.hxx b/include/test/sheet/cellproperties.hxx index fcbdc5fe8611..4ffd785e43c1 100644 --- a/include/test/sheet/cellproperties.hxx +++ b/include/test/sheet/cellproperties.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_CELLPROPERTIES_HXX +#define INCLUDED_TEST_SHEET_CELLPROPERTIES_HXX + #include #include #include @@ -27,4 +30,6 @@ protected: } +#endif // INCLUDED_TEST_SHEET_CELLPROPERTIES_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/datapilotfield.hxx b/include/test/sheet/datapilotfield.hxx index 8fa8cdb0d986..b1eda76c2450 100644 --- a/include/test/sheet/datapilotfield.hxx +++ b/include/test/sheet/datapilotfield.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_DATAPILOTFIELD_HXX +#define INCLUDED_TEST_SHEET_DATAPILOTFIELD_HXX + #include #include @@ -29,4 +32,6 @@ protected: } +#endif // INCLUDED_TEST_SHEET_DATAPILOTFIELD_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/tableautoformatfield.hxx b/include/test/sheet/tableautoformatfield.hxx index 3b15248ae336..854b1c569bb1 100644 --- a/include/test/sheet/tableautoformatfield.hxx +++ b/include/test/sheet/tableautoformatfield.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_TABLEAUTOFORMATFIELD_HXX +#define INCLUDED_TEST_SHEET_TABLEAUTOFORMATFIELD_HXX + #include namespace apitest { @@ -25,4 +28,6 @@ public: } +#endif // INCLUDED_TEST_SHEET_TABLEAUTOFORMATFIELD_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xcellrangedata.hxx b/include/test/sheet/xcellrangedata.hxx index 63cc44f08bc8..7af4e7d9ea0f 100644 --- a/include/test/sheet/xcellrangedata.hxx +++ b/include/test/sheet/xcellrangedata.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XCELLRANGEDATA_HXX +#define INCLUDED_TEST_SHEET_XCELLRANGEDATA_HXX + #include #include @@ -26,4 +29,6 @@ protected: } +#endif // INCLUDED_TEST_SHEET_XCELLRANGEDATA_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xcellrangereferrer.hxx b/include/test/sheet/xcellrangereferrer.hxx index 5af153f86a13..70c3cb6241d8 100644 --- a/include/test/sheet/xcellrangereferrer.hxx +++ b/include/test/sheet/xcellrangereferrer.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XCELLRANGEREFERRER_HXX +#define INCLUDED_TEST_SHEET_XCELLRANGEREFERRER_HXX + #include #include @@ -31,4 +34,6 @@ private: } +#endif // INCLUDED_TEST_SHEET_XCELLRANGEREFERRER_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xcellrangesquery.hxx b/include/test/sheet/xcellrangesquery.hxx index e48c5b5e0ab0..4d3cdcf1c6ec 100644 --- a/include/test/sheet/xcellrangesquery.hxx +++ b/include/test/sheet/xcellrangesquery.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XCELLRANGESQUERY_HXX +#define INCLUDED_TEST_SHEET_XCELLRANGESQUERY_HXX + #include #include @@ -32,4 +35,6 @@ protected: } +#endif // INCLUDED_TEST_SHEET_XCELLRANGESQUERY_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xdatabaserange.hxx b/include/test/sheet/xdatabaserange.hxx index aae8ec7bf73b..09f640935e4d 100644 --- a/include/test/sheet/xdatabaserange.hxx +++ b/include/test/sheet/xdatabaserange.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XDATABASERANGE_HXX +#define INCLUDED_TEST_SHEET_XDATABASERANGE_HXX + #include #include #include @@ -31,4 +34,6 @@ protected: } +#endif // INCLUDED_TEST_SHEET_XDATABASERANGE_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xdatapilotdescriptor.hxx b/include/test/sheet/xdatapilotdescriptor.hxx index 9f85f2ebd40f..929ed63e543a 100644 --- a/include/test/sheet/xdatapilotdescriptor.hxx +++ b/include/test/sheet/xdatapilotdescriptor.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XDATAPILOTDESCRIPTOR_HXX +#define INCLUDED_TEST_SHEET_XDATAPILOTDESCRIPTOR_HXX + #include #include #include @@ -44,4 +47,6 @@ private: } +#endif // INCLUDED_TEST_SHEET_XDATAPILOTDESCRIPTOR_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xdatapilotfieldgrouping.hxx b/include/test/sheet/xdatapilotfieldgrouping.hxx index f741663b274e..550857212537 100644 --- a/include/test/sheet/xdatapilotfieldgrouping.hxx +++ b/include/test/sheet/xdatapilotfieldgrouping.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XDATAPILOTFIELDGROUPING_HXX +#define INCLUDED_TEST_SHEET_XDATAPILOTFIELDGROUPING_HXX + #include #include #include @@ -27,4 +30,6 @@ protected: } +#endif // INCLUDED_TEST_SHEET_XDATAPILOTFIELDGROUPING_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xdatapilottable.hxx b/include/test/sheet/xdatapilottable.hxx index 5ce1026505cf..05ba1e293fb8 100644 --- a/include/test/sheet/xdatapilottable.hxx +++ b/include/test/sheet/xdatapilottable.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XDATAPILOTTABLE_HXX +#define INCLUDED_TEST_SHEET_XDATAPILOTTABLE_HXX + #include #include #include @@ -31,4 +34,6 @@ protected: } +#endif // INCLUDED_TEST_SHEET_XDATAPILOTTABLE_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xdatapilottable2.hxx b/include/test/sheet/xdatapilottable2.hxx index 517ddadf24b9..f4dec325fa4d 100644 --- a/include/test/sheet/xdatapilottable2.hxx +++ b/include/test/sheet/xdatapilottable2.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XDATAPILOTTABLE2_HXX +#define INCLUDED_TEST_SHEET_XDATAPILOTTABLE2_HXX + #include #include #include @@ -50,4 +53,6 @@ private: } +#endif // INCLUDED_TEST_SHEET_XDATAPILOTTABLE2_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xgoalseek.hxx b/include/test/sheet/xgoalseek.hxx index 892a6b7a559f..0f91efb03a52 100644 --- a/include/test/sheet/xgoalseek.hxx +++ b/include/test/sheet/xgoalseek.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDE_TEST_SHEET_XGOALSEEK_HXX +#define INCLUDE_TEST_SHEET_XGOALSEEK_HXX + #include #include @@ -25,4 +28,6 @@ protected: } +#endif // INCLUDE_TEST_SHEET_XGOALSEEK_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xnamedrange.hxx b/include/test/sheet/xnamedrange.hxx index 4bb5d49a174b..180c82727b9f 100644 --- a/include/test/sheet/xnamedrange.hxx +++ b/include/test/sheet/xnamedrange.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XNAMEDRANGE_HXX +#define INCLUDED_TEST_SHEET_XNAMEDRANGE_HXX + #include #include #include @@ -34,4 +37,6 @@ protected: } +#endif // INCLUDED_TEST_SHEET_XNAMEDRANGE_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xnamedranges.hxx b/include/test/sheet/xnamedranges.hxx index f5e7ec934ed0..e3ba9e5f57da 100644 --- a/include/test/sheet/xnamedranges.hxx +++ b/include/test/sheet/xnamedranges.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XNAMEDRANGES_HXX +#define INCLUDED_TEST_SHEET_XNAMEDRANGES_HXX + #include #include #include @@ -40,4 +43,6 @@ private: } +#endif // INCLUDED_TEST_SHEET_XNAMEDRANGES_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xprintareas.hxx b/include/test/sheet/xprintareas.hxx index 5df36daddc01..fa9a98728198 100644 --- a/include/test/sheet/xprintareas.hxx +++ b/include/test/sheet/xprintareas.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XPRINTAREAS_HXX +#define INCLUDED_TEST_SHEET_XPRINTAREAS_HXX + #include #include @@ -33,4 +36,6 @@ protected: } +#endif // INCLUDED_TEST_SHEET_XPRINTAREAS_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xsheetannotation.hxx b/include/test/sheet/xsheetannotation.hxx index 5db4e90413dd..326e1b532f9b 100644 --- a/include/test/sheet/xsheetannotation.hxx +++ b/include/test/sheet/xsheetannotation.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XSHEETANNOTATION_HXX +#define INCLUDED_TEST_SHEET_XSHEETANNOTATION_HXX + #include #include #include @@ -35,4 +38,6 @@ protected: } +#endif // INCLUDED_TEST_SHEET_XSHEETANNOTATION_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xsheetannotations.hxx b/include/test/sheet/xsheetannotations.hxx index 403af949bcb6..09a29b575b46 100644 --- a/include/test/sheet/xsheetannotations.hxx +++ b/include/test/sheet/xsheetannotations.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XSHEETANNOTATIONS_HXX +#define INCLUDED_TEST_SHEET_XSHEETANNOTATIONS_HXX + #include #include @@ -30,4 +33,6 @@ protected: } +#endif // INCLUDED_TEST_SHEET_XSHEETANNOTATIONS_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xsheetoutline.hxx b/include/test/sheet/xsheetoutline.hxx index e790545bb278..396fe41864c8 100644 --- a/include/test/sheet/xsheetoutline.hxx +++ b/include/test/sheet/xsheetoutline.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XSHEETOUTLINE_HXX +#define INCLUDED_TEST_SHEET_XSHEETOUTLINE_HXX + #include #include #include @@ -33,4 +36,6 @@ protected: } +#endif // INCLUDED_TEST_SHEET_XSHEETOUTLINE_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xspreadsheetdocument.hxx b/include/test/sheet/xspreadsheetdocument.hxx index 51bdf62b5db4..647da836abd7 100644 --- a/include/test/sheet/xspreadsheetdocument.hxx +++ b/include/test/sheet/xspreadsheetdocument.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XSPREADSHEETDOCUMENT_HXX +#define INCLUDED_TEST_SHEET_XSPREADSHEETDOCUMENT_HXX + #include #include @@ -30,4 +33,6 @@ private: } +#endif // INCLUDED_TEST_SHEET_XSPREADSHEETDOCUMENT_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/sheet/xspreadsheets2.hxx b/include/test/sheet/xspreadsheets2.hxx index c70e50290815..01306f4067f5 100644 --- a/include/test/sheet/xspreadsheets2.hxx +++ b/include/test/sheet/xspreadsheets2.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_SHEET_XSPREADSHEETS2_HXX +#define INCLUDED_TEST_SHEET_XSPREADSHEETS2_HXX + #include #include @@ -58,4 +61,6 @@ private: } +#endif // INCLUDED_TEST_SHEET_XSPREADSHEETS2_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 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 #include #include @@ -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 #include @@ -26,4 +29,6 @@ public: } +#endif // INCLUDED_TEST_TEXT_XTEXTFIELD_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/unoapi_test.hxx b/include/test/unoapi_test.hxx index f0c1e9f8d7c5..a2f5c2fbffeb 100644 --- a/include/test/unoapi_test.hxx +++ b/include/test/unoapi_test.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_UNOAPI_TEST_HXX +#define INCLUDED_TEST_UNOAPI_TEST_HXX + #include #include #include @@ -33,4 +36,6 @@ private: OUString m_aBaseString; }; +#endif // INCLUDED_TEST_UNOAPI_TEST_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/util/xreplaceable.hxx b/include/test/util/xreplaceable.hxx index 0f930b4ac2bd..37caf17393e0 100644 --- a/include/test/util/xreplaceable.hxx +++ b/include/test/util/xreplaceable.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_UTIL_XREPLACEABLE_HXX +#define INCLUDED_TEST_UTIL_XREPLACEABLE_HXX + #include #include @@ -32,4 +35,6 @@ private: } +#endif // INCLUDED_TEST_UTIL_XREPLACEABLE_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/util/xsearchable.hxx b/include/test/util/xsearchable.hxx index 4c83dc89abef..99369c854be0 100644 --- a/include/test/util/xsearchable.hxx +++ b/include/test/util/xsearchable.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_UTIL_XSEARCHABLE_HXX +#define INCLUDED_TEST_UTIL_XSEARCHABLE_HXX + #include namespace apitest { @@ -31,4 +34,6 @@ private: } +#endif // INCLUDED_TEST_UTIL_XSEARCHABLE_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/test/xmldiff.hxx b/include/test/xmldiff.hxx index 93d09f2e85f4..5023bec35bd4 100644 --- a/include/test/xmldiff.hxx +++ b/include/test/xmldiff.hxx @@ -7,10 +7,15 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_XMLDIFF_HXX +#define INCLUDED_TEST_XMLDIFF_HXX + #include bool OOO_DLLPUBLIC_TEST doXMLDiff(const char* pFileName, const char* pContent, int size, const char* pToleranceFileName); +#endif // INCLUDED_TEST_XMLDIFF_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/unotest/filters-test.hxx b/include/unotest/filters-test.hxx index 3bcdf07432a0..476588aff013 100644 --- a/include/unotest/filters-test.hxx +++ b/include/unotest/filters-test.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_UNOTEST_FILTERS_TEST_HXX +#define INCLUDED_UNOTEST_FILTERS_TEST_HXX + #include #include #include @@ -82,4 +85,6 @@ protected: } +#endif // INCLUDED_UNOTEST_FILTERS_TEST_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit