diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-10 00:56:06 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-10 00:56:06 +0900 |
commit | 2ac4d8bf32ef72e22b1feaef300b604a50cdc6d2 (patch) | |
tree | f0d087fa3185cb8a7b8a7be3eb5a2268ae67f9f2 /sd/source/ui/unoidl/SdUnoSlideView.cxx | |
parent | cfe98a1305202419f224a31e54cd37e64401fa4f (diff) |
nuke dead code
Change-Id: I666791b2a2bb817d59625868d5e2df1a9341b2ff
Diffstat (limited to 'sd/source/ui/unoidl/SdUnoSlideView.cxx')
-rw-r--r-- | sd/source/ui/unoidl/SdUnoSlideView.cxx | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/sd/source/ui/unoidl/SdUnoSlideView.cxx b/sd/source/ui/unoidl/SdUnoSlideView.cxx index 99ef0b022697..041398a9fd4e 100644 --- a/sd/source/ui/unoidl/SdUnoSlideView.cxx +++ b/sd/source/ui/unoidl/SdUnoSlideView.cxx @@ -241,45 +241,6 @@ Sequence< OUString > SAL_CALL SdUnoSlideView::getSupportedServiceNames( ) throw return aSeq; } - -/* -void SdUnoSlideView::FillPropertyTable ( - ::std::vector< ::com::sun::star::beans::Property>& ) -{ -} - - - - -sal_Bool SAL_CALL SdUnoSlideView::convertFastPropertyValue( - ::com::sun::star::uno::Any & , - ::com::sun::star::uno::Any & , - sal_Int32 , - const ::com::sun::star::uno::Any& ) - throw (::com::sun::star::lang::IllegalArgumentException) -{ - return sal_False; -} - - - - -void SAL_CALL SdUnoSlideView::setFastPropertyValue_NoBroadcast( - sal_Int32 , - const ::com::sun::star::uno::Any& ) - throw (::com::sun::star::uno::Exception) -{ -} - - - - -void SAL_CALL SdUnoSlideView::getFastPropertyValue( ::com::sun::star::uno::Any&, sal_Int32 ) const -{ -} - -*/ - } // end of namespace sd /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |