diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-01-23 21:03:53 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-01-23 21:03:53 -0800 |
commit | 4cb4e600b5fc20e21326cfa03af080a668643f4e (patch) | |
tree | 9f8b9c9bf3dd106cce2906b422c1cb4b3c3b4e3b /rsc/inc/rscclass.hxx | |
parent | 8650fdf601176d00cae9bf49b9932257095c3f43 (diff) |
Remove DECLARE_LIST( RscInconsList, RscInconsistent* )
Diffstat (limited to 'rsc/inc/rscclass.hxx')
-rw-r--r-- | rsc/inc/rscclass.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rscclass.hxx b/rsc/inc/rscclass.hxx index e0c2bdd9953c..49d8250af0a7 100644 --- a/rsc/inc/rscclass.hxx +++ b/rsc/inc/rscclass.hxx @@ -84,7 +84,7 @@ public: // Gibt die Groesse der Klasse in Bytes sal_uInt32 Size(){ return( nSize ); }; - BOOL IsConsistent( const RSCINST & rInst, RscInconsList * pList ); + BOOL IsConsistent( const RSCINST & rInst ); void SetToDefault( const RSCINST & rInst ); BOOL IsDefault( const RSCINST & rInst ); BOOL IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef ); |