diff options
author | Tobias Lippert <drtl@fastmail.fm> | 2014-03-05 20:12:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-11 09:00:31 -0500 |
commit | 6ae226820a3ab9596ceb59e29ebcae843a48d14c (patch) | |
tree | 383eb6d5f5ff182ff58c1016261de3c7dc8ae2cb /svl | |
parent | 0c17ccc493d0c7a80f37600dae76a09a119bef78 (diff) |
fdo#39468 Translate German comments
Change-Id: I051092f2ffb76a6ef400acd51514189ff20dad7d
Reviewed-on: https://gerrit.libreoffice.org/8486
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/style.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index ab9800e29bb2..406e5c2b3480 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -734,7 +734,7 @@ void SfxStyleSheetBasePool::Remove( SfxStyleSheetBase* p ) bool bWasRemoved = mIndexedStyleSheets->RemoveStyleSheet(xP); if( bWasRemoved ) { - // Alle Styles umsetzen, deren Parent dieser hier ist + // Adapt all styles which have this style as parant ChangeParent( p->GetName(), p->GetParent() ); // #120015# Do not dispose, the removed StyleSheet may still be used in |