diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-12 12:49:25 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-12 14:38:29 +0200 |
commit | 718d9b5e709ca19ce6d1d540ee6b64d0285181f6 (patch) | |
tree | 57f0e577e0b21cce99543a9f0ff0a5fc51e3c255 /svl | |
parent | 0f4d60ea931e9949a8d6c1ac6c60e331ad53eb66 (diff) |
Fix typos
Change-Id: I7fdeba2d7407989a00befaad1c186cd6f132cb85
Reviewed-on: https://gerrit.libreoffice.org/78827
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 beeaa5610432..5651b8bb780c 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -742,7 +742,7 @@ void SfxStyleSheetBasePool::Remove( SfxStyleSheetBase* p ) if( !bWasRemoved ) return; - // Adapt all styles which have this style as parant + // Adapt all styles which have this style as parent ChangeParent( p->GetName(), p->GetParent() ); // #120015# Do not dispose, the removed StyleSheet may still be used in |