basebmp/test/tools.hxx | 5 +++++ chart2/qa/extras/charttest.hxx | 5 +++++ cppuhelper/test/testhelper.hxx | 6 ++++++ 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 +++++ io/test/stm/testfactreg.hxx | 6 ++++++ sax/test/sax/factory.hxx | 6 ++++++ shell/qa/zip/testzipimpl.hxx | 5 +++++ writerfilter/source/dmapper/PropertyMapHelper.hxx | 5 +++++ xmlhelp/source/cxxhelp/test/abidebug.hxx | 6 ++++++ 41 files changed, 209 insertions(+)
New commits: commit 8e115c60081b245541408889295bc0c147091e0c Author: Jens Carl <[email protected]> Date: Mon Jun 2 02:31:45 2014 +0000 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 <[email protected]> Tested-by: Thomas Arnhold <[email protected]> diff --git a/basebmp/test/tools.hxx b/basebmp/test/tools.hxx index 266d9a5..56f7984 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 b3a0d31..a3b77af 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 9d94871..313ad12 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 6db43c1..f9afc22 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 a776d33..14e7ad1 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 95401c1..0496ffa 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 7a253df..1423938 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 f574576..5c79cc1 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 d9b039f..c6a2d7f 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 fcbdc5f..4ffd785e 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 8fa8cdb..b1eda76 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 3b15248..854b1c5 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 63cc44f..7af4e7d 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 5af153f..70c3cb6 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 e48c5b5..4d3cdcf 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 aae8ec7..09f6409 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 9f85f2e..929ed63 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 f741663..5508572 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 5ce1026..05ba1e2 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 517ddad..f4dec32 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 892a6b7..0f91efb 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 4bb5d49..180c827 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 f5e7ec9..e3ba9e5 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 5df36da..fa9a987 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 5db4e90..326e1b5 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 403af94..09a29b5 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 e790545..396fe41 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 51bdf62..647da83 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 c70e502..01306f4 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 4f05476..f238520 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 778efad..870d51d 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 f0c1e9f..a2f5c2f 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 0f930b4..37caf17 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 4c83dc8..99369c8 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 93d09f2..5023bec 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 3bcdf07..476588a 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 b433155..6578bc5 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 6a5e4d3..58bcc2f 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 2ae8753..5f85baa 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 ed81f07..fb3b985 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 bb16c68..e1a661c 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: */ _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
