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

-Werror,-Wunused-member-function

Change-Id: Ib723e19923578c07353bbd8cef98ae031a766045
üst a1aea941
...@@ -221,11 +221,6 @@ namespace ...@@ -221,11 +221,6 @@ namespace
maPropertyHolders.push_back(new PropertyHolder()); maPropertyHolders.push_back(new PropertyHolder());
} }
sal_uInt32 size() const
{
return maPropertyHolders.size();
}
void PushDefault() void PushDefault()
{ {
PropertyHolder* pNew = new PropertyHolder(); PropertyHolder* pNew = new PropertyHolder();
......
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