diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-12-19 13:18:31 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-12-20 13:10:45 +0100 |
commit | fb0af5ca08c6c9cff2223e641dbd73f9cd2c47c0 (patch) | |
tree | 9621592474e436394f0b0f6ed6a73417ef9dba92 /AllLangHelp_sbasic.mk | |
parent | d25f1958da0b19339f2302e1a4f46663e08160cf (diff) |
tdf#145725 VBA mode for RGB functions and warnings
+ Added a RGB [VBA] page specific to VBA mode for RGB stressing
differences
+ placed warnings on Red vs Blue color interchange in VBA mode
+ Refactored here and there.
Change-Id: I0556babb7c3a4bd3eeff1bfe6993624aa0e78d6d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127098
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_sbasic.mk')
-rw-r--r-- | AllLangHelp_sbasic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_sbasic.mk b/AllLangHelp_sbasic.mk index d941abf42e..b474f13962 100644 --- a/AllLangHelp_sbasic.mk +++ b/AllLangHelp_sbasic.mk @@ -123,6 +123,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\ helpcontent2/source/text/sbasic/shared/03010303 \ helpcontent2/source/text/sbasic/shared/03010304 \ helpcontent2/source/text/sbasic/shared/03010305 \ + helpcontent2/source/text/sbasic/shared/03010306 \ helpcontent2/source/text/sbasic/shared/03020000 \ helpcontent2/source/text/sbasic/shared/03020100 \ helpcontent2/source/text/sbasic/shared/03020101 \ |