Kaydet (Commit) 8e115c60 authored tarafından Jens Carl's avatar Jens Carl Kaydeden (comit) Thomas Arnhold

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/9615Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Tested-by: 's avatarThomas Arnhold <thomas@arnhold.org>
üst 9d310ecf
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment