summaryrefslogtreecommitdiff
path: root/tools/source/rc/resary.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/rc/resary.cxx')
-rw-r--r--tools/source/rc/resary.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/rc/resary.cxx b/tools/source/rc/resary.cxx
index c435a0627713..b680e7d730c7 100644
--- a/tools/source/rc/resary.cxx
+++ b/tools/source/rc/resary.cxx
@@ -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
@@ -51,7 +51,7 @@ ResStringArray::ResStringArray( const ResId& rResId )
{
// load string
m_aStrings.push_back( ImplResStringItem( pMgr->ReadString() ) );
-
+
// load value
m_aStrings[i].m_nValue = pMgr->ReadLong();
}