summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/WExtendPages.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:22:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:22:11 +0000
commit468e31801bb21e81265858ec98dd86b8a7c2125e (patch)
tree7302b78460b32c70d39de1a2859c3d2084a1cc7d /dbaccess/source/ui/misc/WExtendPages.cxx
parent4d190cc8e16bca2a013c738307e5ace2053f47a5 (diff)
INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED
2006/05/23 23:59:10 sb 1.4.50.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/24 15:36:22 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess/source/ui/misc/WExtendPages.cxx')
-rw-r--r--dbaccess/source/ui/misc/WExtendPages.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/WExtendPages.cxx b/dbaccess/source/ui/misc/WExtendPages.cxx
index 9b942ee925a7..e1c110e25891 100644
--- a/dbaccess/source/ui/misc/WExtendPages.cxx
+++ b/dbaccess/source/ui/misc/WExtendPages.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: WExtendPages.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2006-05-04 08:45:22 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:22:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -87,7 +87,7 @@ OWizNormalExtend::OWizNormalExtend(Window* pParent) : OWizTypeSelect( pParent)
m_aTypeControl.SetPosSizePixel(aPos,aNewSize);
}
// -----------------------------------------------------------------------------
-SvParser* OWizNormalExtend::createReader(sal_Int32 _nRows)
+SvParser* OWizNormalExtend::createReader(sal_Int32 /*_nRows*/)
{
return NULL;
}