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
commit116097805afd47a538c095880472c778136e2b94 (patch)
tree68db4635f19080dfe6e618de4080a9863caea5e9 /framework/source/uifactory
parenta5b7ff47264cf695cc09b00c564edff9fa24fe0a (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 9b85d77a19..101c806c9a 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++ )
{