summaryrefslogtreecommitdiff
path: root/sw/inc/unoevtlstnr.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-04-25 23:33:15 +0200
committerChristoph Herzog <rhogez@googlemail.com>2011-04-25 23:33:15 +0200
commit9c979f19c7bd182813fe1d634a94d7370f8b3b27 (patch)
tree215104c6d31755e400e4478faee000e221f6e3a1 /sw/inc/unoevtlstnr.hxx
parentd5709e2cf78389658c922493e8d9e8bdf85e9741 (diff)
Translation of German comments.
Diffstat (limited to 'sw/inc/unoevtlstnr.hxx')
-rw-r--r--sw/inc/unoevtlstnr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unoevtlstnr.hxx b/sw/inc/unoevtlstnr.hxx
index 86c8918f571b..fff19f686126 100644
--- a/sw/inc/unoevtlstnr.hxx
+++ b/sw/inc/unoevtlstnr.hxx
@@ -37,9 +37,9 @@ namespace com{namespace sun{namespace star{
class XEventListener;
}
}}}
-/*
- * Verwaltung der EventListener
- * */
+
+// Managing the EventListeners.
+
typedef ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > * XEventListenerPtr;
SV_DECL_PTRARR(SwEvtLstnrArray, XEventListenerPtr, 4, 4)