Kaydet (Commit) fa8dc4f9 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix coverity#1187656

Change-Id: Ida09e0efd48477b8811cbc4302c57f06a9b1a432
üst 24e7d039
...@@ -192,7 +192,6 @@ implnCut( const uno::Reference< frame::XModel>& xModel ) ...@@ -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) void implnPasteSpecial( const uno::Reference< frame::XModel>& xModel, sal_uInt16 nFlags, sal_uInt16 nFunction, bool bSkipEmpty, bool bTranspose)
{ {
PasteCellsWarningReseter resetWarningBox; PasteCellsWarningReseter resetWarningBox;
sal_Bool bOtherDoc(false);
InsCellCmd eMoveMode = INS_NONE; InsCellCmd eMoveMode = INS_NONE;
ScTabViewShell* pTabViewShell = getBestViewShell( xModel ); ScTabViewShell* pTabViewShell = getBestViewShell( xModel );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment