[PATCH] Remove a useless elsif statement
Thomas Arnhold
thomas at arnhold.org
Sun Jan 16 14:47:29 PST 2011
---
sc/source/ui/view/reffact.cxx | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/sc/source/ui/view/reffact.cxx b/sc/source/ui/view/reffact.cxx
index d984c94..5ca8547 100644
--- a/sc/source/ui/view/reffact.cxx
+++ b/sc/source/ui/view/reffact.cxx
@@ -387,8 +387,6 @@ ScValidityRefChildWin::ScValidityRefChildWin( Window* pParentP, \
DBG_ASSERT( pViewShell, "missing view shell :-(" ); \
if (pViewShell && !pWindow) \
pViewShell->GetViewFrame()->SetChildWindow( nId, FALSE ); \
- else if( pWindow /*&& pWindow->ISA(ScValidationDlg)*/ )
- {}//pWindow = new Window( pParentP, WB_HIDE );
if( pWindow ) m_pSavedWndParent = pWindow->GetParent();
}
--
1.7.3.5
--------------080604050900010603030201
Content-Type: text/plain;
name="0007-remove-remove-useless-'add-for-...'-comments.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename*0="0007-remove-remove-useless-'add-for-...'-comments.patch"
More information about the LibreOffice
mailing list