summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 16:10:23 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 16:10:23 +0000
commited5d445699c9ee1d1339b20dba686025b6461ee5 (patch)
tree988dcca840a1279b2dc5f8a10870bc9351c76b91 /desktop
parentf139a6e4cb23e0227abb9ea149415031faf5e09b (diff)
INTEGRATION: CWS impress23 (1.3.40); FILE MERGED
2004/12/30 09:31:30 dbo 1.3.40.1: #i38957# using Any templated ctor instead of makeAny(): testing compilers
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/gui/dp_gui_cmdenv.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_cmdenv.cxx b/desktop/source/deployment/gui/dp_gui_cmdenv.cxx
index f64b1cd0d5ae..1bdafac96ec2 100644
--- a/desktop/source/deployment/gui/dp_gui_cmdenv.cxx
+++ b/desktop/source/deployment/gui/dp_gui_cmdenv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dp_gui_cmdenv.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 14:05:06 $
+ * last change: $Author: kz $ $Date: 2005-01-21 17:10:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -327,7 +327,7 @@ void ProgressCommandEnv::handle(
// late init:
Sequence<Any> handlerArgs( 1 );
handlerArgs[ 0 ] <<= beans::PropertyValue(
- OUSTR("Context"), -1, makeAny(m_title),
+ OUSTR("Context"), -1, Any(m_title),
beans::PropertyState_DIRECT_VALUE );
Reference<XComponentContext> const & xContext =
m_mainDialog->m_xComponentContext;