diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:56:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:56:16 +0000 |
commit | 10c0ce72aeee678a75e7f1a4effb58a0419be08b (patch) | |
tree | f8d2e50a9cb05d58e0ab82233cef9b7da14c5b4b /dbaccess/source | |
parent | a6b6983c8c7f69a5aaf00e593ede2763c246ad02 (diff) |
INTEGRATION: CWS warnings01 (1.18.50); FILE MERGED
2006/03/24 15:36:01 fs 1.18.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/browser/dataview.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/browser/dataview.cxx b/dbaccess/source/ui/browser/dataview.cxx index d89677f70234..4d5019ec82b7 100644 --- a/dbaccess/source/ui/browser/dataview.cxx +++ b/dbaccess/source/ui/browser/dataview.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dataview.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:26:13 $ + * last change: $Author: hr $ $Date: 2006-06-20 02:56:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -105,8 +105,8 @@ namespace dbaui WinBits nStyle) :Window(pParent,nStyle) ,m_xServiceFactory(_rFactory) - ,m_pSeparator( NULL ) ,m_pController( _pController ) + ,m_pSeparator( NULL ) { DBG_CTOR(ODataView,NULL); OSL_ENSURE(m_pController,"Controller must be not NULL!"); @@ -148,7 +148,7 @@ namespace dbaui Resize(); } // ------------------------------------------------------------------------- - void ODataView::resizeDocumentView( Rectangle& _rPlayground ) + void ODataView::resizeDocumentView( Rectangle& /*_rPlayground*/ ) { } |