summaryrefslogtreecommitdiff
path: root/sal/osl/unx/secimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/secimpl.hxx')
-rw-r--r--sal/osl/unx/secimpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/secimpl.hxx b/sal/osl/unx/secimpl.hxx
index 3d3e2938657d..fda1c421c5db 100644
--- a/sal/osl/unx/secimpl.hxx
+++ b/sal/osl/unx/secimpl.hxx
@@ -27,7 +27,7 @@ struct oslSecurityImpl {
char m_buffer[1]; /* should be a C99 flexible array member */
};
-bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax);
+bool osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax);
#endif