summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock@collabora.com>2015-02-03 09:43:42 +1100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-02-03 11:10:59 +0000
commit94ef70827b8dbe29b16fc8eb47d5954df43eef8d (patch)
tree4739e25c82fd59bb0d0efe27a67ce8e7fff390ec /sc
parentsc: typo in OSL_ENSURE (XclExpChLabelRange::Convert) (diff)
downloadcore-94ef70827b8dbe29b16fc8eb47d5954df43eef8d.tar.gz
core-94ef70827b8dbe29b16fc8eb47d5954df43eef8d.zip
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@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/exp_op.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/exp_op.hxx b/sc/source/filter/inc/exp_op.hxx
index 7c25852da455..43c21ed79423 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 )