summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmexpl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-21 10:22:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-21 11:25:25 +0100
commit2edc8c53433be4423d7b009c9f60ed732d554816 (patch)
treeec2fdd5d3fd5185f017b55a83c786d52b20e16dd /svx/source/inc/fmexpl.hxx
parent0acbfd466aa8070c99c1d93f499fa5abb6b0d86a (diff)
tdf#121540 crash deleting a form from form navigator
regression from commit eec9f6c8b928de38dd9e683f46bfab00f3243048 Date: Mon Jun 4 15:01:43 2018 +0200 loplugin:useuniqueptr in FmEntryDataList and rename the method to make the it's operation clearer Change-Id: Ife366f02c3d8907c397345d825ef7d1721d8930c Reviewed-on: https://gerrit.libreoffice.org/63694 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/inc/fmexpl.hxx')
-rw-r--r--svx/source/inc/fmexpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx
index 4f26008fa054..6e751c2921f8 100644
--- a/svx/source/inc/fmexpl.hxx
+++ b/svx/source/inc/fmexpl.hxx
@@ -197,7 +197,7 @@ public:
{ return maEntryDataList.at(Index).get(); }
size_t size() const { return maEntryDataList.size(); }
- void remove( FmEntryData* pItem );
+ void removeNoDelete( FmEntryData* pItem );
void insert( std::unique_ptr<FmEntryData> pItem, size_t Index );
void clear();
};