Kaydet (Commit) 70ac6e79 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Make this data member const, as it never gets modified once constructed.

Change-Id: Ic01fd0591bbb524b4a6a0ec1dfe448e33f4d6b18
üst fd9151e1
......@@ -82,7 +82,7 @@ protected: //member
AbstractShapeFactory* m_pShapeFactory;
OUString m_aCID;
sal_Int32 m_nDimension;
const sal_Int32 m_nDimension;
// needs to be created and deleted by the derived class
PlottingPositionHelper* m_pPosHelper;
};
......
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