Kaydet (Commit) 0e9d19d5 authored tarafından David Tardon's avatar David Tardon

these symbols belong to libswlo

Change-Id: I04b970a58b5d138b89f4eb331b3f53ebcb55236a
üst 6ef15c11
......@@ -265,10 +265,10 @@ class IDocumentMarkAccess
/** Returns the MarkType used to create the mark
*/
static SAL_DLLPUBLIC_EXPORT MarkType GetType(const ::sw::mark::IMark& rMark);
static SW_DLLPUBLIC MarkType GetType(const ::sw::mark::IMark& rMark);
static SAL_DLLPUBLIC_EXPORT OUString GetCrossRefHeadingBookmarkNamePrefix();
static SAL_DLLPUBLIC_EXPORT bool IsLegalPaMForCrossRefHeadingBookmark( const SwPaM& rPaM );
static SW_DLLPUBLIC OUString GetCrossRefHeadingBookmarkNamePrefix();
static SW_DLLPUBLIC bool IsLegalPaMForCrossRefHeadingBookmark( const SwPaM& rPaM );
protected:
virtual ~IDocumentMarkAccess() {};
};
......
......@@ -32,7 +32,7 @@ struct SwPosition;
namespace sw { namespace mark
{
class SAL_DLLPUBLIC_EXPORT IMark
class SW_DLLPUBLIC IMark
: virtual public SwModify // inherited as interface
, public ::boost::totally_ordered<IMark>
{
......@@ -70,7 +70,7 @@ namespace sw { namespace mark
virtual OUString ToString( ) const =0;
};
class SAL_DLLPUBLIC_EXPORT IBookmark
class SW_DLLPUBLIC IBookmark
: virtual public IMark
{
public:
......@@ -80,7 +80,7 @@ namespace sw { namespace mark
virtual void SetKeyCode(const KeyCode&) =0;
};
class SAL_DLLPUBLIC_EXPORT IFieldmark
class SW_DLLPUBLIC IFieldmark
: virtual public IMark
{
public:
......@@ -97,7 +97,7 @@ namespace sw { namespace mark
virtual void Invalidate() = 0;
};
class SAL_DLLPUBLIC_EXPORT ICheckboxFieldmark
class SW_DLLPUBLIC ICheckboxFieldmark
: virtual public IFieldmark
{
public:
......
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