diff options
41 files changed, 209 insertions, 0 deletions
diff --git a/basebmp/test/tools.hxx b/basebmp/test/tools.hxx index 266d9a56ae6e..56f798450648 100644 --- a/basebmp/test/tools.hxx +++ b/basebmp/test/tools.hxx @@ -17,9 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_BASEBMP_TEST_TOOLS_HXX +#define INCLUDED_BASEBMP_TEST_TOOLS_HXX + #include <basebmp/bitmapdevice.hxx> int countPixel( const basebmp::BitmapDeviceSharedPtr& rDevice, basebmp::Color checkColor ); +#endif // INCLUDED_BASEBMP_TEST_TOOLS_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/qa/extras/charttest.hxx b/chart2/qa/extras/charttest.hxx index b3a0d31d57e7..a3b77af4a630 100644 --- a/chart2/qa/extras/charttest.hxx +++ b/chart2/qa/extras/charttest.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_CHART2_QA_EXTRAS_CHARTTEST_HXX +#define INCLUDED_CHART2_QA_EXTRAS_CHARTTEST_HXX + #include <test/bootstrapfixture.hxx> #include <unotest/macros_test.hxx> #include <comphelper/processfactory.hxx> @@ -310,4 +313,6 @@ uno::Sequence < OUString > ChartTest::getImpressChartColumnDescriptions( const c return seriesList; } +#endif // INCLUDED_CHART2_QA_EXTRAS_CHARTTEST_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cppuhelper/test/testhelper.hxx b/cppuhelper/test/testhelper.hxx index 9d948710f1f2..313ad129b13c 100644 --- a/cppuhelper/test/testhelper.hxx +++ b/cppuhelper/test/testhelper.hxx @@ -16,10 +16,16 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +#ifndef INCLUDED_CPPUHELPER_TEST_TESTHELPER_HXX +#define INCLUDED_CPPUHELPER_TEST_TESTHELPER_HXX + void testidlclass( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &r); void testPropertyTypeHelper(); void test_PropertySetHelper(); void test_ImplHelper( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > & xSF ); void test_interfacecontainer(); +#endif // INCLUDED_CPPUHELPER_TEST_TESTHELPER_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 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 <test/unoapi_test.hxx> // basic uno api test class for calc @@ -23,4 +26,6 @@ private: css::uno::Reference<css::uno::XInterface> 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 <com/sun/star/uno/Type.hxx> #include <com/sun/star/uno/Reference.hxx> @@ -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 <com/sun/star/uno/Reference.hxx> 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 <rtl/ustring.hxx> #include <com/sun/star/uno/Reference.hxx> #include <test/testdllapi.hxx> @@ -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 <rtl/ustring.hxx> #include <com/sun/star/uno/Reference.hxx> #include <test/testdllapi.hxx> @@ -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 <rtl/ustring.hxx> #include <com/sun/star/uno/Reference.hxx> #include <test/testdllapi.hxx> @@ -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 <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/XInterface.hpp> #include <test/testdllapi.hxx> @@ -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 <com/sun/star/uno/Reference.hxx> #include <test/testdllapi.hxx> @@ -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 <com/sun/star/beans/XPropertySet.hpp> 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 <com/sun/star/uno/Reference.hxx> #include <test/testdllapi.hxx> @@ -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 <com/sun/star/table/CellRangeAddress.hpp> #include <test/testdllapi.hxx> @@ -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 <com/sun/star/uno/XInterface.hpp> #include <test/testdllapi.hxx> @@ -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 <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/Reference.hxx> #include <test/testdllapi.hxx> @@ -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 <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/sheet/XDataPilotDescriptor.hpp> @@ -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 <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/XInterface.hpp> #include <test/testdllapi.hxx> @@ -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 <com/sun/star/uno/Reference.hxx> #include <com/sun/star/table/XCell.hpp> #include <test/testdllapi.hxx> @@ -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 <com/sun/star/uno/Reference.hxx> #include <com/sun/star/table/CellRangeAddress.hpp> #include <com/sun/star/table/CellAddress.hpp> @@ -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 <com/sun/star/uno/Reference.hxx> #include <test/testdllapi.hxx> @@ -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 <rtl/ustring.hxx> #include <com/sun/star/sheet/XNamedRange.hpp> #include <test/testdllapi.hxx> @@ -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 <com/sun/star/uno/Reference.hxx> #include <com/sun/star/sheet/XSpreadsheet.hpp> #include <test/testdllapi.hxx> @@ -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 <com/sun/star/sheet/XPrintAreas.hpp> #include <test/testdllapi.hxx> @@ -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 <rtl/ustring.hxx> #include <com/sun/star/sheet/XSheetAnnotation.hpp> #include <test/testdllapi.hxx> @@ -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 <com/sun/star/sheet/XSheetAnnotations.hpp> #include <test/testdllapi.hxx> @@ -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 <rtl/ustring.hxx> #include <com/sun/star/sheet/XSheetOutline.hpp> #include <test/testdllapi.hxx> @@ -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 <com/sun/star/uno/Reference.hxx> #include <test/testdllapi.hxx> @@ -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 <test/testdllapi.hxx> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> @@ -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 <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: */ 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 <sal/config.h> #include <test/bootstrapfixture.hxx> #include <unotest/macros_test.hxx> @@ -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 <com/sun/star/uno/Reference.hxx> #include <test/testdllapi.hxx> @@ -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 <test/testdllapi.hxx> 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 <test/testdllapi.hxx> 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 <comphelper/documentconstants.hxx> #include <rtl/ustring.hxx> #include <unotest/detail/unotestdllapi.hxx> @@ -82,4 +85,6 @@ protected: } +#endif // INCLUDED_UNOTEST_FILTERS_TEST_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/io/test/stm/testfactreg.hxx b/io/test/stm/testfactreg.hxx index b43315570db2..6578bc5d320e 100644 --- a/io/test/stm/testfactreg.hxx +++ b/io/test/stm/testfactreg.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +#ifndef INCLUDED_IO_TEST_STM_TESTFACTREG_HXX +#define INCLUDED_IO_TEST_STM_TESTFACTREG_HXX + #include <rtl/strbuf.hxx> Reference< XInterface > SAL_CALL OPipeTest_CreateInstance( const Reference< XMultiServiceFactory > & rSMgr ) throw( Exception ); @@ -110,4 +114,6 @@ Sequence<sal_Int8> createIntSeq( sal_Int32 i ); } \ ((void)0) +#endif // INCLUDED_IO_TEST_STM_TESTFACTREG_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sax/test/sax/factory.hxx b/sax/test/sax/factory.hxx index 6a5e4d36ef93..58bcc2fbf7b0 100644 --- a/sax/test/sax/factory.hxx +++ b/sax/test/sax/factory.hxx @@ -16,6 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +#ifndef INCLUDED_SAX_TEST_SAX_FACTORY_HXX +#define INCLUDED_SAX_TEST_SAX_FACTORY_HXX + #include <rtl/strbuf.hxx> namespace sax_test { @@ -79,4 +83,6 @@ Sequence<OUString> OSaxWriterTest_getSupportedServiceNames( ) throw(); } \ ((void)0) +#endif // INCLUDED_SAX_TEST_SAX_FACTORY_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 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 <string> #include <vector> @@ -38,4 +41,6 @@ class TestZipImpl bool test_getContent(); }; +#endif // INCLUDED_SHELL_QA_ZIP_TESTZIPIMPL_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/PropertyMapHelper.hxx b/writerfilter/source/dmapper/PropertyMapHelper.hxx index ed81f0701cbc..fb3b9857eff7 100644 --- a/writerfilter/source/dmapper/PropertyMapHelper.hxx +++ b/writerfilter/source/dmapper/PropertyMapHelper.hxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_PROPERTYMAPHELPER_HXX +#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_PROPERTYMAPHELPER_HXX + #if OSL_DEBUG_LEVEL > 1 #include "PropertyMap.hxx" #include <com/sun/star/beans/PropertyValues.hpp> @@ -42,4 +45,6 @@ void lcl_DumpPropertyValueSeqSeq(const TagLogger::Pointer_t pLogger, } #endif // OSL_DEBUG_LEVEL > 1 +#endif // INCLUDED_WRITERFILTER_SOURCE_DMAPPER_PROPERTYMAPHELPER_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmlhelp/source/cxxhelp/test/abidebug.hxx b/xmlhelp/source/cxxhelp/test/abidebug.hxx index bb16c6812487..e1a661c1032c 100644 --- a/xmlhelp/source/cxxhelp/test/abidebug.hxx +++ b/xmlhelp/source/cxxhelp/test/abidebug.hxx @@ -16,9 +16,15 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +#ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_TEST_ABIDEBUG_HXX +#define INCLUDED_XMLHELP_SOURCE_CXXHELP_TEST_ABIDEBUG_HXX + #include <iostream> #include <rtl/ustring> ostream& operator<<( ostream& out,const OUString& bla ); +#endif // INCLUDED_XMLHELP_SOURCE_CXXHELP_TEST_ABIDEBUG_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |