summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galbrws2.cxx
diff options
context:
space:
mode:
authormb93783 <mb93783@v60x-so15.Germany.Sun.COM>2009-11-04 12:33:37 +0100
committermb93783 <mb93783@v60x-so15.Germany.Sun.COM>2009-11-04 12:33:37 +0100
commit499a33fef18cb7fcdd28554d5e3daeefe7bd6a48 (patch)
tree1cecbad6b15823b52de4d93ea2b9c6fc424928c4 /svx/source/gallery2/galbrws2.cxx
parent4029353bfda798df7a125554bd6eb7a55d7997e0 (diff)
some fixes for problems found while building on more platforms
Diffstat (limited to 'svx/source/gallery2/galbrws2.cxx')
-rw-r--r--svx/source/gallery2/galbrws2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index d2797f66b9d0..f1a13c95a638 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -324,7 +324,7 @@ GalleryBrowser2::GalleryBrowser2( GalleryBrowser* pParent, const ResId& rResId,
const Link aSelectHdl( LINK( this, GalleryBrowser2, SelectObjectHdl ) );
Font aInfoFont( maInfoBar.GetControlFont() );
- maMiscOptions.AddListener( LINK( this, GalleryBrowser2, MiscHdl ) );
+ maMiscOptions.AddListenerLink( LINK( this, GalleryBrowser2, MiscHdl ) );
maViewBox.InsertItem( TBX_ID_ICON, aDummyImage );
maViewBox.SetItemBits( TBX_ID_ICON, TIB_RADIOCHECK | TIB_AUTOCHECK );
@@ -356,7 +356,7 @@ GalleryBrowser2::GalleryBrowser2( GalleryBrowser* pParent, const ResId& rResId,
GalleryBrowser2::~GalleryBrowser2()
{
- maMiscOptions.RemoveListener( LINK( this, GalleryBrowser2, MiscHdl ) );
+ maMiscOptions.RemoveListenerLink( LINK( this, GalleryBrowser2, MiscHdl ) );
delete mpPreview;
delete mpListView;