diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2009-03-14 17:15:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2009-03-14 17:15:26 +0000 |
commit | b0bc9610a01cbfc79fe38ebff8b4ca59235d441d (patch) | |
tree | ffe71d3824bd35696accc44ca7255560543f126e /pyuno/source/module/pyuno_callable.cxx | |
parent | cbedb240486a21c5d5676e7a7f4e2ba17a55dbab (diff) |
CWS-TOOLING: integrate CWS cmcfixes55
2009-03-03 10:04:14 +0100 cmc r268711 : #i99765# silence warning
2009-03-02 12:18:48 +0100 cmc r268647 : #i99772# silence warnings under >= python 2.6 and gcc 4.4
2009-03-02 10:51:12 +0100 cmc r268641 : #i99767# fix up trivial && ||
2009-03-02 10:32:02 +0100 cmc r268640 : #i99766 remove && || warning
2009-03-02 10:01:05 +0100 cmc r268638 : #i99764# easy && || warnings
2009-02-27 13:03:08 +0100 cmc r268583 : #i96059# fix dodgy code
2009-02-27 12:57:38 +0100 cmc r268582 : #i99718# don't leave unused methods on non-win platform
Diffstat (limited to 'pyuno/source/module/pyuno_callable.cxx')
-rw-r--r-- | pyuno/source/module/pyuno_callable.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyuno/source/module/pyuno_callable.cxx b/pyuno/source/module/pyuno_callable.cxx index b7d2b595e1d2..bb558bf64411 100644 --- a/pyuno/source/module/pyuno_callable.cxx +++ b/pyuno/source/module/pyuno_callable.cxx @@ -245,6 +245,9 @@ static PyTypeObject PyUNO_callable_Type = NULL, NULL, (destructor)0 +#if PY_VERSION_HEX >= 0x02060000 + , 0 +#endif }; PyRef PyUNO_callable_new ( |