diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2024-07-26 23:04:34 +0500 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2024-07-27 02:03:15 +0200 |
commit | 4be345abd678babcbb989db1e7a16021ad1da562 (patch) | |
tree | 3a8068019187343952b09fd3a5bb61f217ce5cb3 /sw/CppunitTest_sw_htmlexport.mk | |
parent | 0b683547bbb22cab46e92dfd65c129630bd9ca94 (diff) |
HTML/ReqIF export: introduce RelativeOwnObjectURL filter option
When the use cases require use of absolute URLs at export (Options->
Load/Save->General, Save URLs relative to file system and Save URLs
relative to internet), the fles generated from the document itself
(e.g., images that aren't embedded into HTML/ReqIF itself) may still
need to be referenced relatively.
This introduces the export filter option, named RelativeOwnObjectURL,
that overrides the general export settings specifically for these
self-generated objects.
Change-Id: I09aeb931db5712271a40c683370316783507775a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171083
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/CppunitTest_sw_htmlexport.mk')
-rw-r--r-- | sw/CppunitTest_sw_htmlexport.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_htmlexport.mk b/sw/CppunitTest_sw_htmlexport.mk index e456673def7f..43a5ca56d041 100644 --- a/sw/CppunitTest_sw_htmlexport.mk +++ b/sw/CppunitTest_sw_htmlexport.mk @@ -61,6 +61,10 @@ $(eval $(call gb_CppunitTest_use_api,sw_htmlexport,\ $(eval $(call gb_CppunitTest_use_ure,sw_htmlexport)) $(eval $(call gb_CppunitTest_use_vcl,sw_htmlexport)) +$(eval $(call gb_CppunitTest_use_custom_headers,sw_htmlexport,\ + officecfg/registry \ +)) + $(eval $(call gb_CppunitTest_use_rdb,sw_htmlexport,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_htmlexport)) |