-Werror,-Wunused-private-field

Change-Id: I24e4dde34993e4fc994a8dc4a318e7d17c357260
This commit is contained in:
Stephan Bergmann
2015-10-01 14:34:43 +02:00
parent d575d6b53f
commit daf31b5e08
2 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -32,7 +32,6 @@ namespace dbaui
class OTableDesignHelpBar : public TabPage, public IClipboardTest
{
private:
OUString m_sHelpText;
VclPtr<MultiLineEdit> m_pTextWin;
protected: