diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-03-24 20:41:45 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-03-25 10:54:04 +0900 |
commit | fad530fa03cda8a1cd1490bc579fe6bc71638920 (patch) | |
tree | e605bd6e871c0da318eb154fc18c41ae70cb48c3 /sd | |
parent | 1b6b836411c67ad53c17d6dc5ebceaf62d9d9a5a (diff) |
Drop commented-out code
Change-Id: I2718ccf34f0a62c49c04646a982ca9914a25499f
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/SdUnoSlideView.hxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sd/source/ui/inc/SdUnoSlideView.hxx b/sd/source/ui/inc/SdUnoSlideView.hxx index 2fb06b520562..392925fde054 100644 --- a/sd/source/ui/inc/SdUnoSlideView.hxx +++ b/sd/source/ui/inc/SdUnoSlideView.hxx @@ -95,23 +95,6 @@ public: private: slidesorter::SlideSorter& mrSlideSorter; - /* - virtual void FillPropertyTable ( - ::std::vector< ::com::sun::star::beans::Property>& rProperties); - virtual sal_Bool SAL_CALL convertFastPropertyValue( - ::com::sun::star::uno::Any & rConvertedValue, - ::com::sun::star::uno::Any & rOldValue, - sal_Int32 nHandle, - const ::com::sun::star::uno::Any& rValue ) - throw (::com::sun::star::lang::IllegalArgumentException); - virtual void SAL_CALL setFastPropertyValue_NoBroadcast( - sal_Int32 nHandle, - const ::com::sun::star::uno::Any& rValue ) - throw (::com::sun::star::uno::Exception); - virtual void SAL_CALL getFastPropertyValue( - ::com::sun::star::uno::Any& rValue, - sal_Int32 nHandle ) const; - */ }; } // end of namespace sd |