summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-19 11:21:37 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-19 11:21:37 +0000
commit47fa4448eb7fbb5a4119bdccb9a684d198ada55b (patch)
treee6717c89bb48e941ae42dc0379b7fc87fa37e92c
parente3eecbfeb639529f3a15c0acfe4697a619d454fb (diff)
INTEGRATION: CWS cov2src (1.3.30); FILE MERGED
2005/10/19 09:32:17 rt 1.3.30.1: #126234# Join MWS COV680 m4 into SRC680
-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 691d4ef83402..3de64920772a 100644
--- a/xmloff/inc/animationimport.hxx
+++ b/xmloff/inc/animationimport.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: animationimport.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:02:42 $
+ * last change: $Author: rt $ $Date: 2005-10-19 12:21:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,6 +57,8 @@ class AnimationNodeContext : public SvXMLImportContext
bool mbRootContext;
::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > mxNode;
+ void init_node( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
+
public:
TYPEINFO();