summaryrefslogtreecommitdiff
path: root/vcl/source/filter
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-09-10 21:40:52 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-11 13:28:08 +0200
commit59010ca14ba07f0a1d6f662bb1f8fbad33f3c654 (patch)
tree76e051cdb7e8184a4751359d3fdfff3cc09d41da /vcl/source/filter
parent157d1a774086d7344d443005442682f2ca3c01a9 (diff)
Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)
Translates leftovers found using a custom regex. Additionally: - Translated the "SGV Fonts for StarView" INI file parameter group in vcl/source/filter/sgf.ini and .../sgvtext.cxx Change-Id: I1360aac1a2f3fa825f86d77ac1b05e2de9ffb007 Reviewed-on: https://gerrit.libreoffice.org/42145 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/source/filter')
-rw-r--r--vcl/source/filter/sgf.ini2
-rw-r--r--vcl/source/filter/sgvmain.hxx4
-rw-r--r--vcl/source/filter/sgvtext.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/filter/sgf.ini b/vcl/source/filter/sgf.ini
index 17c01255b6f1..2068c5f46e5a 100644
--- a/vcl/source/filter/sgf.ini
+++ b/vcl/source/filter/sgf.ini
@@ -20,7 +20,7 @@
#CharSet : (Ansi,IBMPC,Mac,Symbol,System); Default is System
#Attribute: (Bold,Ital,Sans,Serf,Fixd);
-[SGV Fonts fuer StarView]
+[SGV Fonts for StarView]
#IF-ID Fontname Attribute SV-Fam ChSet Width FontName
3848=(ITC Zapf Dingbats) Decora ()
5720=(Symbol) Serf Decora Symbol ()
diff --git a/vcl/source/filter/sgvmain.hxx b/vcl/source/filter/sgvmain.hxx
index 061aa4205a72..398674f7f814 100644
--- a/vcl/source/filter/sgvmain.hxx
+++ b/vcl/source/filter/sgvmain.hxx
@@ -123,8 +123,8 @@ public:
sal_uInt8 Kapit; // 1..255%
sal_uInt16 Schnitt; // 8 flags
sal_uInt16 LnFeed; // 1..32767% of max font size of the line
- sal_uInt16 Slant; // slant angle 0.00..89.99deg default 15.00deg viewed double width)
- sal_uInt8 ZAbst; // character spacing 0..255% (0=on the line; 100=normal; 200=Zeichen wird als
+ sal_uInt16 Slant; // slant angle 0.00..89.99deg default 15.00deg
+ sal_uInt8 ZAbst; // character spacing 0..255% (0=on the line; 100=normal; 200=character is viewed as double width)
signed char ChrVPos; // vertical position of char. Default 0=on baseline, 10=5Pt below (-64..63")
ObjLineType ShdL; // shadow outline (new 2.0)
ObjAreaType ShdF; // shadow inside (new 2.0)
diff --git a/vcl/source/filter/sgvtext.cxx b/vcl/source/filter/sgvtext.cxx
index 558c563bae24..f3ec82655120 100644
--- a/vcl/source/filter/sgvtext.cxx
+++ b/vcl/source/filter/sgvtext.cxx
@@ -1098,7 +1098,7 @@ void SgfFontLst::ReadList()
LastLn=nullptr;
SgfFontOne* P,P1;
Config aCfg(FNam);
- aCfg.SetGroup("SGV Fonts fuer StarView");
+ aCfg.SetGroup("SGV Fonts for StarView");
sal_uInt16 Anz=aCfg.GetKeyCount();
sal_uInt16 i;
OString FID;