From cab26fbc441eb4391bd5d252cc4080319134109b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 19 Jan 2006 16:45:01 +0000 Subject: INTEGRATION: CWS gcc41 (1.5.10); FILE MERGED 2005/12/07 12:19:41 pmladek 1.5.10.1: #i58967# Removed extra qualification to fix build with gcc-4.1 --- UnoControls/source/inc/statusindicator.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'UnoControls/source/inc') diff --git a/UnoControls/source/inc/statusindicator.hxx b/UnoControls/source/inc/statusindicator.hxx index f8a1a55c4f83..129e58b36791 100644 --- a/UnoControls/source/inc/statusindicator.hxx +++ b/UnoControls/source/inc/statusindicator.hxx @@ -4,9 +4,9 @@ * * $RCSfile: statusindicator.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:20:56 $ + * last change: $Author: obo $ $Date: 2006-01-19 17:45:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -546,7 +546,7 @@ protected: @onerror - */ - virtual UNO3_WINDOWDESCRIPTOR* StatusIndicator::impl_getWindowDescriptor( const UNO3_REFERENCE< UNO3_XWINDOWPEER >& xParentPeer ); + virtual UNO3_WINDOWDESCRIPTOR* impl_getWindowDescriptor( const UNO3_REFERENCE< UNO3_XWINDOWPEER >& xParentPeer ); /**_______________________________________________________________________________________________________ @short - -- cgit