sw: make fmtmeta.hxx self-contained

sw/inc/fmtmeta.hxx:134:5: error: use of undeclared identifier 'unotools'
    unotools::WeakReference<SwXMeta> m_wXMeta;
    ^

Change-Id: Ia022e96789edcc8b9e589175dc32c6fcea83b119
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142369
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
This commit is contained in:
Miklos Vajna
2022-11-07 11:16:26 +01:00
parent 57777d94ca
commit deba3bdc70

View File

@ -22,7 +22,7 @@
#include "calbck.hxx"
#include <cppuhelper/weakref.hxx>
#include <unotools/weakref.hxx>
#include <svl/poolitem.hxx>
#include <sfx2/Metadatable.hxx>