summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/animimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/animimp.cxx')
-rw-r--r--xmloff/source/draw/animimp.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/source/draw/animimp.cxx b/xmloff/source/draw/animimp.cxx
index f6964886d45e..3c73c033f8e9 100644
--- a/xmloff/source/draw/animimp.cxx
+++ b/xmloff/source/draw/animimp.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <xmloff/unointerfacetouniqueidentifiermapper.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/presentation/AnimationEffect.hpp>
@@ -37,7 +36,6 @@
#include "anim.hxx"
#include "animimp.hxx"
-
using namespace ::std;
using namespace ::cppu;
using namespace ::com::sun::star;
@@ -317,8 +315,6 @@ AnimationEffect ImplSdXMLgetEffect( XMLEffect eKind, XMLEffectDirection eDirecti
}
}
-///////////////////////////////////////////////////////////////////////
-
class AnimImpImpl
{
public:
@@ -356,8 +352,6 @@ public:
{}
};
-///////////////////////////////////////////////////////////////////////
-
enum XMLActionKind
{
XMLE_SHOW,
@@ -449,7 +443,6 @@ XMLAnimationsSoundContext::~XMLAnimationsSoundContext()
{
}
-
TYPEINIT1( XMLAnimationsEffectContext, SvXMLImportContext );
XMLAnimationsEffectContext::XMLAnimationsEffectContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList, AnimImpImpl* pImpl )
@@ -656,8 +649,6 @@ void XMLAnimationsEffectContext::EndElement()
}
}
-///////////////////////////////////////////////////////////////////////
-
TYPEINIT1( XMLAnimationsContext, SvXMLImportContext );
XMLAnimationsContext::XMLAnimationsContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName,