diff options
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/uifactory/statusbarfactory.cxx | 5 |
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++ ) { |