summaryrefslogtreecommitdiff
path: root/framework/source/uifactory
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:43:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:43:41 +0000
commit638f839fa92fdeedccb54b5b3f5d430f5dccbdbc (patch)
treea7aa2c6638ec9d57339142b721b2e09192f3e9e5 /framework/source/uifactory
parentefe297548ad8eae651a083eb04dd3eb971783dee (diff)
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
Diffstat (limited to 'framework/source/uifactory')
-rw-r--r--framework/source/uifactory/statusbarfactory.cxx5
1 files changed, 2 insertions, 3 deletions
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++ )
{