Kaydet (Commit) 65c73437 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: svl

Change-Id: I769b091515d1e6b7d16652d11ff2b94a75584ad0
üst 92236b3e
...@@ -39,11 +39,11 @@ ...@@ -39,11 +39,11 @@
#include <com/sun/star/uri/XUriReference.hpp> #include <com/sun/star/uri/XUriReference.hpp>
#include <cppuhelper/bootstrap.hxx> #include <cppuhelper/bootstrap.hxx>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#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 <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <rtl/string.h> #include <rtl/string.h>
#include <rtl/string.hxx> #include <rtl/string.hxx>
......
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
*/ */
#include <sal/types.h> #include <sal/types.h>
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include "cppunit/plugin/TestPlugIn.h" #include <cppunit/plugin/TestPlugIn.h>
#include <svl/lngmisc.hxx> #include <svl/lngmisc.hxx>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/configuration.hxx> #include <comphelper/configuration.hxx>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include "officecfg/Office/Common.hxx" #include <officecfg/Office/Common.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <rtl/ustring.h> #include <rtl/ustring.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <rtl/instance.hxx> #include <rtl/instance.hxx>
#include <com/sun/star/i18n/ScriptType.hpp> #include <com/sun/star/i18n/ScriptType.hpp>
#include <unotools/syslocale.hxx> #include <unotools/syslocale.hxx>
#include "officecfg/System.hxx" #include <officecfg/System.hxx>
#ifdef _WIN32 #ifdef _WIN32
#if !defined WIN32_LEAN_AND_MEAN #if !defined WIN32_LEAN_AND_MEAN
......
...@@ -30,13 +30,13 @@ ...@@ -30,13 +30,13 @@
#if HAVE_FEATURE_NSS && !defined(_WIN32) #if HAVE_FEATURE_NSS && !defined(_WIN32)
// NSS headers for PDF signing // NSS headers for PDF signing
#include "nss.h" #include <nss.h>
#include "cert.h" #include <cert.h>
#include "hasht.h" #include <hasht.h>
#include "secerr.h" #include <secerr.h>
#include "sechash.h" #include <sechash.h>
#include "cms.h" #include <cms.h>
#include "cmst.h" #include <cmst.h>
// We use curl for RFC3161 time stamp requests // We use curl for RFC3161 time stamp requests
#include <curl/curl.h> #include <curl/curl.h>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "fsfactory.hxx" #include <fsfactory.hxx>
#include <cppuhelper/factory.hxx> #include <cppuhelper/factory.hxx>
#include <com/sun/star/ucb/XSimpleFileAccess.hpp> #include <com/sun/star/ucb/XSimpleFileAccess.hpp>
#include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/ElementModes.hpp>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include "syscreds.hxx" #include <syscreds.hxx>
#define MEMORY_RECORD 0 #define MEMORY_RECORD 0
#define PERSISTENT_RECORD 1 #define PERSISTENT_RECORD 1
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <sal/log.hxx> #include <sal/log.hxx>
#include <svl/SfxBroadcaster.hxx> #include <svl/SfxBroadcaster.hxx>
#include <svl/hint.hxx> #include <svl/hint.hxx>
#include "poolio.hxx" #include <poolio.hxx>
#include <algorithm> #include <algorithm>
#include <cassert> #include <cassert>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <tools/solar.h> #include <tools/solar.h>
#include <rtl/string.hxx> #include <rtl/string.hxx>
#include "poolio.hxx" #include <poolio.hxx>
static const sal_uInt16 nInitCount = 10; // Single USHORTs => 5 pairs without '0' static const sal_uInt16 nInitCount = 10; // Single USHORTs => 5 pairs without '0'
......
...@@ -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 "poolio.hxx" #include <poolio.hxx>
#include <sal/log.hxx> #include <sal/log.hxx>
#include <tools/solar.h> #include <tools/solar.h>
......
...@@ -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 "stringio.hxx" #include <stringio.hxx>
#include <tools/stream.hxx> #include <tools/stream.hxx>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "passwordcontainer.hxx" #include <passwordcontainer.hxx>
#include <unotools/pathoptions.hxx> #include <unotools/pathoptions.hxx>
#include <cppuhelper/factory.hxx> #include <cppuhelper/factory.hxx>
......
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