Files
meta-office/recipes-libreoffice/libreoffice/libreoffice-native/0001-saxparser-output-calling-parametrs-for-debug.patch
Andreas Müller 8f3648f451 libreoffice: start upgrade 5.0.6.3 -> 6.2.6.1
Currently libreoffice-native compiles - we don't know if build is complete yet.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-08-04 11:57:04 +02:00

32 lines
1.0 KiB
Diff

From c3baa66501375419563ba6d44685df347ae09a8a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
Date: Sun, 22 Nov 2015 21:44:04 +0100
Subject: [PATCH] saxparser: output calling parametrs for debug
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Upstream-Status: Inappropriate [configuration]
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
i18npool/source/localedata/saxparser.cxx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/i18npool/source/localedata/saxparser.cxx b/i18npool/source/localedata/saxparser.cxx
index 1674478..7bc89a1 100644
--- a/i18npool/source/localedata/saxparser.cxx
+++ b/i18npool/source/localedata/saxparser.cxx
@@ -325,6 +325,8 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
exit( 1 );
}
+ printf( "called: %s %s %s %s\n", argv[0], argv[1], argv[2], argv[3] );
+
Reference< XComponentContext > xContext(
defaultBootstrap_InitialComponentContext());
--
2.1.0