summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-10 09:35:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-10 10:09:29 +0000
commit629cd5caadc6dced0d0f6b48368c5b6e55ea757e (patch)
tree1a50fcad22766893fa74c56907444cc5f4815d4a /svx
parent84479bc5ab3a185abb57c39d0a0a7a8c763b5875 (diff)
callcatcher: update list
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/bmpmask.hxx1
-rw-r--r--svx/inc/svx/itemwin.hxx2
-rw-r--r--svx/inc/svx/unopage.hxx2
-rw-r--r--svx/source/dialog/_bmpmask.cxx7
-rw-r--r--svx/source/tbxctrls/itemwin.cxx15
-rw-r--r--svx/source/unodraw/unopage.cxx7
6 files changed, 0 insertions, 34 deletions
diff --git a/svx/inc/svx/bmpmask.hxx b/svx/inc/svx/bmpmask.hxx
index 407cf5ee8c37..5cdc6d21f1bf 100644
--- a/svx/inc/svx/bmpmask.hxx
+++ b/svx/inc/svx/bmpmask.hxx
@@ -138,7 +138,6 @@ class SVX_DLLPUBLIC SvxBmpMask : public SfxDockingWindow
sal_uIntPtr* pTols );
Bitmap ImpMask( const Bitmap& rBitmap );
- BitmapEx ImpMask( const BitmapEx& rBitmapEx );
GDIMetaFile ImpMask( const GDIMetaFile& rMtf );
Animation ImpMask( const Animation& rAnimation );
BitmapEx ImpMaskTransparent( const BitmapEx& rBitmapEx,
diff --git a/svx/inc/svx/itemwin.hxx b/svx/inc/svx/itemwin.hxx
index 11f370f03e82..acf00d18606f 100644
--- a/svx/inc/svx/itemwin.hxx
+++ b/svx/inc/svx/itemwin.hxx
@@ -86,8 +86,6 @@ class SvxColorBox : public ColorLB
::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > mxFrame;
#ifdef _SVX_ITEMWIN_CXX
- DECL_LINK( DelayHdl_Impl, Timer * );
-
void ReleaseFocus_Impl();
#endif
diff --git a/svx/inc/svx/unopage.hxx b/svx/inc/svx/unopage.hxx
index 0e68afd53a3b..d35ccfc04028 100644
--- a/svx/inc/svx/unopage.hxx
+++ b/svx/inc/svx/unopage.hxx
@@ -116,8 +116,6 @@ class SVX_DLLPUBLIC SvxDrawPage : public ::cppu::WeakAggImplHelper5< ::com::sun:
// ein ein SvxShape aggregierenden Objekt anlegen.
virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > _CreateShape( SdrObject *pObj ) const throw();
- static SvxDrawPage* GetPageForSdrPage( SdrPage* pPage ) throw();
-
UNO3_GETIMPLEMENTATION_DECL( SvxDrawPage )
// SfxListener
diff --git a/svx/source/dialog/_bmpmask.cxx b/svx/source/dialog/_bmpmask.cxx
index def765123196..f55a18174873 100644
--- a/svx/source/dialog/_bmpmask.cxx
+++ b/svx/source/dialog/_bmpmask.cxx
@@ -719,13 +719,6 @@ Bitmap SvxBmpMask::ImpMask( const Bitmap& rBitmap )
//-------------------------------------------------------------------------
-BitmapEx SvxBmpMask::ImpMask( const BitmapEx& rBitmapEx )
-{
- return BitmapEx( ImpMask( rBitmapEx.GetBitmap() ), rBitmapEx.GetMask() );
-}
-
-//-------------------------------------------------------------------------
-
BitmapEx SvxBmpMask::ImpMaskTransparent( const BitmapEx& rBitmapEx, const Color& rColor, const long nTol )
{
EnterWait();
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx
index a3116d166924..fdb7b14fca61 100644
--- a/svx/source/tbxctrls/itemwin.cxx
+++ b/svx/source/tbxctrls/itemwin.cxx
@@ -301,21 +301,6 @@ SvxColorBox::SvxColorBox(
// -----------------------------------------------------------------------
-IMPL_LINK( SvxColorBox, DelayHdl_Impl, Timer *, EMPTYARG )
-{
- SfxObjectShell* pSh = SfxObjectShell::Current();
-
- if ( pSh )
- {
- const SvxColorListItem* pItem = (const SvxColorListItem*)( pSh->GetItem( SID_COLOR_TABLE ) );
- if ( pItem )
- Fill( pItem->GetColorList() );
- }
- return 0;
-}
-
-// -----------------------------------------------------------------------
-
SvxColorBox::~SvxColorBox()
{
}
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx
index 1f0b91d2a489..cb5aab34acdc 100644
--- a/svx/source/unodraw/unopage.cxx
+++ b/svx/source/unodraw/unopage.cxx
@@ -126,13 +126,6 @@ void SvxDrawPage::release() throw()
OWeakAggObject::release();
}
-//----------------------------------------------------------------------
-
-SvxDrawPage* SvxDrawPage::GetPageForSdrPage( SdrPage* mpPage ) throw()
-{
- return getImplementation( mpPage->getUnoPage() );
-}
-
// XComponent
void SvxDrawPage::disposing() throw()
{