diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-01-25 05:02:59 +0900 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-01-25 07:22:21 +0100 |
commit | 8eb4e48f90a3313208d08cc97c94dda43645d6b4 (patch) | |
tree | cefb679127297fe83ffb5fbd6f92fcad7cea7df4 /animations/source | |
parent | 48783ab5a26dec55987730d98e7496e970db8ae4 (diff) |
Removed unused codes and fix some typos
Diffstat (limited to 'animations/source')
-rw-r--r-- | animations/source/animcore/animcore.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx index fbe5b7493bd9..ec151c6bc870 100644 --- a/animations/source/animcore/animcore.cxx +++ b/animations/source/animcore/animcore.cxx @@ -243,8 +243,6 @@ public: virtual void SAL_CALL setSubtype( sal_Int16 _subtype ) throw (RuntimeException); virtual sal_Bool SAL_CALL getMode() throw (RuntimeException); virtual void SAL_CALL setMode( sal_Bool _mode ) throw (RuntimeException); -// virtual sal_Bool SAL_CALL getDirection() throw (RuntimeException); -// virtual void SAL_CALL setDirection( sal_Bool _direction ) throw (RuntimeException); virtual sal_Int32 SAL_CALL getFadeColor() throw (RuntimeException); virtual void SAL_CALL setFadeColor( sal_Int32 _fadecolor ) throw (RuntimeException); |