summaryrefslogtreecommitdiff
path: root/embeddedobj/source/commonembedding/miscobj.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 17:24:15 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 17:24:15 +0000
commit00b76a0998925e864c03face79b0cbd7d536d9bb (patch)
treee91f056490af28765c14c12a45332061b0f88bef /embeddedobj/source/commonembedding/miscobj.cxx
parent8c82b162b5a9efa962c474b4519446f92d0d319a (diff)
INTEGRATION: CWS rptchart01_DEV300 (1.22.14); FILE MERGED
2008/01/23 08:39:59 mav 1.22.14.1: #i85495# allow to specify a filter name for an embedded object
Diffstat (limited to 'embeddedobj/source/commonembedding/miscobj.cxx')
-rw-r--r--embeddedobj/source/commonembedding/miscobj.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/embeddedobj/source/commonembedding/miscobj.cxx b/embeddedobj/source/commonembedding/miscobj.cxx
index fc1e6952b3..e89914c4dd 100644
--- a/embeddedobj/source/commonembedding/miscobj.cxx
+++ b/embeddedobj/source/commonembedding/miscobj.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: miscobj.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: hr $ $Date: 2007-08-02 17:04:58 $
+ * last change: $Author: kz $ $Date: 2008-03-05 18:24:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -140,6 +140,8 @@ void OCommonEmbeddedObject::CommonInit_Impl( const uno::Sequence< beans::NamedVa
aObjectProps[nInd].Value >>= m_aClassID;
else if ( aObjectProps[nInd].Name.equalsAscii( "ObjectDocumentServiceName" ) )
aObjectProps[nInd].Value >>= m_aDocServiceName;
+ else if ( aObjectProps[nInd].Name.equalsAscii( "ObjectDocumentFilterName" ) )
+ aObjectProps[nInd].Value >>= m_aPresetFilterName;
else if ( aObjectProps[nInd].Name.equalsAscii( "ObjectMiscStatus" ) )
aObjectProps[nInd].Value >>= m_nMiscStatus;
else if ( aObjectProps[nInd].Name.equalsAscii( "ObjectVerbs" ) )