summaryrefslogtreecommitdiff
path: root/rsc/inc/rscclass.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rscclass.hxx')
-rw-r--r--rsc/inc/rscclass.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/inc/rscclass.hxx b/rsc/inc/rscclass.hxx
index e0c2bdd9953c..fb3c2ef40726 100644
--- a/rsc/inc/rscclass.hxx
+++ b/rsc/inc/rscclass.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -102,9 +102,9 @@ public:
RscTypCont * pTC, sal_uInt32, BOOL bExtra );
void WriteSyntax( FILE * fOutput, RscTypCont * pTC );
- void WriteRcAccess( FILE * fOutput, RscTypCont * pTC,
+ void WriteRcAccess( FILE * fOutput, RscTypCont * pTC,
const char * );
- void WriteRcCtor( FILE * fOutput, RscTypCont * pTC );
+ void WriteRcCtor( FILE * fOutput, RscTypCont * pTC );
};
class RscSysDepend : public RscClass