summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentListsAccess.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-26 13:56:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-28 09:04:16 +0200
commit12c953fa25cc6c1e56eff6429f73cac8e870a58e (patch)
treeb982e6a3823330932f1287400bf365df6ad51262 /sw/inc/IDocumentListsAccess.hxx
parentb1f9aa5f58ea322097998839e00d95fc40be8b22 (diff)
loplugin:useuniqueptr in DocumentListsManager
Change-Id: Id179245161d707e27e009b6ebc53d925aae5ce0f Reviewed-on: https://gerrit.libreoffice.org/61000 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/IDocumentListsAccess.hxx')
-rw-r--r--sw/inc/IDocumentListsAccess.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/IDocumentListsAccess.hxx b/sw/inc/IDocumentListsAccess.hxx
index a6bf287b8ccd..ada66af3b574 100644
--- a/sw/inc/IDocumentListsAccess.hxx
+++ b/sw/inc/IDocumentListsAccess.hxx
@@ -31,7 +31,6 @@ class IDocumentListsAccess
public:
virtual SwList* createList( const OUString& rListId,
const OUString& rDefaultListStyleName ) = 0;
- virtual void deleteList( const OUString& rListId ) = 0;
virtual SwList* getListByName( const OUString& rListId ) const = 0;
virtual void createListForListStyle( const OUString& rListStyleName ) = 0;