diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2022-04-22 12:08:57 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2022-04-22 18:16:05 +0200 |
commit | 4af9403cf718207620376b63242f6d0dd047406a (patch) | |
tree | e5c297f7b2570e213d6ece5af8195e692779e54b /sc/Library_sc.mk | |
parent | a09cf7e76a6d90a50a373d04d717897b7f717d54 (diff) |
move query-related iterators to a new separate file
dociter.cxx/hxx are already quite big as it is, and the query
iterators are more about queries than about iterating the document.
Change-Id: I49e3a5636e4f366efb8b4968f54567d2716ade35
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133323
Tested-by: Luboš Luňák <l.lunak@collabora.com>
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 0ba02c9449ac..c6f65d4ec495 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -179,6 +179,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/data/poolhelp \ sc/source/core/data/postit \ sc/source/core/data/queryevaluator \ + sc/source/core/data/queryiter \ sc/source/core/data/refupdatecontext \ sc/source/core/data/rowheightcontext \ sc/source/core/data/segmenttree \ |