diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:59:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:59:57 +0000 |
commit | d9818c95de428e32c561c56c257f0b11b5a6fdd0 (patch) | |
tree | cac3996b6e52a6d0575f7839a1baa98de9eff569 /dbaccess | |
parent | a3f3cde8057f59308b3636d089ba8172829804bb (diff) |
INTEGRATION: CWS warnings01 (1.9.50); FILE MERGED
2006/03/24 15:36:06 fs 1.9.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/control/curledit.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/control/curledit.cxx b/dbaccess/source/ui/control/curledit.cxx index 362341db0faa..79d25ad8e7b2 100644 --- a/dbaccess/source/ui/control/curledit.cxx +++ b/dbaccess/source/ui/control/curledit.cxx @@ -4,9 +4,9 @@ * * $RCSfile: curledit.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:33:39 $ + * last change: $Author: hr $ $Date: 2006-06-20 02:59:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,7 +101,7 @@ void OConnectionURLEdit::SetText(const String& _rStr) } //------------------------------------------------------------------------- -void OConnectionURLEdit::SetText(const String& _rStr, const Selection& _rNewSelection) +void OConnectionURLEdit::SetText(const String& _rStr, const Selection& /*_rNewSelection*/) { // create new sub controls, if necessary if (!GetSubEdit()) |