[Libreoffice-commits] core.git: dbaccess/source

Stephan Bergmann sbergman at redhat.com
Thu Oct 1 05:35:21 PDT 2015


 dbaccess/source/ui/inc/TableController.hxx    |    2 --
 dbaccess/source/ui/inc/TableDesignHelpBar.hxx |    1 -
 2 files changed, 3 deletions(-)

New commits:
commit daf31b5e08744d45c29600a88b7852c89ddca75d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Oct 1 14:34:43 2015 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: I24e4dde34993e4fc994a8dc4a318e7d17c357260

diff --git a/dbaccess/source/ui/inc/TableController.hxx b/dbaccess/source/ui/inc/TableController.hxx
index 891c988..c64ca99 100644
--- a/dbaccess/source/ui/inc/TableController.hxx
+++ b/dbaccess/source/ui/inc/TableController.hxx
@@ -45,8 +45,6 @@ namespace dbaui
 
         css::uno::Reference< css::beans::XPropertySet >       m_xTable;
 
-        OUString        m_sCatalogName;         // catalog for update data
-        OUString        m_sSchemaName;          // schema for update data
         OUString        m_sName;                // table for update data
         OUString        m_sAutoIncrementValue;  // the autoincrement value set in the datasource
         OUString        m_sTypeNames;           // these type names are the ones out of the resource file
diff --git a/dbaccess/source/ui/inc/TableDesignHelpBar.hxx b/dbaccess/source/ui/inc/TableDesignHelpBar.hxx
index 2c2c778..dff2159 100644
--- a/dbaccess/source/ui/inc/TableDesignHelpBar.hxx
+++ b/dbaccess/source/ui/inc/TableDesignHelpBar.hxx
@@ -32,7 +32,6 @@ namespace dbaui
     class OTableDesignHelpBar : public TabPage, public IClipboardTest
     {
     private:
-        OUString        m_sHelpText;
         VclPtr<MultiLineEdit>  m_pTextWin;
 
     protected:


More information about the Libreoffice-commits mailing list