[Libreoffice-commits] core.git: sw/qa vcl/win

Isamu Mogi saturday6c at gmail.com
Wed Jul 31 01:30:40 PDT 2013


 sw/qa/extras/ooxmlexport/ooxmlexport.cxx |    2 +-
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx |    2 +-
 sw/qa/extras/rtfexport/rtfexport.cxx     |    2 +-
 sw/qa/extras/rtfimport/rtfimport.cxx     |    2 +-
 vcl/win/source/window/keynames.cxx       |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit ded871e9c1a69f640d6283ae6f79820689f0d612
Author: Isamu Mogi <saturday6c at gmail.com>
Date:   Fri Jun 21 15:47:30 2013 +0000

    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

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index b0f9845..81e7f3f 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.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.
  *
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 0d10002..ef66d1a 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -1,4 +1,4 @@
-/*
+/*
  * This file is part of the LibreOffice project.
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/sw/qa/extras/rtfexport/rtfexport.cxx b/sw/qa/extras/rtfexport/rtfexport.cxx
index 48db195..8d3edf0 100644
--- a/sw/qa/extras/rtfexport/rtfexport.cxx
+++ b/sw/qa/extras/rtfexport/rtfexport.cxx
@@ -1,4 +1,4 @@
-/*
+/*
  * This file is part of the LibreOffice project.
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index c676d08..17be4fc 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -1,4 +1,4 @@
-/*
+/*
  * This file is part of the LibreOffice project.
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/vcl/win/source/window/keynames.cxx b/vcl/win/source/window/keynames.cxx
index c85360a..226ff8f 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.
  *


More information about the Libreoffice-commits mailing list