Kaydet (Commit) 38bb16c0 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS visibility01 (1.6.78); FILE MERGED

2004/12/06 08:11:26 mnicel 1.6.78.1: Part of symbol visibility markup - #i35758#
üst 6388223b
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: scriptdlg.hxx,v $ * $RCSfile: scriptdlg.hxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: rt $ $Date: 2004-10-22 14:37:59 $ * last change: $Author: kz $ $Date: 2005-01-21 16:49:07 $
* *
* 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
...@@ -77,6 +77,10 @@ ...@@ -77,6 +77,10 @@
#include <com/sun/star/script/browse/XBrowseNode.hpp> #include <com/sun/star/script/browse/XBrowseNode.hpp>
#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XModel.hpp>
#ifndef INCLUDED_SVXDLLAPI_H
#include "svx/svxdllapi.h"
#endif
#include <hash_map> #include <hash_map>
#define OBJTYPE_BASICMANAGER 1L #define OBJTYPE_BASICMANAGER 1L
...@@ -199,7 +203,7 @@ public: ...@@ -199,7 +203,7 @@ public:
void setLoaded() { loaded=true; } void setLoaded() { loaded=true; }
}; };
class SvxScriptOrgDialog : public SfxModalDialog class SVX_DLLPUBLIC SvxScriptOrgDialog : public SfxModalDialog
{ {
protected: protected:
FixedText aScriptsTxt; FixedText aScriptsTxt;
...@@ -256,7 +260,7 @@ public: ...@@ -256,7 +260,7 @@ public:
//DECL_LINK( ActivatePageHdl, TabControl * ); //DECL_LINK( ActivatePageHdl, TabControl * );
}; };
class SvxScriptErrorDialog : public VclAbstractDialog class SVX_DLLPUBLIC SvxScriptErrorDialog : public VclAbstractDialog
{ {
private: private:
......
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