summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-06-13 14:54:43 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-20 19:46:37 +0200
commita0d3a9114918de01c2da9c63d24fef9d62f3f70a (patch)
tree3dcc7b85741262cbeab141563edf6ebbf86e900b /sc/inc/cellsuno.hxx
parenta01789ec7c2e65cd3737e180d42ea1c23c3a51bb (diff)
Convert SV_DECL_PTRARR_DEL(ScNamedEntryArr_Impl) to boost::ptr_vector
Change-Id: I92492e051d859537b140ccebe279e09ba4eed566
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index a035aaec339c..0ad91f9a276f 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -131,8 +131,7 @@ typedef ::com::sun::star::uno::Reference<
typedef boost::ptr_vector<XModifyListenerRef> XModifyListenerArr_Impl;
class ScNamedEntry;
-typedef ScNamedEntry* ScNamedEntryPtr;
-SV_DECL_PTRARR_DEL( ScNamedEntryArr_Impl, ScNamedEntryPtr, 4 )
+typedef boost::ptr_vector<ScNamedEntry> ScNamedEntryArr_Impl;
// ScCellRangesBase - base class for ScCellRangesObj (with access by index)