Kaydet (Commit) 94ef7082 authored tarafından Chris Sherlock's avatar Chris Sherlock Kaydeden (comit) Markus Mohrhard

tdf#39468 translate export option comments for sc filter

Change-Id: Id8136d3d35436d5e81ff79b9c548474128e9c076
Reviewed-on: https://gerrit.libreoffice.org/14296Tested-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst ac52b425
...@@ -34,9 +34,9 @@ class ExportTyp ...@@ -34,9 +34,9 @@ class ExportTyp
protected: protected:
~ExportTyp() {} ~ExportTyp() {}
SvStream& aOut; // Ausgabe-Stream SvStream& aOut;
ScDocument* pD; // Dokument ScDocument* pD;
rtl_TextEncoding eZielChar; // Ziel-Zeichensatz rtl_TextEncoding eZielChar; // target character set
public: public:
ExportTyp( SvStream& aStream, ScDocument* pDoc, rtl_TextEncoding eDest ): ExportTyp( SvStream& aStream, ScDocument* pDoc, rtl_TextEncoding eDest ):
aOut( aStream ) aOut( aStream )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment