From a5913c91f73f49eb12c246af453d9e5cab8df838 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 12 Dec 2006 17:41:26 +0000 Subject: INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:42:14 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro --- sd/source/ui/toolpanel/EmptyWindow.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sd/source/ui/toolpanel/EmptyWindow.cxx') diff --git a/sd/source/ui/toolpanel/EmptyWindow.cxx b/sd/source/ui/toolpanel/EmptyWindow.cxx index 96ffb9ef752c..7c9c44ff6521 100644 --- a/sd/source/ui/toolpanel/EmptyWindow.cxx +++ b/sd/source/ui/toolpanel/EmptyWindow.cxx @@ -4,9 +4,9 @@ * * $RCSfile: EmptyWindow.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-16 19:12:46 $ + * last change: $Author: kz $ $Date: 2006-12-12 18:39:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,7 @@ EmptyWindow::~EmptyWindow (void) -void EmptyWindow::Paint (const Rectangle& rBoundingBox) +void EmptyWindow::Paint (const Rectangle& ) { Size aWindowSize (GetOutputSizePixel()); Point aPosition(aWindowSize.Width()/2,aWindowSize.Height()/2); -- cgit