diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-04-21 10:51:05 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-04-21 12:00:47 +0200 |
commit | adea8835d417379447cb8de6f30e959808b8db91 (patch) | |
tree | fcfde0883dc0ae5c4c02d791668b22b73e3c9134 /sw/Module_sw.mk | |
parent | b82f39f29a9ceeacb06ae9d1571665327d3e3019 (diff) |
sw bibliography, refer to a page: edit the page number of individual entries
Usually it's handy that editing a bibliography entry field updates all
other fields referring to the same source. But avoid doing this in case
only the page number changes, that's typically specific to that field.
Change-Id: I2b2608c6c4fdb859c430294eaecdadfeb1c802a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114380
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 07a79c3ad951..793ed739daa4 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -131,6 +131,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_core_undo \ CppunitTest_sw_uibase_uiview \ CppunitTest_sw_core_draw \ + CppunitTest_sw_uibase_fldui \ )) ifneq ($(DISABLE_GUI),TRUE) |