diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2020-03-31 20:27:00 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-03-31 22:48:59 +0200 |
commit | 908d3dc957c8ff119e55f91c464212266fd73d66 (patch) | |
tree | c4da4a854d0f9ccdd4c969248ed080de9dd36c73 /desktop | |
parent | f905411741170e524c4a8741a600142585a4d8d8 (diff) |
listen for and broadcast FrameLineColor state changes.
Change-Id: I53efdcc4c5a3871761c4feffb079751286d6fbd6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91401
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 706d826d6722..c54fb771080c 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2646,6 +2646,7 @@ static void doc_iniUnoCommands () OUString(".uno:NumberFormatCurrency"), OUString(".uno:NumberFormatPercent"), OUString(".uno:NumberFormatDate"), + OUString(".uno:FrameLineColor"), OUString(".uno:SortAscending"), OUString(".uno:SortDescending"), OUString(".uno:TrackChanges"), |