fix coverity#1187656

Change-Id: Ida09e0efd48477b8811cbc4302c57f06a9b1a432
This commit is contained in:
Caolán McNamara
2014-03-02 09:44:04 +00:00
parent 24e7d0390f
commit fa8dc4f9c8

View File

@@ -192,7 +192,6 @@ implnCut( const uno::Reference< frame::XModel>& xModel )
void implnPasteSpecial( const uno::Reference< frame::XModel>& xModel, sal_uInt16 nFlags, sal_uInt16 nFunction, bool bSkipEmpty, bool bTranspose)
{
PasteCellsWarningReseter resetWarningBox;
sal_Bool bOtherDoc(false);
InsCellCmd eMoveMode = INS_NONE;
ScTabViewShell* pTabViewShell = getBestViewShell( xModel );