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

-Werror,-Wunused-private-field

Change-Id: Ia7370c4aaa6c0bf69eab13979b6d2209dae695f0
üst 27ff4496
...@@ -612,14 +612,13 @@ private: ...@@ -612,14 +612,13 @@ private:
OUString aName; OUString aName;
OUString aParent; OUString aParent;
StyleTreeArr_Impl pChildren; StyleTreeArr_Impl pChildren;
bool bIsExpanded;
public: public:
bool HasParent() const { return !aParent.isEmpty(); } bool HasParent() const { return !aParent.isEmpty(); }
StyleTree_Impl(const OUString &rName, const OUString &rParent): StyleTree_Impl(const OUString &rName, const OUString &rParent):
aName(rName), aParent(rParent), pChildren(0), bIsExpanded(false) {} aName(rName), aParent(rParent), pChildren(0) {}
~StyleTree_Impl(); ~StyleTree_Impl();
void Put(StyleTree_Impl* pIns, sal_uIntPtr lPos=ULONG_MAX); void Put(StyleTree_Impl* pIns, sal_uIntPtr lPos=ULONG_MAX);
sal_uIntPtr Count(); sal_uIntPtr Count();
......
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