diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-07 12:03:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-07 12:03:27 +0100 |
commit | 3b243b5fa37793074698b5a1dce65ead0ddae3ea (patch) | |
tree | acf9f07e18f294747f56bfc17da2a05f864a5592 /svl/source | |
parent | c6b49f9098fb6c9816202e8d465c342788736af5 (diff) |
remove freshly unused methods
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/items/itempool.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx index 032a9cd579fd..e5a499a035e5 100644 --- a/svl/source/items/itempool.cxx +++ b/svl/source/items/itempool.cxx @@ -1043,11 +1043,6 @@ sal_uInt16 SfxItemPool::GetTrueSlotId( sal_uInt16 nWhich, sal_Bool bDeep ) const return pItemInfos[nWhich - pImp->mnStart]._nSID; } -sal_uInt16 SfxItemPool::GetFileFormatVersion() const -{ - return pImp->mnFileFormatVersion; -} - void SfxItemPool::SetFileFormatVersion( sal_uInt16 nFileFormatVersion ) /* [Description] |