diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:24:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:24:15 +0000 |
commit | 73962b21701760b126457d639594afcaa09ca08b (patch) | |
tree | 04d73b69d8b358345916a391fea51e39ca2400f2 /embeddedobj | |
parent | fb651385475142866f2c58af89490edc37735fe7 (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')
-rw-r--r-- | embeddedobj/source/commonembedding/miscobj.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/embeddedobj/source/commonembedding/miscobj.cxx b/embeddedobj/source/commonembedding/miscobj.cxx index fbff56b513e7..b1642f22b665 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" ) ) |