summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-06-08 08:36:40 +0200
committerDavid Tardon <dtardon@redhat.com>2014-06-08 08:36:40 +0200
commit0e9d19d5062ad219f34fc0c37179a31846a456fc (patch)
tree64210c2dda35eea8770ec21709234014e8d9ddf1
parentanother blind fix for windows (diff)
downloadcore-0e9d19d5062ad219f34fc0c37179a31846a456fc.tar.gz
core-0e9d19d5062ad219f34fc0c37179a31846a456fc.zip
these symbols belong to libswlo
Change-Id: I04b970a58b5d138b89f4eb331b3f53ebcb55236a
-rw-r--r--sw/inc/IDocumentMarkAccess.hxx6
-rw-r--r--sw/inc/IMark.hxx8
2 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/IDocumentMarkAccess.hxx b/sw/inc/IDocumentMarkAccess.hxx
index 7ae711cc5eb3..fe5b608ff3ad 100644
--- a/sw/inc/IDocumentMarkAccess.hxx
+++ b/sw/inc/IDocumentMarkAccess.hxx
@@ -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() {};
};
diff --git a/sw/inc/IMark.hxx b/sw/inc/IMark.hxx
index 7a03295a13b4..13c1e00ffff2 100644
--- a/sw/inc/IMark.hxx
+++ b/sw/inc/IMark.hxx
@@ -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: