summaryrefslogtreecommitdiff
path: root/pyuno/inc/pyuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/inc/pyuno.hxx')
-rw-r--r--pyuno/inc/pyuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/inc/pyuno.hxx b/pyuno/inc/pyuno.hxx
index 85c8ef9cdaff..e2d0c38de640 100644
--- a/pyuno/inc/pyuno.hxx
+++ b/pyuno/inc/pyuno.hxx
@@ -60,9 +60,9 @@
extern "C" LO_DLLPUBLIC_PYUNO
#if PY_MAJOR_VERSION >= 3
- PyObject* SAL_CALL PyInit_pyuno();
+ PyObject* PyInit_pyuno();
#else
- void SAL_CALL initpyuno();
+ void initpyuno();
#endif
namespace pyuno