diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:01:41 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:01:41 +0000 |
commit | 01e820056a9049433c1a09c6f4d21f58dcd36784 (patch) | |
tree | 02a4e1aee7a2271aea3b11856ffa4787918e6fb0 /sc | |
parent | b2780007c4a6ae77cb443b90d87ba0f2b83bc91d (diff) |
INTEGRATION: CWS calcwarnings (1.10.110); FILE MERGED
2006/12/12 17:03:08 nn 1.10.110.2: #i69284# warning-free: ui, unxlngi6
2006/12/01 08:53:23 nn 1.10.110.1: #i69284# warning-free: ui, wntmsci10
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/dbgui/dapidata.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/ui/dbgui/dapidata.cxx b/sc/source/ui/dbgui/dapidata.cxx index 05b5c78b1d0c..65b11e094ba5 100644 --- a/sc/source/ui/dbgui/dapidata.cxx +++ b/sc/source/ui/dbgui/dapidata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dapidata.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2006-07-21 13:20:53 $ + * last change: $Author: vg $ $Date: 2007-02-27 13:01:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,16 +77,16 @@ using namespace com::sun::star; ScDataPilotDatabaseDlg::ScDataPilotDatabaseDlg( Window* pParent ) : ModalDialog ( pParent, ScResId( RID_SCDLG_DAPIDATA ) ), // - aBtnOk ( this, ScResId( BTN_OK ) ), - aBtnCancel ( this, ScResId( BTN_CANCEL ) ), - aBtnHelp ( this, ScResId( BTN_HELP ) ), + aFlFrame ( this, ScResId( FL_FRAME ) ), aFtDatabase ( this, ScResId( FT_DATABASE ) ), aLbDatabase ( this, ScResId( LB_DATABASE ) ), aFtObject ( this, ScResId( FT_OBJECT ) ), aCbObject ( this, ScResId( CB_OBJECT ) ), aFtType ( this, ScResId( FT_OBJTYPE ) ), aLbType ( this, ScResId( LB_OBJTYPE ) ), - aFlFrame ( this, ScResId( FL_FRAME ) ) + aBtnOk ( this, ScResId( BTN_OK ) ), + aBtnCancel ( this, ScResId( BTN_CANCEL ) ), + aBtnHelp ( this, ScResId( BTN_HELP ) ) { FreeResource(); @@ -149,7 +149,7 @@ void ScDataPilotDatabaseDlg::GetValues( ScImportSourceDesc& rDesc ) rDesc.bNative = ( nSelect == DP_TYPELIST_SQLNAT ); } -IMPL_LINK( ScDataPilotDatabaseDlg, SelectHdl, ListBox*, pLb ) +IMPL_LINK( ScDataPilotDatabaseDlg, SelectHdl, ListBox*, EMPTYARG ) { FillObjects(); return 0; |