[Libreoffice-commits] .: binfilter/bf_sc

Caolán McNamara caolan at kemper.freedesktop.org
Sat Oct 1 13:43:17 PDT 2011


 binfilter/bf_sc/source/ui/docshell/sc_docsh5.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit ac06bd7af0ce009e81a03c870e5d5b4f31952b68
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Oct 1 21:43:04 2011 +0100

    WaE: unused variables

diff --git a/binfilter/bf_sc/source/ui/docshell/sc_docsh5.cxx b/binfilter/bf_sc/source/ui/docshell/sc_docsh5.cxx
index 5356814..a815be1 100644
--- a/binfilter/bf_sc/source/ui/docshell/sc_docsh5.cxx
+++ b/binfilter/bf_sc/source/ui/docshell/sc_docsh5.cxx
@@ -152,10 +152,8 @@ namespace binfilter {
 /*N*/
 /*N*/   USHORT nStartCol = nCol;
 /*N*/   USHORT nStartRow = nRow;
-/*N*/   USHORT nStartTab = nTab;
 /*N*/   USHORT nEndCol = rMarked.aEnd.Col();
 /*N*/   USHORT nEndRow = rMarked.aEnd.Row();
-/*N*/   USHORT nEndTab = rMarked.aEnd.Tab();
 /*N*/
 /*N*/   //  Wegen #49655# nicht einfach GetDBAtCursor: Der zusammenhaengende Datenbereich
 /*N*/   //  fuer "unbenannt" (GetDataArea) kann neben dem Cursor legen, also muss auch ein
@@ -170,7 +168,6 @@ namespace binfilter {
 /*N*/       pData = NULL;                           // nichts gefunden
 /*N*/       nStartCol = nEndCol = nCol;
 /*N*/       nStartRow = nEndRow = nRow;
-/*N*/       nStartTab = nEndTab = nTab;
 /*N*/   }
 /*N*/   else
 /*N*/   {


More information about the Libreoffice-commits mailing list