-Werror,-Wunused-private-field
Change-Id: I24e4dde34993e4fc994a8dc4a318e7d17c357260
This commit is contained in:
@@ -45,8 +45,6 @@ namespace dbaui
|
|||||||
|
|
||||||
css::uno::Reference< css::beans::XPropertySet > m_xTable;
|
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_sName; // table for update data
|
||||||
OUString m_sAutoIncrementValue; // the autoincrement value set in the datasource
|
OUString m_sAutoIncrementValue; // the autoincrement value set in the datasource
|
||||||
OUString m_sTypeNames; // these type names are the ones out of the resource file
|
OUString m_sTypeNames; // these type names are the ones out of the resource file
|
||||||
|
@@ -32,7 +32,6 @@ namespace dbaui
|
|||||||
class OTableDesignHelpBar : public TabPage, public IClipboardTest
|
class OTableDesignHelpBar : public TabPage, public IClipboardTest
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
OUString m_sHelpText;
|
|
||||||
VclPtr<MultiLineEdit> m_pTextWin;
|
VclPtr<MultiLineEdit> m_pTextWin;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Reference in New Issue
Block a user