summaryrefslogtreecommitdiff
path: root/svx/inc/imapdlg.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 13:47:38 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 13:47:38 +0000
commit34bd91e75ce7ff0d3b0b7b7d7bf1fc1de7146572 (patch)
treec1fd32db73f49b91170f25a736ba755bd01a7324 /svx/inc/imapdlg.hxx
parent76e89879f7e8bde44fc8d802b06063e7a9c5c39b (diff)
INTEGRATION: CWS visibility01 (1.6.1010); FILE MERGED
2004/12/06 08:10:24 mnicel 1.6.1010.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:18 mmeeks 1.6.1010.1: Issue number: #i35758# Submitted by: mnicel Reviewed by: mmeeks Add lots of visibility attributes to APIs.
Diffstat (limited to 'svx/inc/imapdlg.hxx')
-rw-r--r--svx/inc/imapdlg.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/svx/inc/imapdlg.hxx b/svx/inc/imapdlg.hxx
index 133b6d47f6e1..1c33235d4b6f 100644
--- a/svx/inc/imapdlg.hxx
+++ b/svx/inc/imapdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imapdlg.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: cl $ $Date: 2002-07-11 10:56:24 $
+ * last change: $Author: kz $ $Date: 2005-01-21 14:47:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,6 +99,10 @@
#include <vcl/status.hxx>
#endif
+#ifndef INCLUDED_SVXDLLAPI_H
+#include "svx/svxdllapi.h"
+#endif
+
#ifndef _GOMISC_HXX
class ImageMap;
@@ -114,7 +118,7 @@ class ImageMap;
class Graphic;
class TargetList;
-class SvxIMapDlgChildWindow : public SfxChildWindow
+class SVX_DLLPUBLIC SvxIMapDlgChildWindow : public SfxChildWindow
{
public:
@@ -163,7 +167,7 @@ public:
class IMapOwnData;
-class SvxIMapDlg : public SfxModelessDialog // SfxFloatingWindow
+class SVX_DLLPUBLIC SvxIMapDlg : public SfxModelessDialog // SfxFloatingWindow
{
friend class IMapOwnData;
friend class IMapWindow;