diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-11 14:42:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-11 16:40:42 +0100 |
commit | da090884ee84e25b3767da83d4f18dfd499cbbe6 (patch) | |
tree | 3ad44961fb2094c2aae16671058099f4d02b39b8 /svl/inc | |
parent | 7ba61961cae3541fc32d3ac9492c7410869fb3e1 (diff) |
callcatcher: remove unused SfxItemPool::GetLoadingVersion
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/itempool.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/inc/svl/itempool.hxx b/svl/inc/svl/itempool.hxx index 3cec7f75dee2..bceedeee1591 100644 --- a/svl/inc/svl/itempool.hxx +++ b/svl/inc/svl/itempool.hxx @@ -266,7 +266,6 @@ public: sal_uInt16 GetFileFormatVersion() const { return _nFileFormatVersion; } void SetFileFormatVersion( sal_uInt16 nFileFormatVersion ); - sal_uInt16 GetLoadingVersion() const; bool IsCurrentVersionLoading() const; static int IsWhich(sal_uInt16 nId) { |