summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/complextoolbarcontrols
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-01 04:49:52 +0000
committerMichael Stahl <mstahl@redhat.com>2017-04-03 19:25:49 +0000
commit6b4a149a656b29d162b2190f1849dc779cba0b0a (patch)
treee4947e3ceb1275f2510a5f628ce2fb713a3daee3 /odk/examples/cpp/complextoolbarcontrols
parentdf039e89c5d2f8f3ccfaa0001885f3e532537fb6 (diff)
tdf#39468 Translate German comments
Translate German comments and terms in UnoControls/, editeng/, filter/, odk/, reportdesign/, sd/, sfx2/, starmath/, svl/, svtools/, toolkit/, tools/, writerfilter/, and xmloff/. Change-Id: Ibc401a425ddfdf41e4e4a78600f3fbce8cfaa2b1 Reviewed-on: https://gerrit.libreoffice.org/35992 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'odk/examples/cpp/complextoolbarcontrols')
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/MyListener.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/odk/examples/cpp/complextoolbarcontrols/MyListener.h b/odk/examples/cpp/complextoolbarcontrols/MyListener.h
index 906b266a13af..428693dacc76 100644
--- a/odk/examples/cpp/complextoolbarcontrols/MyListener.h
+++ b/odk/examples/cpp/complextoolbarcontrols/MyListener.h
@@ -34,11 +34,10 @@
#define MYLISTENER_SERVICENAME "vnd.My.NewDocListener"
/**
- * Registriert sich in der Office Konfiguration als Job.
- * Dieser wird dann für alle neu geöffneten Dokumente automatisch
- * gerufen. Man bekommt eine Reference auf das geöffnete Dokument
- * überreicht und kann dann prüfen, ob es ein unterstütztes Format
- * hat. (Wir interessieren uns ja schließlich nur für Writer/Calc Dokumente.)
+ * Register in the Office configuration as job.
+ * This is called automatically for all new opened documents. You receive
+ * a reference of the opened document and then you can check if it's a
+ * supported format. (We are only interested in Writer/Calc documents.)
*
* @see CalcListener
* @see WriterListener