summaryrefslogtreecommitdiff
path: root/include/vcl/tabctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/tabctrl.hxx')
-rw-r--r--include/vcl/tabctrl.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx
index 4b34ae0f40e7..2d60b40f2608 100644
--- a/include/vcl/tabctrl.hxx
+++ b/include/vcl/tabctrl.hxx
@@ -189,6 +189,8 @@ public:
mbLayoutDirty = true;
}
+ std::vector<sal_uInt16> GetPageIDs() const;
+
virtual void queue_resize(StateChangedType eReason = StateChangedType::Layout) override;
};