summaryrefslogtreecommitdiff
path: root/svx/inc/svditer.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 14:24:40 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 14:24:40 +0000
commitfca4bef3722c3d304a8711bdca45adf114a18108 (patch)
tree60d93ed4077636e6160c5437a7cd5ea633b1e7da /svx/inc/svditer.hxx
parent24b991b66a35b94858cf711378c001278b7b0a0c (diff)
INTEGRATION: CWS visibility01 (1.5.342); FILE MERGED
2004/12/06 08:10:43 mnicel 1.5.342.1: Part of symbol visibility markup - #i35758#
Diffstat (limited to 'svx/inc/svditer.hxx')
-rw-r--r--svx/inc/svditer.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/inc/svditer.hxx b/svx/inc/svditer.hxx
index c1998fba6cde..a0d4300a9134 100644
--- a/svx/inc/svditer.hxx
+++ b/svx/inc/svditer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svditer.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 13:58:22 $
+ * last change: $Author: kz $ $Date: 2005-01-21 15:24:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,10 @@
#include <tools/list.hxx>
#endif
+#ifndef INCLUDED_SVXDLLAPI_H
+#include "svx/svxdllapi.h"
+#endif
+
class SdrObjList;
class SdrObject;
@@ -79,7 +83,7 @@ class SdrObject;
// IM_DEEPNOGROUPS : Mit rekursivem Abstieg, Next() liefert keine Gruppenobjekte
enum SdrIterMode { IM_FLAT, IM_DEEPWITHGROUPS, IM_DEEPNOGROUPS};
-class SdrObjListIter
+class SVX_DLLPUBLIC SdrObjListIter
{
List maObjList;
sal_uInt32 mnIndex;