Kaydet (Commit) 9e603369 authored tarafından Daniel Bankston's avatar Daniel Bankston Kaydeden (comit) Kohei Yoshida

Remove method that is no longer needed

I added this method recently, but it is no longer needed.

Change-Id: I0baa67ce1eb41cddde52a61bca65feede65c3994
üst 59b32886
...@@ -448,7 +448,6 @@ public: ...@@ -448,7 +448,6 @@ public:
sal_uInt16 GetErrCode(); // interpret first if necessary sal_uInt16 GetErrCode(); // interpret first if necessary
sal_uInt16 GetRawError(); // don't interpret, just return code or result error sal_uInt16 GetRawError(); // don't interpret, just return code or result error
short GetFormatType() const { return nFormatType; } short GetFormatType() const { return nFormatType; }
void SetFormatType( short nFType ) { nFormatType = nFType; }
sal_uLong GetFormatIndex() const { return nFormatIndex; } sal_uLong GetFormatIndex() const { return nFormatIndex; }
void GetFormatInfo( short& nType, sal_uLong& nIndex ) const void GetFormatInfo( short& nType, sal_uLong& nIndex ) const
{ nType = nFormatType; nIndex = nFormatIndex; } { nType = nFormatType; nIndex = nFormatIndex; }
......
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