summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--transex3/source/xgfconv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/transex3/source/xgfconv.cxx b/transex3/source/xgfconv.cxx
index 01ef4b911d7c..21b2ae484e17 100644
--- a/transex3/source/xgfconv.cxx
+++ b/transex3/source/xgfconv.cxx
@@ -7,7 +7,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_transex3.hxx"
-#if defined( UNX ) || defined( MAC )
+#if defined( UNX )
int main( int argc, char *argv[] )
#else
int _cdecl main( int argc, char *argv[] )
aedc0147e6276f4b41cf9b4fb6af2ee71f0'>gtktiledviewer: Fix crash on copy.Michael Meeks 2019-05-22New loplugin:dataStephan Bergmann 2019-05-10unipoll: add a --unipoll parameter to gtktiledviewer.Michael Meeks 2019-05-02lok: We changed the (unstable) ABI, but let's allow the older C++ API.Jan Holesovsky 2019-04-27lok: handle missing callback.Michael Meeks 2019-04-26lok: allow paste content to popup dialogHenry Castro 2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann 2019-04-15lok: emit ProfileZone data in messages when requested.Michael Meeks 2019-04-15improve loplugin simplifyconstructNoel Grandin 2019-04-13use more std::make_uniqueNoel Grandin 2019-03-28simplify reset(nullptr) -> reset()Noel Grandin 2019-02-13lok: keystroke attribution issue.Michael Meeks 2019-01-25lok: calm down CnP issues & simplify.Michael Meeks 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann