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