summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 13:03:03 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 13:03:03 +0000
commitd0379980cc083d752965d35875163763524bab80 (patch)
tree5abe5ad98650a5e0a4d0527d2a120ffd7f4d7601
parent930e4c2dc6f367f3e5039e0e010c64999a00dcaf (diff)
INTEGRATION: CWS pbfixes01 (1.59.28); FILE MERGED
2004/11/06 16:24:45 pb 1.59.28.1: fix: #i34544# show docinfo again
-rw-r--r--svtools/source/contnr/templwin.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx
index 7d892465f89a..39b203823adc 100644
--- a/svtools/source/contnr/templwin.cxx
+++ b/svtools/source/contnr/templwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: templwin.cxx,v $
*
- * $Revision: 1.59 $
+ * $Revision: 1.60 $
*
- * last change: $Author: pjunck $ $Date: 2004-10-22 12:34:40 $
+ * last change: $Author: obo $ $Date: 2004-11-15 14:03:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -993,6 +993,8 @@ void SvtFrameWindow_Impl::ShowDocInfo( const String& rURL )
try
{
xDocInfo->read( rURL );
+ Reference< XPropertySet > aPropSet( xDocInfo, UNO_QUERY );
+ pEditWin->fill( aPropSet, rURL );
// info fields
Reference< XNameContainer > aNameCnt( xDocInfo, UNO_QUERY );