diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:58:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:58:35 +0000 |
commit | 3235ce0327ca9bc4843ba07e867b3933b422c833 (patch) | |
tree | bebae8b28b920832413913c49b91aecb0bb02036 | |
parent | a82ec5c3beacacb92ba1b77071869191e609e518 (diff) |
INTEGRATION: CWS sb59 (1.45.56); FILE MERGED
2006/08/16 09:31:25 sb 1.45.56.1: #i67487# Made code warning-free (wntmsci10).
-rw-r--r-- | sfx2/source/view/frame.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx index 302852a37d9b..e836bd1486a9 100644 --- a/sfx2/source/view/frame.cxx +++ b/sfx2/source/view/frame.cxx @@ -4,9 +4,9 @@ * * $RCSfile: frame.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:48:54 $ + * last change: $Author: obo $ $Date: 2006-10-12 15:58:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1487,7 +1487,7 @@ sal_Bool SfxFrame::LoadSfxComponent( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > & /*aFrame*/, const ::rtl::OUString& /*aURL*/, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& /*aArgs*/, - const SfxObjectFactory */*pFact*/ ) + const SfxObjectFactory* /*pFact*/ ) { // get Implementation of xComponents ... DBG_ERROR( "Should not be called anymore!" ); |