summaryrefslogtreecommitdiffstats
path: root/include/editeng/editobj.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-04 19:13:26 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-04 19:15:26 -0400
commit3ff650d5659ed050e33074355ee2384f1569b21e (patch)
tree32ffee5777a40bd95b1b2abca0e7d7d33d349943 /include/editeng/editobj.hxx
parentSome attempt to store string ID's into query items. (diff)
downloadcore-3ff650d5659ed050e33074355ee2384f1569b21e.tar.gz
core-3ff650d5659ed050e33074355ee2384f1569b21e.zip
Rename StringPool to SharedStringPool because that's what it is.
Change-Id: I2fc3ce4f0c2291d402cb470346d5561373fb51e7
Diffstat (limited to 'include/editeng/editobj.hxx')
-rw-r--r--include/editeng/editobj.hxx8
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