diff options
author | Noel Grandin <noel@peralex.com> | 2012-04-26 09:29:43 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-05-09 08:52:58 +0200 |
commit | 3e26181e36d506ce6c3a0133b11a7e652aaa62e6 (patch) | |
tree | d0043620d57be8c1e8c0860f2ba362e6e5da5f22 /sw/source | |
parent | 2552420cdc7588e1b0da06fd6810dba855e9d43c (diff) |
Remove unused SV_DECL_PTRARR
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/undo/unnum.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/undo/unnum.cxx b/sw/source/core/undo/unnum.cxx index e9cce98ab147..ac7c13fb6c38 100644 --- a/sw/source/core/undo/unnum.cxx +++ b/sw/source/core/undo/unnum.cxx @@ -40,10 +40,6 @@ #include <rolbck.hxx> -SV_DECL_PTRARR_DEL( _SfxPoolItems, SfxPoolItem*, 16 ) -SV_IMPL_PTRARR( _SfxPoolItems, SfxPoolItem* ); - - SwUndoInsNum::SwUndoInsNum( const SwNumRule& rOldRule, const SwNumRule& rNewRule, SwUndoId nUndoId ) |