summaryrefslogtreecommitdiff
path: root/oox/util
diff options
context:
space:
mode:
Diffstat (limited to 'oox/util')
-rw-r--r--oox/util/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/oox/util/makefile.mk b/oox/util/makefile.mk
index a60b40034cac..ff47635e1aa3 100644
--- a/oox/util/makefile.mk
+++ b/oox/util/makefile.mk
@@ -1,14 +1,14 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.8.4.1 $
#
# This file is part of OpenOffice.org.
#
@@ -47,6 +47,7 @@ LIB1FILES= \
$(SLB)$/token.lib\
$(SLB)$/helper.lib\
$(SLB)$/core.lib\
+ $(SLB)$/ole.lib\
$(SLB)$/ppt.lib\
$(SLB)$/xls.lib\
$(SLB)$/vml.lib\
Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: stocStephan Bergmann 2023-10-18loplugin:indentationStephan Bergmann 2023-10-15tdf#101376 don't detach thread if it is the main thread on macOSPatrick Luby 2023-10-14Use exception ctors, instead of setting members laterMike Kaganski 2023-09-24tdf#157288: "Primary key" missing when right click a field during table editionJulien Nabet 2023-09-10using decls should come after #includeNoel Grandin 2023-09-09NestedRegistryImpl does not need to implement XAggreggationNoel Grandin 2023-08-24Small refactorMike Kaganski 2023-08-23tdf#156701: Move DontEnableJava handling into askForRetryMike Kaganski 2023-07-31tdf#156161: Honor "DontEnableJava" when failed because selected JRE uninstalledMike Kaganski 2023-06-18Use getXWeak in stocMike Kaganski 2023-05-25merge some stringaddsNoel Grandin 2023-03-30loplugin:stringadd in starmath..svlNoel Grandin 2023-03-22Introduce css.reflection.Dump singletonStephan Bergmann 2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen 2023-02-02osl::Mutex->std::mutex in JavaComponentLoader::getJavaLoaderNoel Grandin 2023-01-19Base IdlReflectionServiceImpl on WeakComponentImplHelperStephan Bergmann 2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI 2022-12-19loplugin:implinheritancehelper in stocNoel Grandin