summaryrefslogtreecommitdiffstats
path: root/include/svx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/sidebar/InspectorTextPanel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sidebar/InspectorTextPanel.hxx b/include/svx/sidebar/InspectorTextPanel.hxx
index ce4eecf8ad64..f6ef0234ade1 100644
--- a/include/svx/sidebar/InspectorTextPanel.hxx
+++ b/include/svx/sidebar/InspectorTextPanel.hxx
@@ -50,7 +50,7 @@ public:
InspectorTextPanel(weld::Widget* pParent);
- void updateEntries(const std::vector<TreeNode>& rStore);
+ void updateEntries(const std::vector<TreeNode>& rStore, const sal_Int32 nParIdx);
private:
std::unique_ptr<weld::TreeView> mpListBoxStyles;