[Libreoffice-commits] .: 2 commits - cui/source sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 29 01:29:33 PST 2013


 cui/source/inc/dlgname.hxx                     |    3 ---
 sc/source/filter/xml/XMLStylesImportHelper.hxx |    1 -
 2 files changed, 4 deletions(-)

New commits:
commit c5cf7905a2df4660695afe4f690e8d466931b58c
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Jan 29 11:28:25 2013 +0200

    WaE: private field 'nMaxRanges' is not used
    
    Change-Id: Ie2d2a6b28be8167749822e22a85db057dfdd25a2

diff --git a/sc/source/filter/xml/XMLStylesImportHelper.hxx b/sc/source/filter/xml/XMLStylesImportHelper.hxx
index 395a287..29edfcb 100644
--- a/sc/source/filter/xml/XMLStylesImportHelper.hxx
+++ b/sc/source/filter/xml/XMLStylesImportHelper.hxx
@@ -138,7 +138,6 @@ class ScMyStylesImportHelper
     rtl::OUString*      pCurrency;
     rtl::OUString*      pPrevCurrency;
     ScRange             aPrevRange;
-    sal_uInt32          nMaxRanges;
     sal_Int16           nCellType;
     sal_Int16           nPrevCellType;
     bool                bPrevRangeAdded;
commit 730ccde0b937cdcf54370b9eb852e09f2236d569
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Jan 29 10:58:37 2013 +0200

    WaE: private field 'pBtnOK' is not used
    
    Change-Id: I04b4d378c016b5c31c66e0fccfb9b8afe2a08d76

diff --git a/cui/source/inc/dlgname.hxx b/cui/source/inc/dlgname.hxx
index ab9c3d8..1408f2b 100644
--- a/cui/source/inc/dlgname.hxx
+++ b/cui/source/inc/dlgname.hxx
@@ -115,9 +115,6 @@ private:
     // description
     VclMultiLineEdit*  pEdtDescription;
 
-    // buttons
-    OKButton*       pBtnOK;
-
 public:
     // constructor
     SvxObjectTitleDescDialog(Window* pWindow, const String& rTitle, const String& rDesc);


More information about the Libreoffice-commits mailing list