summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FStringFunctions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/file/FStringFunctions.hxx')
-rw-r--r--connectivity/source/inc/file/FStringFunctions.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/file/FStringFunctions.hxx b/connectivity/source/inc/file/FStringFunctions.hxx
index b184787f4322..88bd4e7d5607 100644
--- a/connectivity/source/inc/file/FStringFunctions.hxx
+++ b/connectivity/source/inc/file/FStringFunctions.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FSTRINGFUNCTIONS_HXX
#define INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FSTRINGFUNCTIONS_HXX
-#include "file/fcode.hxx"
-#include "file/filedllapi.hxx"
+#include <file/fcode.hxx>
+#include <file/filedllapi.hxx>
namespace connectivity
{
d locking patterns with thread safe local staticsMike Kaganski 2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski 2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen 2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara 2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann 2018-09-28Fix mbRefeshingPeer -> mbRefreshingPeerAndrea Gelmini 2018-09-27loplugin:constfields in toolkitNoel Grandin 2018-09-18loplugin:useuniqueptr in StdTabController::autoTabOrderNoel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen 2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov 2018-08-19toolkit: a micro-optimization taking min and max simulnateouslyTakeshi Abe 2018-08-02Add missing sal/log.hxx headersGabor Kelemen