desktop/source/lib/init.cxx      |    3 +++
 sfx2/source/control/unoctitm.cxx |    3 +++
 2 files changed, 6 insertions(+)

New commits:
commit c93267f2901805aa6fe7b7ea44d4ba24e47233da
Author:     Aron Budea <aron.bu...@collabora.com>
AuthorDate: Mon Jul 17 03:37:05 2023 +0200
Commit:     Aron Budea <aron.bu...@collabora.com>
CommitDate: Sun Jul 30 14:51:39 2023 +0200

    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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Aron Budea <aron.bu...@collabora.com>
    (cherry picked from commit b62f9f484a0fc9215e34153daac4a8bdb9698d4b)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155034
    Tested-by: Jenkins

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"),
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 20ae855ab6f3..9b75d0a51118 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1097,6 +1097,9 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, 
SfxViewFrame* pViewFra
              aEvent.FeatureURL.Path == "GroupSparklines" ||
              aEvent.FeatureURL.Path == "UngroupSparklines" ||
              aEvent.FeatureURL.Path == "FormatSparklineMenu" ||
+             aEvent.FeatureURL.Path == "DataDataPilotRun" ||
+             aEvent.FeatureURL.Path == "RecalcPivotTable" ||
+             aEvent.FeatureURL.Path == "DeletePivotTable" ||
              aEvent.FeatureURL.Path == "NumberFormatDecDecimals" ||
              aEvent.FeatureURL.Path == "NumberFormatIncDecimals" ||
              aEvent.FeatureURL.Path == "Protect" ||

Reply via email to