diff options
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/cuigaldlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx index bc82540bc3e3..d00a30b819c0 100644 --- a/cui/source/inc/cuigaldlg.hxx +++ b/cui/source/inc/cuigaldlg.hxx @@ -246,7 +246,7 @@ class TPGalleryThemeProperties : public SfxTabPage ExchangeData* pData; std::vector<OUString> aFoundList; - std::vector< FilterEntry* > + std::vector< std::unique_ptr<FilterEntry> > aFilterEntryList; Timer aPreviewTimer; OUString aLastFilterName; |