From 9235d38ae45b82baf8ee5178e350459bb29313e6 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 7 Mar 2012 12:53:21 +0100 Subject: WaE: deprecated conversion from string constant to 'sal_Char*' --- sal/osl/w32/profile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal') diff --git a/sal/osl/w32/profile.cxx b/sal/osl/w32/profile.cxx index 77abc77c5c84..c6b3cced936f 100644 --- a/sal/osl/w32/profile.cxx +++ b/sal/osl/w32/profile.cxx @@ -2394,7 +2394,7 @@ static sal_Bool lookupProfile(const sal_Unicode *strPath, const sal_Unicode *str if (((access(aTmpPath, 0) < 0) && (nPos != -1)) || (*strPath == 0)) { - static sal_Char *SubDirs[] = SVERSION_DIRS; + static const sal_Char *SubDirs[] = SVERSION_DIRS; int i = 0; pStr = aTmpPath + nPos; -- cgit