From 6ae226820a3ab9596ceb59e29ebcae843a48d14c Mon Sep 17 00:00:00 2001 From: Tobias Lippert Date: Wed, 5 Mar 2014 20:12:12 +0100 Subject: fdo#39468 Translate German comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I051092f2ffb76a6ef400acd51514189ff20dad7d Reviewed-on: https://gerrit.libreoffice.org/8486 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/svl/style.hxx | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'include/svl/style.hxx') diff --git a/include/svl/style.hxx b/include/svl/style.hxx index da6931b63e37..72bfaed8da3e 100644 --- a/include/svl/style.hxx +++ b/include/svl/style.hxx @@ -145,14 +145,8 @@ public: virtual sal_uInt16 GetVersion() const; }; +/* Class to iterate and search on a SfxStyleSheetBasePool */ class SVL_DLLPUBLIC SfxStyleSheetIterator - -/* [Beschreibung] - - Klasse zum Iterieren und Suchen auf einem SfxStyleSheetBasePool. - -*/ - { public: /** Constructor. @@ -328,16 +322,14 @@ public: -#define SFX_STYLESHEET_CREATED 1 // neu -#define SFX_STYLESHEET_MODIFIED 2 // ver"andert -#define SFX_STYLESHEET_CHANGED 3 // gel"oscht und neu (ausgetauscht) -#define SFX_STYLESHEET_ERASED 4 // gel"oscht -#define SFX_STYLESHEET_INDESTRUCTION 5 // wird gerade entfernt +#define SFX_STYLESHEET_CREATED 1 // new +#define SFX_STYLESHEET_MODIFIED 2 // changed +#define SFX_STYLESHEET_CHANGED 3 // erased and re-created (replaced) +#define SFX_STYLESHEET_ERASED 4 // erased +#define SFX_STYLESHEET_INDESTRUCTION 5 // in the process of being destructed -#define SFX_STYLESHEETPOOL_CHANGES 1 // Aenderungen, die den Zustand - // des Pools anedern, aber nicht - // ueber die STYLESHEET Hints - // verschickt werden sollen. +#define SFX_STYLESHEETPOOL_CHANGES 1 // Changes which change the state of the pool, but should not be + // broadcasted by STYLESHEET hits. -- cgit