summaryrefslogtreecommitdiff
path: root/xmloff/inc/animationimport.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:31:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:31:18 +0000
commit6d120a5748813d253229d69f836fc9dac2641205 (patch)
tree537478224bec738c451512c4380a7b0df54f44fa /xmloff/inc/animationimport.hxx
parent8b3bfcd24e90973ced862c1ccb422e16ad197dfc (diff)
INTEGRATION: CWS impress122 (1.4.258); FILE MERGED
2007/06/14 09:56:54 cl 1.4.258.1: #i24969# moved slide transition and sound to smil timing root node
Diffstat (limited to 'xmloff/inc/animationimport.hxx')
-rw-r--r--xmloff/inc/animationimport.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/inc/animationimport.hxx b/xmloff/inc/animationimport.hxx
index 27a23496e824..7b4fdd29ee60 100644
--- a/xmloff/inc/animationimport.hxx
+++ b/xmloff/inc/animationimport.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: animationimport.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 14:44:53 $
+ * last change: $Author: hr $ $Date: 2007-06-27 15:31:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -75,6 +75,8 @@ public:
virtual SvXMLImportContext * CreateChildContext( USHORT nPrefix, const ::rtl::OUString& rLocalName,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList );
+
+ static void postProcessRootNode( SvXMLImport& rImport, const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode, ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xPageProps );
};
}