summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-10-19 18:16:49 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2015-10-19 18:16:49 +0900
commit4902be3e1bca72733ee41e6dee460834e83e012d (patch)
tree5487cc5dcae653fdf2aa32e82c5a6253831f6980 /vcl/win
parent1778ad2545444f4a6caa878092257a18e8390573 (diff)
vcl: Mark it as const
Change-Id: Ifc1e9e64f50aa916ef0667796a54a11dec9a0ea8
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/source/app/saldata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/app/saldata.cxx b/vcl/win/source/app/saldata.cxx
index 7c70bfa17319..18256ee8ccd7 100644
--- a/vcl/win/source/app/saldata.cxx
+++ b/vcl/win/source/app/saldata.cxx
@@ -25,7 +25,7 @@
rtl_TextEncoding ImplSalGetSystemEncoding()
{
- static UINT nOldAnsiCodePage = 0;
+ static const UINT nOldAnsiCodePage = 0;
static rtl_TextEncoding eEncoding = RTL_TEXTENCODING_MS_1252;
UINT nAnsiCodePage = GetACP();