summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/tabdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/tabdlg.hxx')
-rw-r--r--vcl/inc/vcl/tabdlg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/vcl/tabdlg.hxx b/vcl/inc/vcl/tabdlg.hxx
index 5ec2bcad5225..ad79ebec4549 100644
--- a/vcl/inc/vcl/tabdlg.hxx
+++ b/vcl/inc/vcl/tabdlg.hxx
@@ -36,6 +36,7 @@
#include <vcl/dialog.hxx>
class FixedLine;
+class TabControl;
// ----------------------
// - TabDialog -
@@ -61,6 +62,8 @@ public:
virtual void Resize();
virtual void StateChanged( StateChangedType nStateChange );
+ SAL_DLLPRIVATE TabControl* ImplGetFirstTabControl() const;
+
void AdjustLayout();
void SetViewWindow( Window* pWindow ) { mpViewWindow = pWindow; }