summaryrefslogtreecommitdiffstats
path: root/svx/source/gallery2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-04 15:53:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-04 15:53:59 +0100
commit9c28c7d66b10b6008c09da40dae37fcdff3137df (patch)
tree03a59fd6d0e76eec13fbdb722beda9dea3293512 /svx/source/gallery2
parentkeep it simple, original won't compile except on msvc anyway (diff)
downloadcore-9c28c7d66b10b6008c09da40dae37fcdff3137df.tar.gz
core-9c28c7d66b10b6008c09da40dae37fcdff3137df.zip
callcatcher: update list
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r--svx/source/gallery2/galbrws2.cxx12
1 files changed, 0 insertions, 12 deletions
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;