Kaydet (Commit) 3d80bb27 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: noCopyConstructor

Change-Id: I20dabf3106d8f74fac5cc59f93a006875b9e1f91
üst a2c6c2e5
......@@ -194,6 +194,10 @@ private: // Private section
sal_uInt8 nNatNumModifier; // Thai T speciality
// Copy assignment is forbidden and not implemented.
ImpSvNumberformatScan (const ImpSvNumberformatScan &) SAL_DELETED_FUNCTION;
ImpSvNumberformatScan & operator= (const ImpSvNumberformatScan &) SAL_DELETED_FUNCTION;
void InitKeywords() const;
void InitSpecialKeyword( NfKeywordIndex eIdx ) const;
void InitCompatCur() const;
......
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