summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/numberingtypelistbox.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:00:32 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 08:00:32 +0000
commit0b0226d77e4f737eaadfea40d900f5f6892767e4 (patch)
tree811d5edc9f29bfe8680a5aad0a1f0204f1bff226 /sw/source/ui/inc/numberingtypelistbox.hxx
parentINTEGRATION: CWS tune03 (1.2.788); FILE MERGED (diff)
downloadcore-0b0226d77e4f737eaadfea40d900f5f6892767e4.tar.gz
core-0b0226d77e4f737eaadfea40d900f5f6892767e4.zip
INTEGRATION: CWS tune03 (1.1.780); FILE MERGED
2004/07/19 19:11:28 mhu 1.1.780.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/ui/inc/numberingtypelistbox.hxx')
-rw-r--r--sw/source/ui/inc/numberingtypelistbox.hxx12
1 files changed, 9 insertions, 3 deletions
diff --git a/sw/source/ui/inc/numberingtypelistbox.hxx b/sw/source/ui/inc/numberingtypelistbox.hxx
index 44ad4efe1b82..407ad77da97a 100644
--- a/sw/source/ui/inc/numberingtypelistbox.hxx
+++ b/sw/source/ui/inc/numberingtypelistbox.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numberingtypelistbox.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2001-03-02 14:05:44 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:00:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include <vcl/lstbox.hxx>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
#define INSERT_NUM_TYPE_NO_NUMBERING 0x01
#define INSERT_NUM_TYPE_PAGE_STYLE_NUMBERING 0x02
#define INSERT_NUM_TYPE_BITMAP 0x04
@@ -72,9 +76,11 @@
#define INSERT_NUM_EXTENDED_TYPES 0x10
struct SwNumberingTypeListBox_Impl;
-class SwNumberingTypeListBox : public ListBox
+
+class SW_DLLPUBLIC SwNumberingTypeListBox : public ListBox
{
SwNumberingTypeListBox_Impl* pImpl;
+
public:
SwNumberingTypeListBox( Window* pWin, const ResId& rResId,
USHORT nTypeFlags = INSERT_NUM_TYPE_PAGE_STYLE_NUMBERING|INSERT_NUM_TYPE_NO_NUMBERING|INSERT_NUM_EXTENDED_TYPES );