summaryrefslogtreecommitdiff
path: root/sc/inc/autonamecache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/autonamecache.hxx')
-rw-r--r--sc/inc/autonamecache.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/autonamecache.hxx b/sc/inc/autonamecache.hxx
index 3fbbe8d3fe78..3f1180c934c4 100644
--- a/sc/inc/autonamecache.hxx
+++ b/sc/inc/autonamecache.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
@@ -41,7 +41,7 @@ typedef ::std::hash_map< String, ScAutoNameAddresses, ScStringHashCode, ::std::e
// Cache for faster lookup of automatic names during CompileXML
// (during CompileXML, no document content is changed)
//
-
+
class ScAutoNameCache
{
ScAutoNameHashMap aNames;