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

-Werror,-Wunused-private-field

Change-Id: I91968ea95b59eca3d9435fac0c48e03c039bbebb
üst f863d260
...@@ -573,7 +573,6 @@ public: ...@@ -573,7 +573,6 @@ public:
::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private: private:
ScDocShell* mpDocShell;
rtl::Reference<ScCondFormatObj> mxParent; rtl::Reference<ScCondFormatObj> mxParent;
SfxItemPropertySet maPropSet; SfxItemPropertySet maPropSet;
const ScCondDateFormatEntry* mpFormat; const ScCondDateFormatEntry* mpFormat;
......
...@@ -1787,7 +1787,6 @@ void ScIconSetEntryObj::setFormula(const OUString& rFormula) ...@@ -1787,7 +1787,6 @@ void ScIconSetEntryObj::setFormula(const OUString& rFormula)
ScCondDateFormatObj::ScCondDateFormatObj(rtl::Reference<ScCondFormatObj> xParent, ScCondDateFormatObj::ScCondDateFormatObj(rtl::Reference<ScCondFormatObj> xParent,
const ScCondDateFormatEntry* pFormat): const ScCondDateFormatEntry* pFormat):
mpDocShell(xParent->getDocShell()),
mxParent(xParent), mxParent(xParent),
maPropSet(getCondDatePropSet()), maPropSet(getCondDatePropSet()),
mpFormat(pFormat) mpFormat(pFormat)
......
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