Kaydet (Commit) 6ae22682 authored tarafından Tobias Lippert's avatar Tobias Lippert Kaydeden (comit) Caolán McNamara

fdo#39468 Translate German comments

Change-Id: I051092f2ffb76a6ef400acd51514189ff20dad7d
Reviewed-on: https://gerrit.libreoffice.org/8486Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 0c17ccc4
...@@ -145,14 +145,8 @@ public: ...@@ -145,14 +145,8 @@ public:
virtual sal_uInt16 GetVersion() const; virtual sal_uInt16 GetVersion() const;
}; };
/* Class to iterate and search on a SfxStyleSheetBasePool */
class SVL_DLLPUBLIC SfxStyleSheetIterator class SVL_DLLPUBLIC SfxStyleSheetIterator
/* [Beschreibung]
Klasse zum Iterieren und Suchen auf einem SfxStyleSheetBasePool.
*/
{ {
public: public:
/** Constructor. /** Constructor.
...@@ -328,16 +322,14 @@ public: ...@@ -328,16 +322,14 @@ public:
#define SFX_STYLESHEET_CREATED 1 // neu #define SFX_STYLESHEET_CREATED 1 // new
#define SFX_STYLESHEET_MODIFIED 2 // ver"andert #define SFX_STYLESHEET_MODIFIED 2 // changed
#define SFX_STYLESHEET_CHANGED 3 // gel"oscht und neu (ausgetauscht) #define SFX_STYLESHEET_CHANGED 3 // erased and re-created (replaced)
#define SFX_STYLESHEET_ERASED 4 // gel"oscht #define SFX_STYLESHEET_ERASED 4 // erased
#define SFX_STYLESHEET_INDESTRUCTION 5 // wird gerade entfernt #define SFX_STYLESHEET_INDESTRUCTION 5 // in the process of being destructed
#define SFX_STYLESHEETPOOL_CHANGES 1 // Aenderungen, die den Zustand #define SFX_STYLESHEETPOOL_CHANGES 1 // Changes which change the state of the pool, but should not be
// des Pools anedern, aber nicht // broadcasted by STYLESHEET hits.
// ueber die STYLESHEET Hints
// verschickt werden sollen.
......
...@@ -734,7 +734,7 @@ void SfxStyleSheetBasePool::Remove( SfxStyleSheetBase* p ) ...@@ -734,7 +734,7 @@ void SfxStyleSheetBasePool::Remove( SfxStyleSheetBase* p )
bool bWasRemoved = mIndexedStyleSheets->RemoveStyleSheet(xP); bool bWasRemoved = mIndexedStyleSheets->RemoveStyleSheet(xP);
if( bWasRemoved ) if( bWasRemoved )
{ {
// Alle Styles umsetzen, deren Parent dieser hier ist // Adapt all styles which have this style as parant
ChangeParent( p->GetName(), p->GetParent() ); ChangeParent( p->GetName(), p->GetParent() );
// #120015# Do not dispose, the removed StyleSheet may still be used in // #120015# Do not dispose, the removed StyleSheet may still be used in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment