diff options
author | Dona Hertel <cocofan@mailbolt.com> | 2011-04-13 17:28:39 -0700 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-04-14 11:36:04 +0200 |
commit | f7ccecc999b44bb3e077c6205a0719e55e8784ff (patch) | |
tree | d4c0269a8fa50f8175a9f5cdd3a27be32d5c7b64 /sd/source/ui/dlg | |
parent | 5cc66424b33285db9bee54b5fb0cc0b030b8ab7e (diff) |
Easy Hack remove dead code and uncompiled code in 'sd' module
Diffstat (limited to 'sd/source/ui/dlg')
-rw-r--r-- | sd/source/ui/dlg/AnimationChildWindow.cxx | 13 | ||||
-rw-r--r-- | sd/source/ui/dlg/dlgctrls.cxx | 17 | ||||
-rw-r--r-- | sd/source/ui/dlg/dlgolbul.cxx | 19 | ||||
-rw-r--r-- | sd/source/ui/dlg/tpaction.cxx | 5 |
4 files changed, 1 insertions, 53 deletions
diff --git a/sd/source/ui/dlg/AnimationChildWindow.cxx b/sd/source/ui/dlg/AnimationChildWindow.cxx index 17463d901f61..add81008c1ee 100644 --- a/sd/source/ui/dlg/AnimationChildWindow.cxx +++ b/sd/source/ui/dlg/AnimationChildWindow.cxx @@ -62,20 +62,7 @@ AnimationChildWindow::AnimationChildWindow( eChildAlignment = SFX_ALIGN_NOALIGNMENT; pAnimWin->Initialize( pInfo ); - /* - if ( pInfo->aSize.Width() != 0 && pInfo->aSize.Height() != 0 ) - { - pWindow->SetPosSizePixel( pInfo->aPos, pInfo->aSize ); - } - else - pWindow->SetPosPixel(SFX_APPWINDOW->OutputToScreenPixel( - SFX_APPWINDOW->GetClientAreaPixel().TopLeft())); - if ( pInfo->nFlags & SFX_CHILDWIN_ZOOMIN ) - pAnimWin->ZoomIn(); - - pAnimWin->aFltWinSize = pWindow->GetSizePixel(); - */ SetHideNotDelete( sal_True ); } diff --git a/sd/source/ui/dlg/dlgctrls.cxx b/sd/source/ui/dlg/dlgctrls.cxx index 1e9d6c52e1fe..d77900bb87e6 100644 --- a/sd/source/ui/dlg/dlgctrls.cxx +++ b/sd/source/ui/dlg/dlgctrls.cxx @@ -80,23 +80,6 @@ void FadeEffectLB::Fill() SelectEntryPos(0); } -// ----------------------------------------------------------------------------- - -/* -void FadeEffectLB::SelectEffect( presentation::FadeEffect eFE ) -{ - sal_Bool bFound = sal_False; - - for( long i = 0, nCount = sizeof( aEffects ) / sizeof( FadeEffectPair ); ( i < nCount ) && !bFound; i++ ) - { - if( aEffects[ i ].meFE == eFE ) - { - SelectEntryPos( (sal_uInt16) i ); - bFound = sal_True; - } - } -} -*/ // ----------------------------------------------------------------------------- diff --git a/sd/source/ui/dlg/dlgolbul.cxx b/sd/source/ui/dlg/dlgolbul.cxx index 142073422fed..17df4aa06a5f 100644 --- a/sd/source/ui/dlg/dlgolbul.cxx +++ b/sd/source/ui/dlg/dlgolbul.cxx @@ -132,17 +132,6 @@ OutlineBulletDlg::OutlineBulletDlg( aInputSet.Put(*pItem, EE_PARA_NUMBULLET); } - /* debug - if( SFX_ITEM_SET == aInputSet.GetItemState(EE_PARA_NUMBULLET, sal_False, &pItem )) - { - SvxNumRule& rItem = *((SvxNumBulletItem*)pItem)->GetNumRule(); - for( int i = 0; i < 9; i++ ) - { - SvxNumberFormat aNumberFormat = rItem.GetLevel(i); - } - } - */ - if(bTitle && aInputSet.GetItemState(EE_PARA_NUMBULLET,sal_True) == SFX_ITEM_ON ) { SvxNumBulletItem* pItem = (SvxNumBulletItem*)aInputSet.GetItem(EE_PARA_NUMBULLET,sal_True); @@ -215,15 +204,9 @@ const SfxItemSet* OutlineBulletDlg::GetOutputItemSet() const { SdBulletMapper::MapFontsInNumRule( *((SvxNumBulletItem*)pItem)->GetNumRule(), *pOutputSet ); -/* #i35937# - SfxUInt16Item aBulletState( EE_PARA_BULLETSTATE, 1 ); - pOutputSet->Put(aBulletState); -*/ +// #i35937 - removed EE_PARA_BULLETSTATE setting } -/* #i35937# - SdBulletMapper::PostMapNumBulletForDialog( *pOutputSet ); -*/ if(bTitle && pOutputSet->GetItemState(EE_PARA_NUMBULLET,sal_True) == SFX_ITEM_ON ) { diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx index 1187be030f1f..e56d98f3fddf 100644 --- a/sd/source/ui/dlg/tpaction.cxx +++ b/sd/source/ui/dlg/tpaction.cxx @@ -228,11 +228,6 @@ void SdTPAction::Construct() { pGrafObj = (SdrGrafObj*) pObj; } -// // VCXControl ? -// else if( pObj->IsA( TYPE( VCSbxDrawObject ) ) ) -// { -// bDisableAll = sal_True; -// } } } if( pGrafObj ) |