diff options
author | pv2k <vidhey96@gmail.com> | 2017-02-05 02:29:40 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-02-06 16:09:30 +0000 |
commit | a73fb11cb235dd600d29f214f8a079792f6b2445 (patch) | |
tree | f05cb5180e58c933e0566a37224fca91ad4abda6 | |
parent | 23972ff57fe9d7469aaf9318286b3cd38dfd3053 (diff) |
tdf#92492 function placed in a wrong category in customise functions list
"Table To Text","Text To Table" and "Text<->Table" have been removed from
"Options" category and placed in "Table" category
Change-Id: Ic5717e4cf91ce3fde2d40b3a3f567747fa7b983f
Reviewed-on: https://gerrit.libreoffice.org/33919
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
-rw-r--r-- | sw/sdi/swriter.sdi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index a835734ed4f8..cb42b581d609 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -713,7 +713,7 @@ SfxVoidItem ConvertTableText FN_CONVERT_TEXT_TABLE AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; + GroupId = GID_TABLE; ] SfxVoidItem CreateAbstract FN_ABSTRACT_NEWDOC @@ -6965,7 +6965,7 @@ SfxVoidItem ConvertTableToText FN_CONVERT_TABLE_TO_TEXT AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; + GroupId = GID_TABLE; ] SfxVoidItem ConvertTextToTable FN_CONVERT_TEXT_TO_TABLE @@ -6990,7 +6990,7 @@ SfxVoidItem ConvertTextToTable FN_CONVERT_TEXT_TO_TABLE AccelConfig = TRUE, MenuConfig = TRUE, ToolBoxConfig = TRUE, - GroupId = GID_OPTIONS; + GroupId = GID_TABLE; ] SfxVoidItem HeadingRowsRepeat FN_TABLE_HEADLINE_REPEAT |