summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorIsamu Mogi <saturday6c@gmail.com>2013-06-21 15:47:30 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-07-31 09:29:07 +0100
commitded871e9c1a69f640d6283ae6f79820689f0d612 (patch)
treed0623784d592cc6f92c1f4aeb594a8c23f34ddab /vcl/win
parente5c7ddb12afe9423a63f8bb13b53d5a38636ad04 (diff)
fdo#66246 fdo#66395 BOM for MSVC with UTF-8 unfriendly codepage
MSVC misinterprets UTF-8 source code without BOM as ANSI/OEM codepage. For that reason if local codepage is unfriendly to UTF-8, it sometimes causes compilation error. Change-Id: I8acd5500e581e020fd60b5a2ec20629f92fdf87c
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/source/window/keynames.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/window/keynames.cxx b/vcl/win/source/window/keynames.cxx
index c85360aea2ec..226ff8f54d5a 100644
--- a/vcl/win/source/window/keynames.cxx
+++ b/vcl/win/source/window/keynames.cxx
@@ -1,4 +1,4 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*