Kaydet (Commit) 7bd70488 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: unotools

Change-Id: I019d7fefcd83b306a1847ae4a7ec581435412fc4
üst 9c9e5fd4
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
* *
*/ */
#include "cppunit/TestCase.h" #include <cppunit/TestCase.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/TestSuite.h" #include <cppunit/TestSuite.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include "cppunit/plugin/TestPlugIn.h" #include <cppunit/plugin/TestPlugIn.h>
#include <unotools/fontdefs.hxx> #include <unotools/fontdefs.hxx>
class Test: public CppUnit::TestFixture class Test: public CppUnit::TestFixture
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include <ServiceDocumenter.hxx> #include "ServiceDocumenter.hxx"
#include <unotoolsservices.hxx> #include <unotoolsservices.hxx>
#include <comphelper/servicedecl.hxx> #include <comphelper/servicedecl.hxx>
#include <com/sun/star/system/XSystemShellExecute.hpp> #include <com/sun/star/system/XSystemShellExecute.hpp>
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
*/ */
#include <unotools/wincodepage.hxx> #include <unotools/wincodepage.hxx>
#include "rtl/string.h" #include <rtl/string.h>
#include "rtl/textenc.h" #include <rtl/textenc.h>
namespace{ namespace{
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <ucblockbytes.hxx> #include "ucblockbytes.hxx"
#include <sal/macros.h> #include <sal/macros.h>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <comphelper/simplefileaccessinteraction.hxx> #include <comphelper/simplefileaccessinteraction.hxx>
#include <ucbhelper/content.hxx> #include <ucbhelper/content.hxx>
#include <unotools/streamwrap.hxx> #include <unotools/streamwrap.hxx>
#include <ucblockbytes.hxx> #include "ucblockbytes.hxx"
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::io; using namespace ::com::sun::star::io;
......
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