diff options
author | Jorenz Paragas <j.paragas.237@gmail.com> | 2016-01-24 13:36:02 -0800 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-01-25 09:51:41 +0000 |
commit | 7915bd1929afe6ae2a3fea670c3310462c7e766a (patch) | |
tree | a232c74f5f7360dfb325092d7ce5a7865faca084 /include | |
parent | 208883398dcf9af6b88611097d1f75d5fbc9afad (diff) |
tdf#82577: Handle DestroyAll, InitializeToken, NextRequest
There are no LO types that conflict with these X11 types, so these
can just be removed from postx.h.
Change-Id: I47957b847a41c301e40527051b0a13366400a2c0
Reviewed-on: https://gerrit.libreoffice.org/21762
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/postx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/postx.h b/include/postx.h index 36cf120fa306..797179a88867 100644 --- a/include/postx.h +++ b/include/postx.h @@ -26,7 +26,6 @@ #undef Min #undef Max -#undef DestroyAll #undef Success #undef Printer @@ -34,8 +33,6 @@ #undef GetToken #undef ReleaseToken -#undef InitializeToken -#undef NextRequest #endif |