summaryrefslogtreecommitdiff
path: root/sc/workben/result.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/workben/result.cxx')
-rw-r--r--sc/workben/result.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/workben/result.cxx b/sc/workben/result.cxx
index 9198692357e6..9ca4d490731a 100644
--- a/sc/workben/result.cxx
+++ b/sc/workben/result.cxx
@@ -1,7 +1,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
@@ -67,7 +67,7 @@ void ScAddInResult::NewValue()
}
// else void
-// sheet::ResultEvent aEvent( (UsrObject*)this, aAny );
+// sheet::ResultEvent aEvent( (UsrObject*)this, aAny );
sheet::ResultEvent aEvent( (cppu::OWeakObject*)this, aAny );
for ( USHORT n=0; n<aListeners.Count(); n++ )
@@ -95,9 +95,9 @@ void SAL_CALL ScAddInResult::addResultListener( const ::com::sun::star::uno::Ref
if ( aListeners.Count() == 1 )
{
- acquire(); // one Ref for all listeners
+ acquire(); // one Ref for all listeners
- NewValue(); //! Test
+ NewValue(); //! Test
}
}
@@ -115,9 +115,9 @@ void SAL_CALL ScAddInResult::removeResultListener( const ::com::sun::star::uno::
if ( aListeners.Count() == 0 )
{
- nTickCount = 0; //! Test
+ nTickCount = 0; //! Test
- release(); // release listener Ref
+ release(); // release listener Ref
}
break;