summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2024-12-05 21:29:16 +0530
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-12-10 11:28:36 +0100
commit161cd3c3a2bc1d9d1b3d65de45aad1200bb4fd8e (patch)
tree418cda449178c74f0abaa1bd6ff054f46916a54e /include
parent6ea738e7f4ffa7d9452c65df48550842f711c6c4 (diff)
lok: use locale units in dialogs and sidebar
this patch updates fix for the dialog which were not fixed by e2708fecb34fb4084f8db5f2c5ffb4d8923002ca Change-Id: I7a9531d5af5b388cd6d763ea8c8d62ff4e7f12ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177896 Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178203 Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/ControllerItem.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sidebar/ControllerItem.hxx b/include/sfx2/sidebar/ControllerItem.hxx
index a8f82195a496..5d7e7918a71b 100644
--- a/include/sfx2/sidebar/ControllerItem.hxx
+++ b/include/sfx2/sidebar/ControllerItem.hxx
@@ -70,6 +70,7 @@ private:
virtual void StateChangedAtToolBoxControl (sal_uInt16 nSId, SfxItemState eState, const SfxPoolItem* pState) override;
virtual void GetControlState (sal_uInt16 nSId, boost::property_tree::ptree& rState) override;
+ void ReceiverNotifyItemUpdate(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState);
ItemUpdateReceiverInterface& mrItemUpdateReceiver;
};