unotools/source/i18n/resmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 405ab5c3307948bfcf12670d7ac6df0b86fb8832 Author: Aurimas Fišeras <auri...@members.fsf.org> AuthorDate: Wed May 4 14:03:39 2022 +0300 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Wed May 4 16:06:41 2022 +0200 Fix typo in cbc34f69ec6363cd234ad2b1dfe09bfb531238db Signed-off-by: Aurimas Fišeras <auri...@members.fsf.org> Change-Id: Iee5c7aec7817bc7af5f45d192165fe30301788d0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133823 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/unotools/source/i18n/resmgr.cxx b/unotools/source/i18n/resmgr.cxx index faa35ffe5c9e..641fa61be6dc 100644 --- a/unotools/source/i18n/resmgr.cxx +++ b/unotools/source/i18n/resmgr.cxx @@ -23,7 +23,7 @@ // workdir/UnpackedTarball/boost/boost/locale/format.hpp using "std::auto_ptr<data> d;", but must // come very early here in case <memory> is already (indirectly) included earlier: #include <config_libcxx.h> -#if HAVE_LIBPP +#if HAVE_LIBCPP #define _LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR #elif defined _MSC_VER #define _HAS_AUTO_PTR_ETC 1