diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-22 08:49:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-22 09:54:38 +0100 |
commit | c1dd91a93c59b19ed9542da61e5b1ce43cf4ffbf (patch) | |
tree | c768ab956587ac40ee05dfdea40939ea6609f83e /include/vcl/tabdlg.hxx | |
parent | 00639459f148ecb8033f42d5f810858729d24501 (diff) |
callcatcher: update unused code
Change-Id: I1dd1b40d807c7c9d9b145aca9f69a67d786ec5ff
Diffstat (limited to 'include/vcl/tabdlg.hxx')
-rw-r--r-- | include/vcl/tabdlg.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/tabdlg.hxx b/include/vcl/tabdlg.hxx index a990b8e46a24..312a6a32fee0 100644 --- a/include/vcl/tabdlg.hxx +++ b/include/vcl/tabdlg.hxx @@ -45,8 +45,6 @@ public: virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE; - void AdjustLayout(); - void SetViewWindow( Window* pWindow ) { mpViewWindow = pWindow; } Window* GetViewWindow() const { return mpViewWindow; } void SetViewAlign( WindowAlign eAlign ) { meViewAlign = eAlign; } |