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

tdf#39468 translate German variable in sc export filter

Change-Id: Icdd126714b988517bdbbe49b203951afd92f8a17
Reviewed-on: https://gerrit.libreoffice.org/14297Tested-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 94ef7082
......@@ -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;
}
......
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