diff options
author | Kayo Hamid <revol.code@yahoo.com> | 2010-12-02 22:57:42 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-12-02 22:58:51 +0100 |
commit | c919c3a73b0e6ccd7c6484567215f56c85ad95ad (patch) | |
tree | 1d13ab7e6ef51b7a806fdb89fd5ade5aab2ef731 /animations | |
parent | 6894764a0fa2ca85e783d9aa9a6c03181ee48740 (diff) |
Cleanup commented code in impress
Signed-off-by: Thorsten Behrens <tbehrens@novell.com>
Diffstat (limited to 'animations')
-rw-r--r-- | animations/source/animcore/animcore.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx index 655bc6289fa8..fbe5b7493bd9 100644 --- a/animations/source/animcore/animcore.cxx +++ b/animations/source/animcore/animcore.cxx @@ -255,7 +255,7 @@ public: virtual void SAL_CALL setVolume( double _volume ) throw (RuntimeException); - // XCommand + // XCommand - the following two shadowed by animate, unfortunately // virtual Any SAL_CALL getTarget() throw (RuntimeException); // virtual void SAL_CALL setTarget( const Any& _target ) throw (RuntimeException); virtual sal_Int16 SAL_CALL getCommand() throw (RuntimeException); |