Kaydet (Commit) b5369f9e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-member-function

Change-Id: Icc6ca35623a53449d812e3f09004b926f379c889
üst 0537748e
...@@ -25,19 +25,6 @@ ...@@ -25,19 +25,6 @@
namespace svx { namespace sidebar { namespace svx { namespace sidebar {
namespace
{
class SidebarResource : public Resource
{
public:
SidebarResource (const ResId& rResId) : Resource(rResId) {}
~SidebarResource (void) { FreeResource(); }
};
}
EmptyPanel::EmptyPanel (::Window* pParent) EmptyPanel::EmptyPanel (::Window* pParent)
: Control(pParent, SVX_RES(RID_SIDEBAR_EMPTY_PANEL)), : Control(pParent, SVX_RES(RID_SIDEBAR_EMPTY_PANEL)),
maMessageControl(this, SVX_RES(FT_MESSAGE)) maMessageControl(this, SVX_RES(FT_MESSAGE))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment