diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-08 09:59:53 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-12 08:53:30 +0100 |
commit | bf9e5195519cf34c170dc42fa05848d158cfc344 (patch) | |
tree | 8c5b0c65898d5fc4ea4fe5e62b7d0ce78034a098 /vcl | |
parent | ded657d0663c9f461b2f992e32b2ceb416505386 (diff) |
WaE: deprecated conversion from string constant to 'sal_Char*'
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/window/salframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx index 5e82f5a2139c..d17522071bd1 100644 --- a/vcl/win/source/window/salframe.cxx +++ b/vcl/win/source/window/salframe.cxx @@ -2473,7 +2473,7 @@ rtl::OUString WinSalFrame::GetKeyName( sal_uInt16 nKeyCode ) sal_uInt16 nCode = nKeyCode & 0x0FFF; sal_uLong nSysCode2 = 0; - sal_Char* pReplace = NULL; + const sal_Char* pReplace = NULL; sal_Unicode cSVCode = 0; sal_Char aFBuf[4]; nSysCode = 0; |