Kaydet (Commit) 0bc6278f authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS visibility01 (1.9.854); FILE MERGED

2004/12/06 08:10:31 mnicel 1.9.854.2: Part of symbol visibility markup - #i35758#
2004/11/19 12:54:20 mmeeks 1.9.854.1: Issue number: #i35758#
Submitted by: mnicel
Reviewed by:  mmeeks

	Add lots of visibility attributes to APIs.
üst 7a29d637
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: optgrid.hxx,v $ * $RCSfile: optgrid.hxx,v $
* *
* $Revision: 1.9 $ * $Revision: 1.10 $
* *
* last change: $Author: hr $ $Date: 2003-03-27 14:59:46 $ * last change: $Author: kz $ $Date: 2005-01-21 15:02:36 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -79,11 +79,15 @@ ...@@ -79,11 +79,15 @@
#include <vcl/field.hxx> #include <vcl/field.hxx>
#endif #endif
#ifndef INCLUDED_SVXDLLAPI_H
#include "svx/svxdllapi.h"
#endif
class SvxGridTabPage; class SvxGridTabPage;
// class SvxOptionsGrid -------------------------------------------------- // class SvxOptionsGrid --------------------------------------------------
class SvxOptionsGrid class SVX_DLLPUBLIC SvxOptionsGrid
{ {
protected: protected:
UINT32 nFldDrawX; UINT32 nFldDrawX;
...@@ -126,7 +130,7 @@ public: ...@@ -126,7 +130,7 @@ public:
// class SvxGridItem ----------------------------------------------------- // class SvxGridItem -----------------------------------------------------
class SvxGridItem : public SvxOptionsGrid, public SfxPoolItem class SVX_DLLPUBLIC SvxGridItem : public SvxOptionsGrid, public SfxPoolItem
{ {
// #i9076# // #i9076#
friend class SvxGridTabPage; friend class SvxGridTabPage;
...@@ -147,7 +151,7 @@ public: ...@@ -147,7 +151,7 @@ public:
// class SvxGridTabPage -------------------------------------------------- // class SvxGridTabPage --------------------------------------------------
class SvxGridTabPage : public SfxTabPage class SVX_DLLPUBLIC SvxGridTabPage : public SfxTabPage
{ {
public: public:
SvxGridTabPage( Window* pParent, const SfxItemSet& rSet ); SvxGridTabPage( Window* pParent, const SfxItemSet& rSet );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment