summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorenz Paragas <j.paragas.237@gmail.com>2016-01-28 21:29:41 -0800
committerjan iversen <jani@documentfoundation.org>2016-01-30 07:45:35 +0000
commit0d65526d397aff9bff367060f19f19476de748c2 (patch)
tree0d932cdb02272375321ff7e7c7a98ae1169beb78
parentd61352f58a7f750d3b0b0a9c2d6498fbb7a6e10d (diff)
tdf#82577: Remove remaining #undefs in postx.h
Printer, Orientation, GetToken, and ReleaseToken aren't names of X11 types or macros, and the X11 headers that are included throughout vcl don't introduce definitions for Min, Max, or Success. For now, the closing curly brace remains there in order to match with prex.h's opening brace. Change-Id: Id3918204a9328d99a31016ab29b2761ebc4f47db Reviewed-on: https://gerrit.libreoffice.org/21890 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
-rw-r--r--include/postx.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/postx.h b/include/postx.h
index 797179a88867..f132a4d7bd09 100644
--- a/include/postx.h
+++ b/include/postx.h
@@ -24,16 +24,6 @@
}
#endif
-#undef Min
-#undef Max
-#undef Success
-
-#undef Printer
-#undef Orientation
-
-#undef GetToken
-#undef ReleaseToken
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */