diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-29 17:42:33 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-29 17:43:10 +0200 |
commit | 1fdcc3bb0b55a15bbe90d334ccb770edb3812b6c (patch) | |
tree | 0ada2f544e7cdd0e1db0ff51564339e9b9e1764e /dbaccess | |
parent | 3fe28da98f617285aedbe9ec95aae8bad3664c13 (diff) |
WaE: unused variable 'aUnrelatedControls'
Change-Id: I2078c5bcf69c9d186f3bc8b8f6552bff41a732b6
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/advancedsettings.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/advancedsettings.cxx b/dbaccess/source/ui/dlg/advancedsettings.cxx index a2e35b0c8675..b473cf7bf7ca 100644 --- a/dbaccess/source/ui/dlg/advancedsettings.cxx +++ b/dbaccess/source/ui/dlg/advancedsettings.cxx @@ -110,8 +110,6 @@ namespace dbaui // make m_pAsBeforeCorrelationName depend on m_pAppendTableAlias m_aControlDependencies.enableOnCheckMark( *m_pAppendTableAlias, *m_pAsBeforeCorrelationName ); - Size aUnrelatedControls( LogicToPixel( Size( RELATED_CONTROLS, RELATED_CONTROLS ), MAP_APPFONT ) ); - // create the controls for the boolean comparison mode if ( m_bHasBooleanComparisonMode ) { |