summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2023-07-17 03:37:05 +0200
committerAron Budea <aron.budea@collabora.com>2023-07-30 14:51:39 +0200
commitc93267f2901805aa6fe7b7ea44d4ba24e47233da (patch)
tree197183a9420c3baeed50817b8d4a4dc4bd278aaa /desktop/source
parent4d7a98b582dc70bbffc78e6622969e218f108433 (diff)
Send Calc pivot table command state changes to LOK
Change-Id: I0d9e04b0a0452f66cb9703d9f34fe6cb44d724c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154506 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Aron Budea <aron.budea@collabora.com> (cherry picked from commit b62f9f484a0fc9215e34153daac4a8bdb9698d4b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155034 Tested-by: Jenkins
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/lib/init.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 6e8c0db99223..08609ef442d9 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3606,6 +3606,9 @@ static void doc_iniUnoCommands ()
OUString(".uno:GroupSparklines"),
OUString(".uno:UngroupSparklines"),
OUString(".uno:FormatSparklineMenu"),
+ OUString(".uno:DataDataPilotRun"),
+ OUString(".uno:RecalcPivotTable"),
+ OUString(".uno:DeletePivotTable"),
OUString(".uno:Protect"),
OUString(".uno:UnsetCellsReadOnly"),
OUString(".uno:ContentControlProperties"),