summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@members.fsf.org>2022-05-04 14:03:39 +0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-05-04 16:06:41 +0200
commit405ab5c3307948bfcf12670d7ac6df0b86fb8832 (patch)
treef4a10e293f5eb2abd2be478e9532d1f0358387f5 /unotools
parentf1a9e1d8139db4461c1a1c5fee7b1131ce99eece (diff)
Fix typo in cbc34f69ec6363cd234ad2b1dfe09bfb531238db
Signed-off-by: Aurimas Fišeras <aurimas@members.fsf.org> Change-Id: Iee5c7aec7817bc7af5f45d192165fe30301788d0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133823 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/i18n/resmgr.cxx2
1 files changed, 1 insertions, 1 deletions
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