Kaydet (Commit) 2f38fc18 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS visibility01 (1.2.142); FILE MERGED

2004/11/19 12:54:37 mmeeks 1.2.142.1: Issue number: #i35758#
Submitted by: mnicel
Reviewed by:  mmeeks

	Add lots of visibility attributes to APIs.
üst 0e829d1d
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: wrapfield.hxx,v $ * $RCSfile: wrapfield.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: hr $ $Date: 2004-08-02 17:26:58 $ * last change: $Author: kz $ $Date: 2005-01-21 15:55:26 $
* *
* 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
...@@ -66,13 +66,17 @@ ...@@ -66,13 +66,17 @@
#include <vcl/field.hxx> #include <vcl/field.hxx>
#endif #endif
#ifndef INCLUDED_SVXDLLAPI_H
#include "svx/svxdllapi.h"
#endif
namespace svx { namespace svx {
// ============================================================================ // ============================================================================
/** A numeric spin field that wraps around the value on limits. /** A numeric spin field that wraps around the value on limits.
@descr Note: Use type "NumericField" in resources. */ @descr Note: Use type "NumericField" in resources. */
class WrapField : public NumericField class SVX_DLLPUBLIC WrapField : public NumericField
{ {
public: public:
explicit WrapField( Window* pParent, WinBits nWinStyle ); explicit WrapField( Window* pParent, WinBits nWinStyle );
......
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