diff options
Diffstat (limited to 'svl')
-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 6e52248eb82a..15fb042ef0e9 100644 --- a/svl/source/items/stylepool.cxx +++ b/svl/source/items/stylepool.cxx @@ -69,7 +69,7 @@ namespace { // #i86923# Node* findChildNode( const SfxPoolItem& rItem, const bool bIsItemIgnorable ); - Node* nextItemSet( Node* pLast, + Node* nextItemSet( Node const * pLast, const bool bSkipUnusedItemSet, const bool bSkipIgnorable ); // #i86923# @@ -155,7 +155,7 @@ namespace { * introduce parameters <bSkipUnusedItemSets> and <bSkipIgnorable> * and its handling. */ - Node* Node::nextItemSet( Node* pLast, + Node* Node::nextItemSet( Node const * pLast, const bool bSkipUnusedItemSets, const bool bSkipIgnorable ) { |