diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:30:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:50 +0200 |
commit | 34307a8a7da7def2f3ee207c08b59a48864a03f8 (patch) | |
tree | aac22f4bc997ce80ef362643ade1852b64a648e6 /test/source/sheet/xdatapilottable2.cxx | |
parent | 4c8eac645bca4cc95e5ea3f39e4702d83e565f04 (diff) |
loplugin:includeform: test
Change-Id: Ibcbb5b002e8326c484547a825cb295d0f5158a3b
Diffstat (limited to 'test/source/sheet/xdatapilottable2.cxx')
-rw-r--r-- | test/source/sheet/xdatapilottable2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xdatapilottable2.cxx b/test/source/sheet/xdatapilottable2.cxx index a300704d1a2d..471996627d28 100644 --- a/test/source/sheet/xdatapilottable2.cxx +++ b/test/source/sheet/xdatapilottable2.cxx @@ -21,7 +21,7 @@ #include <com/sun/star/sheet/XCellRangeData.hpp> #include <com/sun/star/sheet/DataResult.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; |