From 638f839fa92fdeedccb54b5b3f5d430f5dccbdbc Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 10:43:41 +0000
Subject: INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:47
cd 1.4.32.1: #i55991# Warning free code changes for gcc
---
framework/source/uifactory/statusbarfactory.cxx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
(limited to 'framework/source')
diff --git a/framework/source/uifactory/statusbarfactory.cxx b/framework/source/uifactory/statusbarfactory.cxx
index f08af873f2b0..e83843a5463c 100644
--- a/framework/source/uifactory/statusbarfactory.cxx
+++ b/framework/source/uifactory/statusbarfactory.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: statusbarfactory.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:01:05 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:43:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -157,7 +157,6 @@ throw ( ::com::sun::star::container::NoSuchElementException, ::com::sun::star::l
Reference< XFrame > xFrame;
rtl::OUString aResourceURL( ResourceURL );
sal_Bool bPersistent( sal_True );
- sal_Bool bMenuOnly( sal_False );
for ( sal_Int32 n = 0; n < Args.getLength(); n++ )
{
--
cgit