[PATCH 6/7] make #include preprocessor (cpp) compatible
Tomas Hlavaty
tom at logand.com
Wed Mar 14 14:42:44 PDT 2012
---
udkapi/com/sun/star/util/logging/LoggerRemote.idl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/udkapi/com/sun/star/util/logging/LoggerRemote.idl b/udkapi/com/sun/star/util/logging/LoggerRemote.idl
index 83c1f98..4a70089 100644
--- a/udkapi/com/sun/star/util/logging/LoggerRemote.idl
+++ b/udkapi/com/sun/star/util/logging/LoggerRemote.idl
@@ -30,8 +30,8 @@
#define __com_sun_star_webtop_Logger_idl__
#include <com/sun/star/uno/XInterface.idl>
-#include <XLogger.idl>
-#include <XLoggerRemote.idl>
+#include "XLogger.idl"
+#include "XLoggerRemote.idl"
//=============================================================================
--
1.7.5.4
--=-=-=
Content-Type: text/x-diff
Content-Disposition: inline; filename=0007-idl-fix-symbol-references.patch
More information about the LibreOffice
mailing list