summaryrefslogtreecommitdiff
path: root/vcl/source/control/fixbrd.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:16:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:16:55 +0000
commit406b7af4e8a4187203fc327cbb2766a70045f10b (patch)
treeb9b731d93ad2b366a8212a0bf0c9b311746788f5 /vcl/source/control/fixbrd.cxx
parent53cfc045ab185ea78c771c1d93a4b69331488a34 (diff)
INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED
2005/11/04 16:49:35 pl 1.5.70.1: #i55991# removed warnings for linux/solaris
Diffstat (limited to 'vcl/source/control/fixbrd.cxx')
-rw-r--r--vcl/source/control/fixbrd.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/control/fixbrd.cxx b/vcl/source/control/fixbrd.cxx
index f143fc6076e7..948404def779 100644
--- a/vcl/source/control/fixbrd.cxx
+++ b/vcl/source/control/fixbrd.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fixbrd.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 11:46:25 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:16:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -160,7 +160,7 @@ void FixedBorder::ImplDraw( OutputDevice* pDev, ULONG nDrawFlags,
// -----------------------------------------------------------------------
-void FixedBorder::Paint( const Rectangle& rRect )
+void FixedBorder::Paint( const Rectangle& )
{
ImplDraw( this, 0, Point(), GetOutputSizePixel() );
}