Add missing sal/log.hxx headers

rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include <sal/log.hxx> (and don't make use of it themselves), but many other files happen to depend on it.
This is a continuation of commit 6ff2d84ade299cb3d14d4110e4cf1a4b8070c030 to be able to remove those unneeded includes.

This commit adds missing headers to every file found by:
grep -FwL sal/log.hxx $(git grep -Elw 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF|SAL_DETAIL_LOG_STREAM|SAL_WHERE|SAL_STREAM|SAL_DEBUG')
to directories from connectivity to cui

Change-Id: I9903c10d0a04bbeb93d0f776d1d252b152459499
Reviewed-on: https://gerrit.libreoffice.org/57408
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
This commit is contained in:
Gabor Kelemen 2018-07-14 00:48:37 +02:00 committed by Miklos Vajna
parent a605762c57
commit dfaa7d4d28
122 changed files with 125 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <comphelper/numbers.hxx>
#include <comphelper/types.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <tools/diagnose_ex.h>

View File

@ -25,6 +25,7 @@
#include <comphelper/extract.hxx>
#include <com/sun/star/io/XInputStream.hpp>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
using namespace ::dbtools;
using namespace ::com::sun::star::sdbc;

View File

@ -18,6 +18,7 @@
*/
#include <sal/config.h>
#include <sal/log.hxx>
#include <connectivity/TTableHelper.hxx>
#include <com/sun/star/sdbc/XRow.hpp>

View File

@ -77,6 +77,7 @@
#include <o3tl/any.hxx>
#include <osl/diagnose.h>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <tools/diagnose_ex.h>
#include <cppuhelper/implbase.hxx>
#include <strings.hrc>

View File

@ -36,6 +36,7 @@
#include <connectivity/ParameterCont.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
namespace dbtools
{

View File

@ -31,6 +31,7 @@
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <osl/diagnose.h>
#include <sal/log.hxx>
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;

View File

@ -22,6 +22,7 @@
#include <ado/Awrapadox.hxx>
#include <comphelper/types.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
using namespace connectivity::ado;

View File

@ -39,6 +39,7 @@
#include <component/CColumns.hxx>
#include <connectivity/sdbcx/VColumn.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <osl/thread.h>
#include <cppuhelper/queryinterface.hxx>
#include <svl/zforlist.hxx>

View File

@ -24,6 +24,7 @@
#include <dbase/DTable.hxx>
#include <dbase/DIndexIter.hxx>
#include <osl/file.hxx>
#include <sal/log.hxx>
#include <tools/config.hxx>
#include <connectivity/CommonTools.hxx>
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>

View File

@ -51,6 +51,7 @@
#include <connectivity/dbconversion.hxx>
#include <strings.hrc>
#include <rtl/strbuf.hxx>
#include <sal/log.hxx>
#include <algorithm>
#include <cassert>

View File

@ -23,6 +23,7 @@
#include <dbase/DIndex.hxx>
#include <tools/debug.hxx>
#include <tools/stream.hxx>
#include <sal/log.hxx>
#include <algorithm>
#include <memory>

View File

@ -26,6 +26,7 @@
#include "NStatement.hxx"
#include <connectivity/dbexception.hxx>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
using namespace connectivity::evoab;
using namespace dbtools;

View File

@ -42,6 +42,7 @@
#include <cppuhelper/typeprovider.hxx>
#include <o3tl/make_unique.hxx>
#include <rtl/string.hxx>
#include <sal/log.hxx>
#include <tools/diagnose_ex.h>
#include <unotools/syslocale.hxx>
#include <unotools/intlwrapper.hxx>

View File

@ -20,6 +20,7 @@
#include <osl/diagnose.h>
#include <osl/thread.h>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
#include <com/sun/star/sdbc/ResultSetType.hpp>
#include <com/sun/star/sdbc/FetchDirection.hpp>

View File

@ -28,6 +28,7 @@
#include <com/sun/star/ucb/SortedDynamicResultSetFactory.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <tools/urlobj.hxx>
#include <sal/log.hxx>
#include <file/FDriver.hxx>
#include <file/FTable.hxx>
#include <comphelper/processfactory.hxx>

View File

@ -36,6 +36,7 @@
#include <connectivity/dbconversion.hxx>
#include <connectivity/dbtools.hxx>
#include <cppuhelper/propshlp.hxx>
#include <sal/log.hxx>
#include <iterator>
#include <com/sun/star/sdbc/ResultSetType.hpp>
#include <com/sun/star/sdbc/FetchDirection.hpp>

View File

@ -24,6 +24,7 @@
#include <file/FDriver.hxx>
#include <file/FResultSet.hxx>
#include <osl/thread.h>
#include <sal/log.hxx>
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
#include <com/sun/star/sdbc/ResultSetType.hpp>
#include <com/sun/star/sdbc/FetchDirection.hpp>

View File

@ -19,6 +19,7 @@
#include <file/fcode.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <connectivity/sqlparse.hxx>
#include <sqlbison.hxx>
#include <i18nlangtag/mslangid.hxx>

View File

@ -18,6 +18,7 @@
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <connectivity/dbexception.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <sal/log.hxx>
using namespace ::connectivity::firebird;

View File

@ -53,6 +53,7 @@
#include <unotools/localfilehelper.hxx>
#include <rtl/strbuf.hxx>
#include <sal/log.hxx>
using namespace connectivity::firebird;
using namespace connectivity;

View File

@ -22,6 +22,7 @@
#include <ibase.h>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <FDatabaseMetaDataResultSet.hxx>
#include <com/sun/star/sdbc/ColumnValue.hpp>

View File

@ -29,6 +29,7 @@
#include <osl/file.hxx>
#include <osl/process.h>
#include <rtl/bootstrap.hxx>
#include <sal/log.hxx>
#include <unotools/localfilehelper.hxx>
using namespace com::sun::star;

View File

@ -28,6 +28,7 @@
#include <propertyids.hxx>
#include <time.h>
#include <connectivity/dbtools.hxx>
#include <sal/log.hxx>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/lang/DisposedException.hpp>

View File

@ -28,6 +28,7 @@
#include <propertyids.hxx>
#include <rtl/string.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <time.h>
#include <TConnection.hxx>

View File

@ -25,6 +25,8 @@
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <sal/log.hxx>
using namespace connectivity::firebird;
using namespace com::sun::star::lang;

View File

@ -27,6 +27,7 @@
#include <cppuhelper/queryinterface.hxx>
#include <osl/thread.h>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>

View File

@ -22,6 +22,7 @@
#include "StatementCommonBase.hxx"
#include "Util.hxx"
#include <sal/log.hxx>
#include <comphelper/sequence.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <propertyids.hxx>

View File

@ -14,6 +14,7 @@
#include <TConnection.hxx>
#include <sal/log.hxx>
#include <comphelper/sequence.hxx>
#include <connectivity/dbtools.hxx>

View File

@ -10,6 +10,7 @@
#include "Util.hxx"
#include <rtl/ustrbuf.hxx>
#include <rtl/strbuf.hxx>
#include <sal/log.hxx>
using namespace ::connectivity;

View File

@ -27,6 +27,7 @@
#include <osl/thread.h>
#include <svl/zforlist.hxx>
#include <rtl/math.hxx>
#include <sal/log.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <comphelper/numbers.hxx>
#include <comphelper/processfactory.hxx>

View File

@ -35,6 +35,7 @@
#include <cppuhelper/exc_hlp.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <tools/diagnose_ex.h>
#include <resource/sharedresources.hxx>

View File

@ -22,6 +22,7 @@
#include <hsqldb/HDriver.hxx>
#include <hsqldb/HConnection.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <connectivity/dbexception.hxx>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/sdbc/DriverManager.hpp>

View File

@ -25,6 +25,7 @@
#include <com/sun/star/lang/DisposedException.hpp>
#include <osl/diagnose.h>
#include <osl/thread.h>
#include <sal/log.hxx>
#include <uno/mapping.hxx>
#include <algorithm>

View File

@ -26,6 +26,7 @@
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <hsqldb/HStorageMap.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
using namespace ::com::sun::star::container;

View File

@ -18,6 +18,7 @@
*/
#include <sal/config.h>
#include <sal/log.hxx>
#include <com/sun/star/io/BufferSizeExceededException.hpp>
#include <java/io/InputStream.hxx>

View File

@ -24,6 +24,7 @@
#include <java/sql/Connection.hxx>
#include <java/util/Property.hxx>
#include <java/tools.hxx>
#include <sal/log.hxx>
#include <connectivity/dbexception.hxx>
#include <jvmfwk/framework.hxx>
#include <strings.hrc>

View File

@ -25,6 +25,7 @@
#include <com/sun/star/lang/NullPointerException.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <tools/diagnose_ex.h>
#include <strings.hrc>
#include <comphelper/processfactory.hxx>

View File

@ -23,6 +23,7 @@
#include <officecfg/Office/DataAccess.hxx>
#include <tools/diagnose_ex.h>
#include <sal/log.hxx>
#include <algorithm>
#include <functional>

View File

@ -15,6 +15,7 @@
#include "MorkParser.hxx"
#include <connectivity/dbexception.hxx>
#include <sal/log.hxx>
#include <strings.hrc>

View File

@ -12,6 +12,7 @@
#include <com/sun/star/sdbc/TransactionIsolation.hpp>
#include <com/sun/star/sdbc/ColumnSearch.hpp>
#include <sal/log.hxx>
#include <strings.hrc>
#include <vector>

View File

@ -22,6 +22,8 @@ static ::osl::Mutex m_aMetaMutex;
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/sdb/ErrorCondition.hpp>
#include <sal/log.hxx>
#include "MorkParser.hxx"
using namespace connectivity;

View File

@ -12,6 +12,8 @@
#include <com/sun/star/mozilla/XMozillaBootstrap.hpp>
#include <sal/log.hxx>
using namespace connectivity::mork;
extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_sdbc_MorkDriver_get_implementation(

View File

@ -12,6 +12,7 @@
#include "MResultSetMetaData.hxx"
#include <connectivity/dbtools.hxx>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <sal/log.hxx>
using namespace ::comphelper;
using namespace connectivity;

View File

@ -33,6 +33,7 @@
#include <strings.hrc>
#include <unotools/textsearch.hxx>
#include <sal/log.hxx>
using namespace connectivity::mork;
using namespace connectivity;

View File

@ -22,6 +22,7 @@
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
#include <com/sun/star/sdbcx/CompareBookmark.hpp>
#include <connectivity/dbtools.hxx>
#include <sal/log.hxx>
#include <vector>
#include <algorithm>

View File

@ -19,6 +19,7 @@
#include <tools/diagnose_ex.h>
#include <sal/log.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <comphelper/processfactory.hxx>
#include <connectivity/dbexception.hxx>

View File

@ -2,6 +2,7 @@
#include "MorkParser.hxx"
#include <iostream>
#include <sal/log.hxx>
bool openAddressBook(const std::string& path)
{

View File

@ -19,6 +19,7 @@
#include "MNSINIParser.hxx"
#include <rtl/byteseq.hxx>
#include <sal/log.hxx>
IniParser::IniParser(OUString const & rIniName)
{

View File

@ -29,6 +29,7 @@
#include <TPrivilegesResultSet.hxx>
#include <connectivity/dbexception.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
using namespace connectivity::odbc;
using namespace com::sun::star::uno;

View File

@ -35,6 +35,7 @@
#include <comphelper/types.hxx>
#include <connectivity/dbtools.hxx>
#include <connectivity/dbexception.hxx>
#include <sal/log.hxx>
using namespace ::comphelper;
using namespace connectivity;

View File

@ -24,6 +24,7 @@
#include <osl/endian.h>
#include <odbc/OConnection.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <string.h>
#include <string>

View File

@ -54,6 +54,7 @@
#include <rtl/strbuf.hxx>
#include <rtl/uuid.h>
#include <rtl/bootstrap.hxx>
#include <sal/log.hxx>
#include <o3tl/enumarray.hxx>
#include <osl/module.h>

View File

@ -39,6 +39,7 @@
#include <o3tl/any.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XComponent.hpp>

View File

@ -26,6 +26,7 @@
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/text/XTextDocument.hpp>
#include <tools/urlobj.hxx>
#include <sal/log.hxx>
#include <component/CPreparedStatement.hxx>
#include <component/CStatement.hxx>
#include <unotools/pathoptions.hxx>

View File

@ -28,6 +28,7 @@
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <writer/WConnection.hxx>
#include <connectivity/sdbcx/VColumn.hxx>
#include <sal/log.hxx>
namespace com
{

View File

@ -45,6 +45,7 @@
#include "connectivity/dbconversion.hxx"
#include <rtl/ustrbuf.hxx>
#include <sal/macros.h>
#include <sal/log.hxx>
#if defined _MSC_VER
#pragma warning(push)

View File

@ -37,6 +37,7 @@
#include <comphelper/types.hxx>
#include <connectivity/dbmetadata.hxx>
#include <com/sun/star/sdb/SQLFilterOperator.hpp>
#include <sal/log.hxx>
#include <iterator>
#include <memory>

View File

@ -56,6 +56,7 @@
#include <functional>
#include <memory>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::util;

View File

@ -18,6 +18,7 @@
*/
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <com/sun/star/io/IOException.hpp>
#include <osl/process.h>

View File

@ -30,6 +30,7 @@
#include <basegfx/point/b2dpoint.hxx>
#include <basegfx/range/b2drange.hxx>
#include <basegfx/utils/canvastools.hxx>
#include <sal/log.hxx>
#include "cachedprimitivebase.hxx"
#include "bitmapaction.hxx"
#include <outdevstate.hxx>

View File

@ -25,6 +25,7 @@
#include <cppcanvas/canvas.hxx>
#include "cachedprimitivebase.hxx"
#include <sal/log.hxx>
using namespace ::com::sun::star;

View File

@ -38,6 +38,7 @@
#include <implrenderer.hxx>
#include "emfpbrush.hxx"
#include "emfppath.hxx"
#include <sal/log.hxx>
namespace cppcanvas
{

View File

@ -34,6 +34,7 @@
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <sal/log.hxx>
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>

View File

@ -34,6 +34,7 @@
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <sal/log.hxx>
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>
#include "emfpfont.hxx"

View File

@ -38,6 +38,7 @@
#include <implrenderer.hxx>
#include <vcl/graphicfilter.hxx>
#include "emfpimage.hxx"
#include <sal/log.hxx>
namespace cppcanvas

View File

@ -37,6 +37,7 @@
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <com/sun/star/rendering/PanoseWeight.hpp>

View File

@ -34,6 +34,7 @@
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <sal/log.hxx>
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>
#include "emfppath.hxx"

View File

@ -34,6 +34,7 @@
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <sal/log.hxx>
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>
#include "emfppen.hxx"

View File

@ -34,6 +34,7 @@
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <sal/log.hxx>
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>
#include "emfpregion.hxx"

View File

@ -20,6 +20,7 @@
#include <com/sun/star/rendering/XCanvas.hpp>
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>
#include <sal/log.hxx>
#include "emfpstringformat.hxx"
namespace cppcanvas

View File

@ -63,6 +63,7 @@
#include <tools.hxx>
#include <outdevstate.hxx>
#include <action.hxx>
#include <sal/log.hxx>
#include "bitmapaction.hxx"
#include "lineaction.hxx"
#include "pointaction.hxx"

View File

@ -30,6 +30,7 @@
#include <basegfx/point/b2dpoint.hxx>
#include <basegfx/utils/canvastools.hxx>
#include <canvas/canvastools.hxx>
#include <sal/log.hxx>
#include <cppcanvas/canvas.hxx>

View File

@ -21,6 +21,7 @@
#include <com/sun/star/rendering/XCanvas.hpp>
#include <sal/types.h>
#include <sal/log.hxx>
#include <vcl/canvastools.hxx>
#include <basegfx/range/b2drange.hxx>

View File

@ -30,6 +30,7 @@
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <canvas/canvastools.hxx>
#include <sal/log.hxx>
#include "cachedprimitivebase.hxx"
#include "polypolyaction.hxx"

View File

@ -40,6 +40,7 @@
#include <basegfx/utils/canvastools.hxx>
#include <canvas/canvastools.hxx>
#include <memory>
#include <sal/log.hxx>
#include "textaction.hxx"
#include <outdevstate.hxx>

View File

@ -47,6 +47,7 @@
#include <basegfx/tuple/b2dtuple.hxx>
#include <basegfx/utils/canvastools.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <sal/log.hxx>
#include "transparencygroupaction.hxx"
#include <outdevstate.hxx>

View File

@ -22,6 +22,7 @@
#include <osl/conditn.hxx>
#include <osl/mutex.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <cppu/Enterable.hxx>
#include <cppu/helper/purpenv/Environment.hxx>

View File

@ -21,6 +21,7 @@
#include <cppu/helper/purpenv/Environment.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <uno/lbnames.h>
#include <cppu/Enterable.hxx>

View File

@ -23,6 +23,7 @@
#include "Proxy.hxx"
#include <osl/interlck.h>
#include <sal/log.hxx>
#include <uno/environment.hxx>
#include <uno/dispatcher.h>
#include <typelib/typedescription.h>

View File

@ -21,6 +21,7 @@
#include "Proxy.hxx"
#include <sal/alloca.h>
#include <sal/log.hxx>
#include <uno/dispatcher.h>
#include <typelib/typedescription.hxx>
#include <cppu/EnvDcp.hxx>

View File

@ -29,6 +29,7 @@
#include <stdlib.h>
#include <string.h>
#include <new>
#include <sal/log.hxx>
#include <osl/interlck.h>
#include <osl/mutex.hxx>
#include <rtl/ustring.hxx>

View File

@ -19,6 +19,7 @@
#include <rtl/string.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <cppuhelper/component.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/queryinterface.hxx>

View File

@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <osl/mutex.hxx>
#include <cppuhelper/weak.hxx>

View File

@ -20,6 +20,7 @@
#include <cppuhelper/compbase_ex.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <rtl/instance.hxx>
#include <rtl/string.hxx>

View File

@ -19,6 +19,7 @@
#include <sal/config.h>
#include <sal/log.hxx>
#include <vector>

View File

@ -18,6 +18,7 @@
*/
#include <sal/config.h>
#include <sal/log.hxx>
#include <osl/mutex.hxx>
#include <cppuhelper/weakagg.hxx>

View File

@ -20,6 +20,7 @@
#include <stdio.h>
#include <sal/main.h>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <osl/mutex.hxx>
#include <osl/conditn.hxx>

View File

@ -42,6 +42,7 @@
#include <comphelper/sequenceashashmap.hxx>
#include <o3tl/make_unique.hxx>
#include <i18nutil/searchopt.hxx>
#include <sal/log.hxx>
#include <cfg.hxx> //for SaveInData

View File

@ -18,6 +18,7 @@
*/
#include <sal/config.h>
#include <sal/log.hxx>
#include <cassert>
#include <stdlib.h>

View File

@ -18,6 +18,7 @@
*/
#include <sal/config.h>
#include <sal/log.hxx>
#include <cassert>
#include <stdlib.h>

View File

@ -18,6 +18,7 @@
*/
#include <sal/config.h>
#include <sal/log.hxx>
#include <cassert>
#include <stdlib.h>

View File

@ -54,6 +54,7 @@
#include <svtools/imagemgr.hxx>
#include <svtools/treelistentry.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <unotools/configmgr.hxx>
#include <dialmgr.hxx>
#include <svl/stritem.hxx>

View File

@ -10,6 +10,7 @@
#include <SignSignatureLineDialog.hxx>
#include <sal/types.h>
#include <sal/log.hxx>
#include <dialmgr.hxx>
#include <strings.hrc>

View File

@ -54,6 +54,7 @@
#include <treeopt.hxx>
#include <svtools/langtab.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <sal/log.hxx>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;

View File

@ -19,6 +19,7 @@
#include <config_features.h>
#include <osl/process.h>
#include <sal/log.hxx>
#include <vcl/layout.hxx>
#include <vcl/weld.hxx>
#include <vcl/svapp.hxx>

View File

@ -24,6 +24,7 @@
#include <strings.hrc>
#include <algorithm>
#include <sal/log.hxx>
#include <vcl/controllayout.hxx>
#include <vcl/builderfactory.hxx>
#include <vcl/decoview.hxx>

View File

@ -25,6 +25,7 @@
#include <svtools/langtab.hxx>
#include <svx/dlgutil.hxx>
#include <vcl/builderfactory.hxx>
#include <sal/log.hxx>
#define HYPH_POS_CHAR '='

View File

@ -22,6 +22,7 @@
#include <iconcdlg.hxx>
#include <cuihyperdlg.hxx>
#include <sal/log.hxx>
#include <unotools/viewoptions.hxx>
#include <svtools/apearcfg.hxx>
#include <vcl/mnemonic.hxx>

View File

@ -38,6 +38,7 @@
#include <svtools/strings.hrc>
#include <svtools/svtresid.hxx>
#include <sal/log.hxx>
#include <tools/urlobj.hxx>
#include <tools/debug.hxx>
#include <svl/urihelper.hxx>

View File

@ -18,6 +18,7 @@
*/
#include <linkdlg.hxx>
#include <sal/log.hxx>
#include <vcl/svapp.hxx>
#include <tools/urlobj.hxx>

Some files were not shown because too many files have changed in this diff Show More