diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-11-07 11:16:26 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-11-07 14:33:12 +0100 |
commit | deba3bdc70bae4297b26f67a2d5581a9f822debf (patch) | |
tree | 53075ee8f6fdbdae26291e61ac4b37e09b102036 /sw/inc/fmtmeta.hxx | |
parent | 57777d94ca60781342fd8335d152a59c0fff89f0 (diff) |
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
Diffstat (limited to 'sw/inc/fmtmeta.hxx')
-rw-r--r-- | sw/inc/fmtmeta.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtmeta.hxx b/sw/inc/fmtmeta.hxx index ac94d120008d..6fba3bac2aa5 100644 --- a/sw/inc/fmtmeta.hxx +++ b/sw/inc/fmtmeta.hxx @@ -22,7 +22,7 @@ #include "calbck.hxx" -#include <cppuhelper/weakref.hxx> +#include <unotools/weakref.hxx> #include <svl/poolitem.hxx> #include <sfx2/Metadatable.hxx> |