diff options
-rw-r--r-- | include/test/beans/xpropertyset.hxx | 2 | ||||
-rw-r--r-- | include/test/bootstrapfixture.hxx | 12 | ||||
-rw-r--r-- | include/test/sheet/xdatapilottable.hxx | 2 | ||||
-rw-r--r-- | include/test/sheet/xdatapilottable2.hxx | 2 | ||||
-rw-r--r-- | include/test/sheet/xspreadsheets2.hxx | 2 | ||||
-rw-r--r-- | include/test/testdllapi.hxx | 4 | ||||
-rw-r--r-- | include/test/text/xtext.hxx | 2 | ||||
-rw-r--r-- | include/test/text/xtextcontent.hxx | 2 | ||||
-rw-r--r-- | include/test/text/xtextfield.hxx | 2 |
9 files changed, 15 insertions, 15 deletions
diff --git a/include/test/beans/xpropertyset.hxx b/include/test/beans/xpropertyset.hxx index cc4073a0a411..aa29baf50ff0 100644 --- a/include/test/beans/xpropertyset.hxx +++ b/include/test/beans/xpropertyset.hxx @@ -14,7 +14,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> -#include "test/testdllapi.hxx" +#include <test/testdllapi.hxx> #include <vector> diff --git a/include/test/bootstrapfixture.hxx b/include/test/bootstrapfixture.hxx index d8eaa1d3831b..3896010eec1e 100644 --- a/include/test/bootstrapfixture.hxx +++ b/include/test/bootstrapfixture.hxx @@ -18,12 +18,12 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" -#include "unotest/bootstrapfixturebase.hxx" -#include "test/testdllapi.hxx" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> +#include <unotest/bootstrapfixturebase.hxx> +#include <test/testdllapi.hxx> namespace test { diff --git a/include/test/sheet/xdatapilottable.hxx b/include/test/sheet/xdatapilottable.hxx index d11df25397d8..5ce1026505cf 100644 --- a/include/test/sheet/xdatapilottable.hxx +++ b/include/test/sheet/xdatapilottable.hxx @@ -11,7 +11,7 @@ #include <com/sun/star/table/XCell.hpp> #include <test/testdllapi.hxx> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> namespace apitest { diff --git a/include/test/sheet/xdatapilottable2.hxx b/include/test/sheet/xdatapilottable2.hxx index 002218b78ebd..2bc17a53d918 100644 --- a/include/test/sheet/xdatapilottable2.hxx +++ b/include/test/sheet/xdatapilottable2.hxx @@ -14,7 +14,7 @@ #include <com/sun/star/sheet/XSpreadsheet.hpp> #include <com/sun/star/uno/Sequence.h> -#include "test/testdllapi.hxx" +#include <test/testdllapi.hxx> #include <vector> diff --git a/include/test/sheet/xspreadsheets2.hxx b/include/test/sheet/xspreadsheets2.hxx index b25a20f8f38c..c70e50290815 100644 --- a/include/test/sheet/xspreadsheets2.hxx +++ b/include/test/sheet/xspreadsheets2.hxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "test/testdllapi.hxx" +#include <test/testdllapi.hxx> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> #include <com/sun/star/sheet/XSpreadsheet.hpp> diff --git a/include/test/testdllapi.hxx b/include/test/testdllapi.hxx index 25ed19522506..3e33b0b51ec0 100644 --- a/include/test/testdllapi.hxx +++ b/include/test/testdllapi.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_TEST_TESTDLLAPI_HXX #define INCLUDED_TEST_TESTDLLAPI_HXX -#include "sal/config.h" -#include "sal/types.h" +#include <sal/config.h> +#include <sal/types.h> #if defined OOO_DLLIMPLEMENTATION_TEST #define OOO_DLLPUBLIC_TEST SAL_DLLPUBLIC_EXPORT diff --git a/include/test/text/xtext.hxx b/include/test/text/xtext.hxx index 72eb0490ce87..ea1a1cb24170 100644 --- a/include/test/text/xtext.hxx +++ b/include/test/text/xtext.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_TEST_TEXT_XTEXT_HXX #define INCLUDED_TEST_TEXT_XTEXT_HXX -#include "test/testdllapi.hxx" +#include <test/testdllapi.hxx> #include <com/sun/star/text/XText.hpp> diff --git a/include/test/text/xtextcontent.hxx b/include/test/text/xtextcontent.hxx index 0d5cbb3661e2..4f0547616e10 100644 --- a/include/test/text/xtextcontent.hxx +++ b/include/test/text/xtextcontent.hxx @@ -11,7 +11,7 @@ #include <com/sun/star/text/XTextRange.hpp> #include <com/sun/star/text/XTextContent.hpp> -#include "test/testdllapi.hxx" +#include <test/testdllapi.hxx> namespace apitest { diff --git a/include/test/text/xtextfield.hxx b/include/test/text/xtextfield.hxx index 17c60ed6ab0d..778efada5e93 100644 --- a/include/test/text/xtextfield.hxx +++ b/include/test/text/xtextfield.hxx @@ -9,7 +9,7 @@ #include <com/sun/star/uno/Reference.hxx> -#include "test/testdllapi.hxx" +#include <test/testdllapi.hxx> namespace apitest { |