diff options
Diffstat (limited to 'include/editeng/editobj.hxx')
-rw-r--r-- | include/editeng/editobj.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/editeng/editobj.hxx b/include/editeng/editobj.hxx index 4751469c68ec..3d1cccaed7b0 100644 --- a/include/editeng/editobj.hxx +++ b/include/editeng/editobj.hxx @@ -51,7 +51,7 @@ struct Section; namespace svl { -class StringPool; +class SharedStringPool; } @@ -83,10 +83,10 @@ public: * * @param rPool shared string pool. */ - void NormalizeString( svl::StringPool& rPool ); + void NormalizeString( svl::SharedStringPool& rPool ); - bool GetStringIDs( const svl::StringPool& rPool, std::vector<sal_uIntPtr>& rIDs ) const; - bool GetStringIDsIgnoreCase( const svl::StringPool& rPool, std::vector<sal_uIntPtr>& rIDs ) const; + bool GetStringIDs( const svl::SharedStringPool& rPool, std::vector<sal_uIntPtr>& rIDs ) const; + bool GetStringIDsIgnoreCase( const svl::SharedStringPool& rPool, std::vector<sal_uIntPtr>& rIDs ) const; const SfxItemPool* GetPool() const; sal_uInt16 GetUserType() const; // For OutlinerMode, it can however not save in compatible format |