summaryrefslogtreecommitdiff
path: root/rsc/inc/rscdb.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-01-23 21:03:53 -0800
committerJoseph Powers <jpowers27@cox.net>2011-01-23 21:03:53 -0800
commit4cb4e600b5fc20e21326cfa03af080a668643f4e (patch)
tree9f8b9c9bf3dd106cce2906b422c1cb4b3c3b4e3b /rsc/inc/rscdb.hxx
parent8650fdf601176d00cae9bf49b9932257095c3f43 (diff)
Remove DECLARE_LIST( RscInconsList, RscInconsistent* )
Diffstat (limited to 'rsc/inc/rscdb.hxx')
-rw-r--r--rsc/inc/rscdb.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx
index 7ac5e42eca1c..346f95497800 100644
--- a/rsc/inc/rscdb.hxx
+++ b/rsc/inc/rscdb.hxx
@@ -353,7 +353,7 @@ public:
void WriteSyntax( FILE * fOutput );
void WriteRcCtor( FILE * fOutput );
void FillNameIdList( REResourceList * pList, ULONG lFileKey );
- BOOL MakeConsistent( RscInconsList * pList );
+ BOOL MakeConsistent();
sal_uInt32 PutTranslatorKey( sal_uInt64 nKey );
void IncFilePos( ULONG nOffset ){ nFilePos += nOffset; }
};