diff options
author | Yusuf Keten <ketenyusuf@gmail.com> | 2020-07-19 20:22:23 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-07-21 22:25:13 +0200 |
commit | 6e50e03262aa12921f108b502d3c76ce983d54f1 (patch) | |
tree | f39f736608778299607de1ab259c146cdeba6302 /include/sfx2 | |
parent | 0587c88e23b4d3d1a0504cd4c6cf1d51fa9ff498 (diff) |
tdf#133026: Additions - Parameter support to UNO Command
After this patch, parameter support to uno command(.uno:AdditionsDialog) will be available.
To use parameter, add "?AdditionsTag:string=YourParameter" to UNO command. Parameters are the tags of extensions on webpage.
Change-Id: I0072c7340bda14ee13c21c347e06a04545cba69a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99007
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sfxsids.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 23d7382f062d..91c69e467654 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -271,6 +271,7 @@ class SvxSearchItem; #define SID_LOCK_EDITDOC (SID_SFX_START + 1738) #define SID_REPLACEABLE (SID_SFX_START + 1739) #define SID_ADDITIONS_DIALOG (SID_SFX_START + 1740) +#define SID_ADDITIONS_TAG (SID_SFX_START + 1741) // SID_SFX_free_END (SID_SFX_START + 3999) |