summaryrefslogtreecommitdiff
path: root/sfx2/source/notify
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-05-31 10:52:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-05-31 10:52:16 +0000
commit9e38ad6472cf44d125026ce25447c5fb09b16740 (patch)
treec85bc286604c5fbad2c35b15ec1b9a3d420c62a6 /sfx2/source/notify
parentcda69d151502cea4c0552fb50cc8ae4668de07df (diff)
#65293# corrected typo
Diffstat (limited to 'sfx2/source/notify')
-rw-r--r--sfx2/source/notify/eventsupplier.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/notify/eventsupplier.cxx b/sfx2/source/notify/eventsupplier.cxx
index 7bd3126c8b..df6beddbb9 100644
--- a/sfx2/source/notify/eventsupplier.cxx
+++ b/sfx2/source/notify/eventsupplier.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: eventsupplier.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: mba $ $Date: 2002-05-29 15:23:10 $
+ * last change: $Author: vg $ $Date: 2002-05-31 11:52:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -339,7 +339,7 @@ void SAL_CALL SfxEvents_Impl::notifyEvent( const DOCEVENTOBJECT& aEvent ) throw(
xDisp = xProv->queryDispatch( aURL, ::rtl::OUString(), 0 );
if ( xDisp.is() )
{
- ::com::sun::star::uno::Sequence <::com::sun::star::beans::PropertyValue > aArgs(1);
+ ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue > aArgs(1);
::com::sun::star::beans::PropertyValue* pArg = aArgs.getArray();
pArg[0].Name = rtl::OUString::createFromAscii("Referer");
pArg[0].Value <<= ::rtl::OUString( mpObjShell->GetMedium()->GetName() );