diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-19 08:20:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-19 13:20:19 +0100 |
commit | ea3edee44ad4796f6fc68190b7d03f8c8917c313 (patch) | |
tree | d06599d0b748b0572145a5708180f3e5bdbeddc8 /include/svx/sidebar | |
parent | 1399a51fd6c2644dd1dc2c79d3448deeacbb2c9d (diff) |
callcatcher: update unused code
ResId loaders begining to melt away
Change-Id: Ied10d95f6561f24b2305d202847b7e7c39eb63c3
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r-- | include/svx/sidebar/SidebarDialControl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/sidebar/SidebarDialControl.hxx b/include/svx/sidebar/SidebarDialControl.hxx index a3e53d306c53..a11257e35768 100644 --- a/include/svx/sidebar/SidebarDialControl.hxx +++ b/include/svx/sidebar/SidebarDialControl.hxx @@ -28,7 +28,6 @@ class SVX_DLLPUBLIC SidebarDialControl : public svx::DialControl { public: SidebarDialControl (Window* pParent, WinBits nBits = 0); - SidebarDialControl (Window* pParent, const ResId& rResId); virtual ~SidebarDialControl (void); virtual Size GetOptimalSize() const; |