diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx index 61226b4e37ac..31d87b2c253c 100644 --- a/svx/inc/galbrws2.hxx +++ b/svx/inc/galbrws2.hxx @@ -168,7 +168,6 @@ public: INetURLObject GetURL() const; String GetFilterName() const; Graphic GetGraphic() const; - sal_Bool GetVCDrawModel( FmFormModel& rModel ) const; sal_Bool IsLinkage() const; sal_Int8 AcceptDrop( DropTargetHelper& rTarget, const AcceptDropEvent& rEvt ); diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx index 9c1ba4888161..693b907535cc 100644 --- a/svx/source/gallery2/galbrws2.cxx +++ b/svx/source/gallery2/galbrws2.cxx @@ -1197,18 +1197,6 @@ Graphic GalleryBrowser2::GetGraphic() const // ----------------------------------------------------------------------------- -sal_Bool GalleryBrowser2::GetVCDrawModel( FmFormModel& rModel ) const -{ - sal_Bool bRet = sal_False; - - if( mpCurTheme && mnCurActionPos != 0xffffffff ) - bRet = mpCurTheme->GetModel( mnCurActionPos, rModel ); - - return bRet; -} - -// ----------------------------------------------------------------------------- - sal_Bool GalleryBrowser2::IsLinkage() const { return mbCurActionIsLinkage; diff --git a/unusedcode.easy b/unusedcode.easy index 28ceb2b0d2df..8203c75ffa05 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -799,7 +799,6 @@ StgCache::Pos2Page(int) StgHeader::SetClassId(ClsId const&) StorageStream::ValidateMode(unsigned short, StgDirEntry*) const SvBorder::SvBorder(Rectangle const&, Rectangle const&) -SvByteStrings::DeleteAndDestroy(unsigned short, unsigned short) SvFileStream::UnlockFile() SvI18NMap_Impl::Insert(SvI18NMapEntry_Impl* const&, unsigned short&) SvI18NMap_Impl::Insert(SvI18NMapEntry_Impl* const*, unsigned short) @@ -840,11 +839,6 @@ SvStringsSortDtor::Insert(SvStringsSortDtor const*, unsigned short, unsigned sho SvStringsSortDtor::Remove(String* const&, unsigned short) SvStringsSortDtor::Remove(unsigned short, unsigned short) SvTabListBox::GetTabJustify(unsigned short) const -SvULongs::Insert(SvULongs const*, unsigned short, unsigned short, unsigned short) -SvULongs::Remove(unsigned short, unsigned short) -SvULongs::Replace(unsigned long const&, unsigned short) -SvULongs::Replace(unsigned long const*, unsigned short, unsigned short) -SvULongs::_ForEach(unsigned short, unsigned short, unsigned char (*)(unsigned long const&, void*), void*) SvUShorts::Insert(SvUShorts const*, unsigned short, unsigned short, unsigned short) SvUShorts::Replace(unsigned short const&, unsigned short) SvUShorts::Replace(unsigned short const*, unsigned short, unsigned short) @@ -1774,7 +1768,6 @@ binfilter::SvBools::Insert(binfilter::SvBools const*, unsigned short, unsigned s binfilter::SvBools::Replace(unsigned char const&, unsigned short) binfilter::SvBools::Replace(unsigned char const*, unsigned short, unsigned short) binfilter::SvBools::_ForEach(unsigned short, unsigned short, unsigned char (*)(unsigned char const&, void*), void*) -binfilter::SvByteStrings::DeleteAndDestroy(unsigned short, unsigned short) binfilter::SvBytes::Insert(binfilter::SvBytes const*, unsigned short, unsigned short, unsigned short) binfilter::SvBytes::Replace(unsigned char const&, unsigned short) binfilter::SvBytes::Replace(unsigned char const*, unsigned short, unsigned short)