summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen8.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-01 16:13:39 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-01 20:21:05 -0500
commite0917855f80eb64b3eacce13152810d8b8932517 (patch)
tree93dad7820a8a7a2abc7e90615f3b440cae0623bf /sc/source/core/data/documen8.cxx
parent9ad6925552b6c6a366bd8a349a3bd78eb2d4bb92 (diff)
Always look up chart objects by name, change method names' casing.
The old container always perform lookups by name only.
Diffstat (limited to 'sc/source/core/data/documen8.cxx')
-rw-r--r--sc/source/core/data/documen8.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/documen8.cxx b/sc/source/core/data/documen8.cxx
index 08db4fcef5ee..021274554ecc 100644
--- a/sc/source/core/data/documen8.cxx
+++ b/sc/source/core/data/documen8.cxx
@@ -1464,7 +1464,7 @@ void ScDocument::UpdateRefAreaLinks( UpdateRefMode eUpdateRefMode,
// TimerDelays etc.
void ScDocument::KeyInput( const KeyEvent& )
{
- if ( pChartListenerCollection->HasListeners() )
+ if ( pChartListenerCollection->hasListeners() )
pChartListenerCollection->StartTimer();
if( apTemporaryChartLock.get() )
apTemporaryChartLock->StartOrContinueLocking();