summaryrefslogtreecommitdiffstats
path: root/sc/inc/autonamecache.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-04 12:51:48 +0900
committerCaolán McNamara <caolanm@redhat.com>2010-12-05 19:14:00 +0000
commitd88139d58bd35815545c5f43d204dde4759a8bf9 (patch)
tree461ff2f2182f9861297b071303e5d17299c3a94c /sc/inc/autonamecache.hxx
parentcppcheck: unused variable (diff)
downloadcore-d88139d58bd35815545c5f43d204dde4759a8bf9.tar.gz
core-d88139d58bd35815545c5f43d204dde4759a8bf9.zip
Replace all occured, occurance etc.
Diffstat (limited to 'sc/inc/autonamecache.hxx')
-rw-r--r--sc/inc/autonamecache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/autonamecache.hxx b/sc/inc/autonamecache.hxx
index 3fbbe8d3fe78..ed0bc1383913 100644
--- a/sc/inc/autonamecache.hxx
+++ b/sc/inc/autonamecache.hxx
@@ -52,7 +52,7 @@ public:
ScAutoNameCache( ScDocument* pD );
~ScAutoNameCache();
- const ScAutoNameAddresses& GetNameOccurences( const String& rName, SCTAB nTab );
+ const ScAutoNameAddresses& GetNameOccurrences( const String& rName, SCTAB nTab );
};
#endif