summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc/bulmaper.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:21:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:21:23 +0000
commit6e1a1c4e134fb50485f0ceb72ef4839d9c77d827 (patch)
tree8d8fb1a0b5ba3bc3fb43843dbb06574a96f6931a /sd/source/ui/inc/bulmaper.hxx
parentINTEGRATION: CWS tune03 (1.3.186); FILE MERGED (diff)
downloadcore-6e1a1c4e134fb50485f0ceb72ef4839d9c77d827.tar.gz
core-6e1a1c4e134fb50485f0ceb72ef4839d9c77d827.zip
INTEGRATION: CWS tune03 (1.1.1.1.542); FILE MERGED
2004/08/08 12:54:15 mhu 1.1.1.1.542.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.
Diffstat (limited to 'sd/source/ui/inc/bulmaper.hxx')
-rw-r--r--sd/source/ui/inc/bulmaper.hxx19
1 files changed, 15 insertions, 4 deletions
diff --git a/sd/source/ui/inc/bulmaper.hxx b/sd/source/ui/inc/bulmaper.hxx
index 4b85111b273f..1f335c9f087f 100644
--- a/sd/source/ui/inc/bulmaper.hxx
+++ b/sd/source/ui/inc/bulmaper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bulmaper.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:37 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:21:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,18 @@
*
************************************************************************/
+#ifndef INCLUDED_SD_BULMAPER_HXX
+#define INCLUDED_SD_BULMAPER_HXX
+
+#ifndef _SOLAR_H
+#include "tools/solar.h"
+#endif
+
+class SfxItemSet;
+class SvxBulletItem;
+class SvxNumberFormat;
+class SvxNumRule;
+
class SdBulletMapper
{
public:
@@ -75,5 +87,4 @@ public:
};
-
-
+#endif /* INCLUDED_SD_BULMAPER_HXX */