diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-20 14:15:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-20 16:35:09 +0100 |
commit | afa5d63e2adccefd5cabfe2e0f6f78ce217a294d (patch) | |
tree | ff95aa8bed02045d7700b3a327c196b12ed6c801 /include/vcl/tabpage.hxx | |
parent | cbd717a384e83b54cc7f3e6785504667dcede980 (diff) |
TabPages are no longer loaded from resource files
Change-Id: I009e0f388cfe1861cef89d2148a02380dd47c1ff
Diffstat (limited to 'include/vcl/tabpage.hxx')
-rw-r--r-- | include/vcl/tabpage.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/tabpage.hxx b/include/vcl/tabpage.hxx index 88a1ead9b343..86f994618d4e 100644 --- a/include/vcl/tabpage.hxx +++ b/include/vcl/tabpage.hxx @@ -42,8 +42,6 @@ public: explicit TabPage( Window* pParent, WinBits nStyle = 0 ); explicit TabPage( Window *pParent, const OString& rID, const OUString& rUIXMLDescription ); - explicit TabPage( Window* pParent, const ResId& rResId ); - virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE; virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) SAL_OVERRIDE; |