[Libreoffice-commits] core.git: dbaccess/source
Tor Lillqvist
tml at collabora.com
Wed Jan 29 07:41:31 PST 2014
dbaccess/source/ui/dlg/advancedsettings.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 1fdcc3bb0b55a15bbe90d334ccb770edb3812b6c
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Jan 29 17:42:33 2014 +0200
WaE: unused variable 'aUnrelatedControls'
Change-Id: I2078c5bcf69c9d186f3bc8b8f6552bff41a732b6
diff --git a/dbaccess/source/ui/dlg/advancedsettings.cxx b/dbaccess/source/ui/dlg/advancedsettings.cxx
index a2e35b0..b473cf7 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 )
{
More information about the Libreoffice-commits
mailing list