summaryrefslogtreecommitdiff
path: root/sw/inc/stringhash.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/stringhash.hxx')
-rw-r--r--sw/inc/stringhash.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/stringhash.hxx b/sw/inc/stringhash.hxx
index 27a3b26327bc..fcdc1d609423 100644
--- a/sw/inc/stringhash.hxx
+++ b/sw/inc/stringhash.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
@@ -51,7 +51,7 @@ struct StringHash
{
size_t operator() ( const String *rString) const
{
- sal_Int32 h, nLen;
+ sal_Int32 h, nLen;
h = nLen = rString->Len();
const sal_Unicode *pStr = rString->GetBuffer();
@@ -95,11 +95,11 @@ struct StringHash
struct StringHashRef
{
- size_t operator () (const String &rStr) const
- {
+ size_t operator () (const String &rStr) const
+ {
StringHash aStrHash;
- return aStrHash(&rStr);
+ return aStrHash(&rStr);
}
};
#endif // _STRINGHASH_HXX