summaryrefslogtreecommitdiff
path: root/sfx2/Library_sfx.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-10-08 08:36:45 +0200
committerLuboš Luňák <l.lunak@collabora.com>2021-10-24 20:58:33 +0200
commitd0f8aeb92af554fdce8c02985a4b1aebf30106ed (patch)
tree33c9eed6f6e1a056290fa2b4ca5242b4f78f1834 /sfx2/Library_sfx.mk
parent556363e1e654c1e6584e2aafeb15d0bf05d5d013 (diff)
remove slow wrappers for std::vector
Noel has already done this in master in a number of commits, this one changes those that make SfxViewShell:GetFirst/Next slower. Change-Id: I69dcb026ce969731071be55f36d3c6d42daa89e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124116 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r--sfx2/Library_sfx.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk
index 9103e633e104..77b08037409f 100644
--- a/sfx2/Library_sfx.mk
+++ b/sfx2/Library_sfx.mk
@@ -113,7 +113,6 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
sfx2/source/appl/preventduplicateinteraction \
sfx2/source/appl/sfxhelp \
sfx2/source/appl/sfxpicklist \
- sfx2/source/appl/shellimpl \
sfx2/source/appl/shutdownicon \
sfx2/source/appl/workwin \
sfx2/source/appl/xpackcreator \