diff options
Diffstat (limited to 'svl/source/items')
-rw-r--r-- | svl/source/items/stylepool.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/items/stylepool.cxx b/svl/source/items/stylepool.cxx index 14f30f35b26a..6471212c7ff4 100644 --- a/svl/source/items/stylepool.cxx +++ b/svl/source/items/stylepool.cxx @@ -74,7 +74,7 @@ namespace { const bool bSkipIgnorable ); // #i86923# bool hasIgnorableChildren( const bool bCheckUsage ) const; - const std::shared_ptr<SfxItemSet> getItemSetOfIgnorableChild( + std::shared_ptr<SfxItemSet> getItemSetOfIgnorableChild( const bool bSkipUnusedItemSets ) const; }; @@ -205,7 +205,7 @@ namespace { }); } - const std::shared_ptr<SfxItemSet> Node::getItemSetOfIgnorableChild( + std::shared_ptr<SfxItemSet> Node::getItemSetOfIgnorableChild( const bool bSkipUnusedItemSets ) const { DBG_ASSERT( hasIgnorableChildren( bSkipUnusedItemSets ), |