diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-02 09:44:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-02 20:08:14 +0000 |
commit | fa8dc4f9c8f0ea1acc95fff19ab812b76790019d (patch) | |
tree | 8a5934aa122f3f791b6da24a0d05996b4a9dc7a0 /sc/source | |
parent | 24e7d0390f08c79cfb7b9f71c7cd674594fe2b7f (diff) |
fix coverity#1187656
Change-Id: Ida09e0efd48477b8811cbc4302c57f06a9b1a432
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/vba/excelvbahelper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/vba/excelvbahelper.cxx b/sc/source/ui/vba/excelvbahelper.cxx index 89f32ebe380c..0782b9c54358 100644 --- a/sc/source/ui/vba/excelvbahelper.cxx +++ b/sc/source/ui/vba/excelvbahelper.cxx @@ -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 ); |