summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/attributemap.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 13:02:09 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 13:02:09 +0000
commit1569a27e26fa01c8e860b7689c2221445a66b64a (patch)
treeaa65329b61465f600187d08d169f4a26fc007ae5 /slideshow/source/engine/attributemap.cxx
parent0f89a42316a995213373b40b8d0e610c7e2dd2ac (diff)
INTEGRATION: CWS canvas02 (1.3.4); FILE MERGED
2005/10/19 14:41:25 thb 1.3.4.1: #i48939# Moved ValueMap from slideshow; adapted AttributeMap accordingly; added debug trigger code, which initiates a screen dump, after an animation batch has completed
Diffstat (limited to 'slideshow/source/engine/attributemap.cxx')
-rw-r--r--slideshow/source/engine/attributemap.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/slideshow/source/engine/attributemap.cxx b/slideshow/source/engine/attributemap.cxx
index 36804c1324be..5c55bc4dc282 100644
--- a/slideshow/source/engine/attributemap.cxx
+++ b/slideshow/source/engine/attributemap.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: attributemap.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:23:50 $
+ * last change: $Author: kz $ $Date: 2005-11-02 14:02:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -35,16 +35,17 @@
// must be first
#include <canvas/debug.hxx>
-#include <attributemap.hxx>
+#include <canvas/canvastools.hxx>
-#include <tools.hxx>
+#include "attributemap.hxx"
+#include "tools.hxx"
namespace presentation
{
namespace internal
{
- typedef ValueMap< AttributeType > AnimateAttributeMap;
+ typedef ::canvas::tools::ValueMap< AttributeType > AnimateAttributeMap;
AttributeType mapAttributeName( const ::rtl::OUString& rAttrName )
{