[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter' - sw/qa vcl/win

Isamu Mogi saturday6c at gmail.com
Wed Jul 31 01:36:33 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 0e9469032254d3b4fa50bfa447b2527403547541
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 8dc69f2..1efea3d 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 8c64063..636d0b1 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 0605b82..6aa94ec 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 5f81a1f..74ac76e 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 fcac7d6..ceebd95 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