summaryrefslogtreecommitdiff
path: root/sal/osl/all/filepath.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/all/filepath.cxx')
-rw-r--r--sal/osl/all/filepath.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/all/filepath.cxx b/sal/osl/all/filepath.cxx
index 1b2bcace133f..7e8022f4f9e8 100644
--- a/sal/osl/all/filepath.cxx
+++ b/sal/osl/all/filepath.cxx
@@ -20,7 +20,7 @@
#include <osl/file.h>
#include <rtl/ustring.h>
-static sal_uInt32 SAL_CALL osl_defCalcTextWidth( rtl_uString *ustrText )
+static sal_uInt32 osl_defCalcTextWidth( rtl_uString *ustrText )
{
return ustrText ? ustrText->length : 0;
}