summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rsclex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/parser/rsclex.hxx')
-rw-r--r--rsc/source/parser/rsclex.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/rsc/source/parser/rsclex.hxx b/rsc/source/parser/rsclex.hxx
index 06b2cb4d27ed..510a13eb3a1d 100644
--- a/rsc/source/parser/rsclex.hxx
+++ b/rsc/source/parser/rsclex.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
@@ -34,7 +34,7 @@
// a buffer for unique strings
class StringContainer
{
- std::hash_set< rtl::OString, rtl::OStringHash > m_aStrings;
+ std::hash_set< rtl::OString, rtl::OStringHash > m_aStrings;
public:
StringContainer() {}
~StringContainer() {}
@@ -78,9 +78,9 @@ class ObjectStack {
const RSCINST & Top () { return pRoot->aInst; }
BOOL IsEmpty() { return( pRoot == NULL ); }
- void IncTupelRec() { pRoot->nTupelRec++; }
- void DecTupelRec() { pRoot->nTupelRec--; }
- sal_uInt32 TupelRecCount() const { return pRoot->nTupelRec; }
+ void IncTupelRec() { pRoot->nTupelRec++; }
+ void DecTupelRec() { pRoot->nTupelRec--; }
+ sal_uInt32 TupelRecCount() const { return pRoot->nTupelRec; }
void Push( RSCINST aInst )
{
Node* pTmp;
@@ -126,6 +126,6 @@ extern RscTypCont* pTC;
extern RscFileInst * pFI;
extern RscExpression * pExp;
extern ObjectStack S;
-extern StringContainer* pStringContainer;
+extern StringContainer* pStringContainer;
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */