summaryrefslogtreecommitdiff
path: root/rsc/inc/rscmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rscmgr.hxx')
-rw-r--r--rsc/inc/rscmgr.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/rsc/inc/rscmgr.hxx b/rsc/inc/rscmgr.hxx
index 43c2b9720958..09303a4944bb 100644
--- a/rsc/inc/rscmgr.hxx
+++ b/rsc/inc/rscmgr.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -71,10 +72,11 @@ public:
RscTypCont * pTC, const RscId & rId );
ERRTYPE WriteCxx( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, const RscId & rId );
- sal_Bool IsConsistent( const RSCINST & rInst,
- RscInconsList * pList = NULL );
+ sal_Bool IsConsistent( const RSCINST & rInst );
ERRTYPE GetRef( const RSCINST & rInst, RscId * );
ERRTYPE SetRef( const RSCINST & rInst, const RscId & rRefId );
};
#endif //_RSCMGR_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */