summaryrefslogtreecommitdiff
path: root/vcl/unx
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/unx
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/unx')
-rw-r--r--vcl/unx/generic/print/genprnpsp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/print/genprnpsp.cxx b/vcl/unx/generic/print/genprnpsp.cxx
index b7fb41665bcb..20b6d1484c01 100644
--- a/vcl/unx/generic/print/genprnpsp.cxx
+++ b/vcl/unx/generic/print/genprnpsp.cxx
@@ -432,7 +432,7 @@ void SalGenericInstance::GetPrinterQueueInfo( ImplPrnQueueList* pList )
for( ::std::vector< OUString >::iterator it = aPrinters.begin(); it != aPrinters.end(); ++it )
{
const PrinterInfo& rInfo( rManager.getPrinterInfo( *it ) );
- // Neuen Eintrag anlegen
+ // create new entry
SalPrinterQueueInfo* pInfo = new SalPrinterQueueInfo;
pInfo->maPrinterName = *it;
pInfo->maDriver = rInfo.m_aDriverName;