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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/all/filepath.cxx b/sal/osl/all/filepath.cxx
index 5390c9af8c35..c6d12caf11f5 100644
--- a/sal/osl/all/filepath.cxx
+++ b/sal/osl/all/filepath.cxx
@@ -28,8 +28,8 @@ static sal_uInt32 SAL_CALL osl_defCalcTextWidth( rtl_uString *ustrText )
oslFileError SAL_CALL osl_abbreviateSystemPath( rtl_uString *ustrSystemPath, rtl_uString **pustrCompacted, sal_uInt32 uMaxWidth, oslCalcTextWidthFunc pfnCalcWidth )
{
oslFileError error = osl_File_E_None;
- rtl_uString *ustrPath = NULL;
- rtl_uString *ustrFile = NULL;
+ rtl_uString *ustrPath = nullptr;
+ rtl_uString *ustrFile = nullptr;
sal_uInt32 uPathWidth, uFileWidth;
if ( !pfnCalcWidth )