summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/toolkit/svtabbx.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/toolkit/svtabbx.hxx b/include/vcl/toolkit/svtabbx.hxx
index f6e6137c7501..971ef5eb4047 100644
--- a/include/vcl/toolkit/svtabbx.hxx
+++ b/include/vcl/toolkit/svtabbx.hxx
@@ -88,6 +88,8 @@ public:
void SetTabJustify( sal_uInt16 nTab, SvTabJustify );
void SetTabEditable( sal_uInt16 nTab, bool bEditable );
+
+ virtual void DumpAsPropertyTree(tools::JsonWriter& rJsonWriter) override;
};
// class SvHeaderTabListBox ---------------------------------------------------