diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-04 15:53:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-04 15:53:59 +0100 |
commit | 9c28c7d66b10b6008c09da40dae37fcdff3137df (patch) | |
tree | 03a59fd6d0e76eec13fbdb722beda9dea3293512 /svx | |
parent | d7829740dde1150a90cef695ce880bf99ce71d95 (diff) |
callcatcher: update list
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/galbrws2.hxx | 1 | ||||
-rw-r--r-- | svx/source/gallery2/galbrws2.cxx | 12 |
2 files changed, 0 insertions, 13 deletions
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; |