diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-21 08:55:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-21 09:05:21 +0000 |
commit | 5c3a6d383e9aa89252f796a6b17adf81f2bb40a1 (patch) | |
tree | 38b07246add305cbe6307cd4316c74e3dcea8800 /sd | |
parent | b733190b0eae3177a30e09054a764eed4f616ba2 (diff) |
callcatcher: update unused code
Change-Id: Ie4df15ab292df51274d983d31ce8e21e0549de81
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/stlpool.hxx | 1 | ||||
-rw-r--r-- | sd/source/core/stlpool.cxx | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx index 581e2f23a00e..0ef6ac02792a 100644 --- a/sd/inc/stlpool.hxx +++ b/sd/inc/stlpool.hxx @@ -123,7 +123,6 @@ public: virtual void SAL_CALL release (void) throw (); protected: void RenameAndCopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily eFamily, SdStyleSheetVector& rCreatedSheets, OUString &rRenameSuffix); - void RenameAndCopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily eFamily, OUString &rRenameSuffix); void CopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily eFamily ); void CopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily eFamily, SdStyleSheetVector& rCreatedSheets ); void CopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily eFamily, SdStyleSheetVector& rCreatedSheets, OUString &rRenameSuffix ); diff --git a/sd/source/core/stlpool.cxx b/sd/source/core/stlpool.cxx index 387fb8f2f5a5..8b4571ac8f78 100644 --- a/sd/source/core/stlpool.cxx +++ b/sd/source/core/stlpool.cxx @@ -607,12 +607,6 @@ void SdStyleSheetPool::RenameAndCopyGraphicSheets(SdStyleSheetPool& rSourcePool, RenameAndCopySheets( rSourcePool, SD_STYLE_FAMILY_GRAPHICS, rCreatedSheets, rRenameSuffix ); } -void SdStyleSheetPool::RenameAndCopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily eFamily, OUString &rRenameSuffix) -{ - SdStyleSheetVector aTmpSheets; - RenameAndCopySheets( rSourcePool, eFamily, aTmpSheets, rRenameSuffix ); -} - void SdStyleSheetPool::CopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily eFamily ) { SdStyleSheetVector aTmpSheets; |