[Libreoffice-commits] core.git: 2 commits - sc/source

Chris Sherlock chris.sherlock at collabora.com
Tue Feb 3 03:11:20 PST 2015


 sc/source/filter/inc/exp_op.hxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit ed2b4fcd9275dff8238ae38b36b2fa8f3bd8b772
Author: Chris Sherlock <chris.sherlock at collabora.com>
Date:   Tue Feb 3 09:44:36 2015 +1100

    tdf#39468 translate German variable in sc export filter
    
    Change-Id: Icdd126714b988517bdbbe49b203951afd92f8a17
    Reviewed-on: https://gerrit.libreoffice.org/14297
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sc/source/filter/inc/exp_op.hxx b/sc/source/filter/inc/exp_op.hxx
index 43c21ed..1272a03 100644
--- a/sc/source/filter/inc/exp_op.hxx
+++ b/sc/source/filter/inc/exp_op.hxx
@@ -36,12 +36,12 @@ protected:
 
     SvStream&           aOut;
     ScDocument*         pD;
-    rtl_TextEncoding    eZielChar;      // target character set
+    rtl_TextEncoding    eTargetCharset;      // target character set
 public:
                         ExportTyp( SvStream& aStream, ScDocument* pDoc, rtl_TextEncoding eDest ):
                             aOut( aStream )
                         {
-                            eZielChar = eDest;
+                            eTargetCharset = eDest;
                             pD = pDoc;
                         }
 
commit 94ef70827b8dbe29b16fc8eb47d5954df43eef8d
Author: Chris Sherlock <chris.sherlock at collabora.com>
Date:   Tue Feb 3 09:43:42 2015 +1100

    tdf#39468 translate export option comments for sc filter
    
    Change-Id: Id8136d3d35436d5e81ff79b9c548474128e9c076
    Reviewed-on: https://gerrit.libreoffice.org/14296
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sc/source/filter/inc/exp_op.hxx b/sc/source/filter/inc/exp_op.hxx
index 7c25852..43c21ed 100644
--- a/sc/source/filter/inc/exp_op.hxx
+++ b/sc/source/filter/inc/exp_op.hxx
@@ -34,9 +34,9 @@ class ExportTyp
 protected:
                         ~ExportTyp() {}
 
-    SvStream&           aOut;           // Ausgabe-Stream
-    ScDocument*         pD;             // Dokument
-    rtl_TextEncoding    eZielChar;      // Ziel-Zeichensatz
+    SvStream&           aOut;
+    ScDocument*         pD;
+    rtl_TextEncoding    eZielChar;      // target character set
 public:
                         ExportTyp( SvStream& aStream, ScDocument* pDoc, rtl_TextEncoding eDest ):
                             aOut( aStream )


More information about the Libreoffice-commits mailing list