summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/inc/instable.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-05-26 10:53:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-05-26 16:08:22 +0200
commitea4b99c294aa4ad975a8374f317b09f743aa173e (patch)
treee7fd4d06ebe5c9f0e5063fa495b7868eb9559710 /sw/source/uibase/inc/instable.hxx
parentfix callgrind job by providing dummy privacy-url (diff)
downloadcore-ea4b99c294aa4ad975a8374f317b09f743aa173e.tar.gz
core-ea4b99c294aa4ad975a8374f317b09f743aa173e.zip
fix another leak in SwInsTableDlg
Change-Id: I743a3231ef62e30242e54315bc3d3183f691f13d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116191 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/instable.hxx')
-rw-r--r--sw/source/uibase/inc/instable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/instable.hxx b/sw/source/uibase/inc/instable.hxx
index 593d3668cd31..381b1ba4f39a 100644
--- a/sw/source/uibase/inc/instable.hxx
+++ b/sw/source/uibase/inc/instable.hxx
@@ -38,7 +38,7 @@ class SwInsTableDlg : public SfxDialogController
SwWrtShell* pShell;
std::unique_ptr<SwTableAutoFormatTable> m_xTableTable;
- SwTableAutoFormat* pTAutoFormat;
+ std::unique_ptr<SwTableAutoFormat> m_xTAutoFormat;
sal_uInt8 lbIndex;
sal_uInt8 tbIndex;