[Libreoffice-commits] core.git: vcl/unx
Caolán McNamara
caolanm at redhat.com
Tue Jan 17 16:24:13 UTC 2017
vcl/unx/generic/app/saldata.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit b6dcd5aa346e3b31ea41bce4ae8607adf19a1ccc
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jan 17 16:22:06 2017 +0000
I very much doubt we need this single special LinuxPPC ifdef
Change-Id: I1661981fabcefde9ef7819fa554a31c68972e619
diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx
index 9fe3422..d774313 100644
--- a/vcl/unx/generic/app/saldata.cxx
+++ b/vcl/unx/generic/app/saldata.cxx
@@ -480,9 +480,7 @@ void EmitFontpathWarning()
static void PrintXError( Display *pDisplay, XErrorEvent *pEvent )
{
char msg[ 120 ] = "";
-#if ! ( defined LINUX && defined PPC )
XGetErrorText( pDisplay, pEvent->error_code, msg, sizeof( msg ) );
-#endif
std::fprintf( stderr, "X-Error: %s\n", msg );
if( pEvent->request_code < SAL_N_ELEMENTS( XRequest ) )
{
More information about the Libreoffice-commits
mailing list