summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-22 10:27:04 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-22 10:27:04 +0000
commit01fb27c7b6c700e28263500fa3e9e0c98be6a63a (patch)
tree853767fa77c6307a88cae276fa29a7d61e591406
parentd105c76bf6aaab2e7721acedfe4529e905ec3791 (diff)
INTEGRATION: CWS perform03 (1.92.2); FILE MERGED
2005/04/20 07:44:17 mt 1.92.2.2: RESYNC: (1.92-1.93); FILE MERGED 2005/04/20 07:17:13 mt 1.92.2.1: #i47755# RTL_LOGFILE_PRODUCT_* for logs in release versions...
-rw-r--r--sfx2/source/appl/appopen.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index c1c203bc2c22..9f81a03158f2 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appopen.cxx,v $
*
- * $Revision: 1.93 $
+ * $Revision: 1.94 $
*
- * last change: $Author: obo $ $Date: 2005-04-18 12:19:53 $
+ * last change: $Author: obo $ $Date: 2005-04-22 11:27:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1497,7 +1497,7 @@ void SfxApplication::OpenDocExec_Impl( SfxRequest& rReq )
Reference < XDispatchProvider > xProv( xFrame, UNO_QUERY );
Reference < XDispatch > xDisp = xProv.is() ? xProv->queryDispatch( aURL, aTarget, FrameSearchFlag::ALL ) : Reference < XDispatch >();;
- RTL_LOGFILE_CONTEXT( aLog2, "PERFORMANCE - SfxApplication::OpenDocExec_Impl" );
+ RTL_LOGFILE_PRODUCT_CONTEXT( aLog2, "PERFORMANCE - SfxApplication::OpenDocExec_Impl" );
if ( xDisp.is() )
xDisp->dispatch( aURL, aArgs );
}