summaryrefslogtreecommitdiff
path: root/libcmis
ModeNameSize
-rw-r--r--ExternalPackage_libcmis.mk901logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_libcmis.mk548logplain
-rw-r--r--README310logplain
-rw-r--r--StaticLibrary_cmis.mk2431logplain
-rw-r--r--UnpackedTarball_cmis.mk803logplain
-rw-r--r--boost-win.patch2211logplain
-rw-r--r--libcmis-0.3.0-warnings.patch8785logplain
-rw-r--r--libcmis-0.3.0-win.patch938logplain
-rw-r--r--libcmis-0.3.0.patch1243logplain
d---------prj70logplain
git/lo/core/tree/compilerplugins/clang/stringconcatliterals.cxx?h=feature/ia2.5&id=91ba9654baa8d525e31614b03cd459cf7cb1f951'>compilerplugins/clang/stringconcatliterals.cxx
@@ -114,7 +114,7 @@ bool StringConcatLiterals::VisitCallExpr(CallExpr const * expr) {
compiler.getSourceManager().getImmediateMacroCallerLoc(
compiler.getSourceManager().getImmediateMacroCallerLoc(
expr->getBeginLoc()))))),
- SRCDIR "/include/tools/diagnose_ex.h"))
+ SRCDIR "/include/comphelper/diagnose_ex.hxx"))
return true;
StringRef name {
diff --git a/compilerplugins/clang/test/dbgunhandledexception.cxx b/compilerplugins/clang/test/dbgunhandledexception.cxx
index 4ae15a58e55d..39206d4beaaa 100644
--- a/compilerplugins/clang/test/dbgunhandledexception.cxx
+++ b/compilerplugins/clang/test/dbgunhandledexception.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <tools/diagnose_ex.h>
+#include <comphelper/diagnose_ex.hxx>
#include <sal/log.hxx>
void func1();
diff --git a/compilerplugins/clang/test/logexceptionnicely.cxx b/compilerplugins/clang/test/logexceptionnicely.cxx
index 458eef8c4d10..3a0d85f75280 100644
--- a/compilerplugins/clang/test/logexceptionnicely.cxx
+++ b/compilerplugins/clang/test/logexceptionnicely.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <tools/diagnose_ex.h>
+#include <comphelper/diagnose_ex.hxx>
#include <sal/log.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/uno/Exception.hpp>
diff --git a/compilerplugins/clang/test/sallogareas.cxx b/compilerplugins/clang/test/sallogareas.cxx
index 1b172ebd00b6..8dd552b9faa6 100644
--- a/compilerplugins/clang/test/sallogareas.cxx
+++ b/compilerplugins/clang/test/sallogareas.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <tools/diagnose_ex.h>
+#include <comphelper/diagnose_ex.hxx>
#include <sal/log.hxx>
void func1();