summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/ndhints.hxx6
-rw-r--r--sw/source/core/inc/UndoCore.hxx4
-rw-r--r--sw/source/core/inc/UndoInsert.hxx2
-rw-r--r--sw/source/core/inc/UndoSection.hxx4
-rw-r--r--sw/source/core/undo/unsect.cxx4
-rw-r--r--sw/source/ui/inc/wordcountdialog.hxx2
6 files changed, 11 insertions, 11 deletions
diff --git a/sw/inc/ndhints.hxx b/sw/inc/ndhints.hxx
index 3800258c602f..a47e4567d765 100644
--- a/sw/inc/ndhints.hxx
+++ b/sw/inc/ndhints.hxx
@@ -40,7 +40,7 @@ typedef enum {
} CopyOrNew_t;
/// if COPY then pTxtNode must be given!
-SW_DLLPRIVATE SwTxtAttr * MakeTxtAttr(
+SwTxtAttr * MakeTxtAttr(
SwDoc & rDoc,
SfxPoolItem & rNew,
sal_Int32 const nStt,
@@ -48,14 +48,14 @@ SW_DLLPRIVATE SwTxtAttr * MakeTxtAttr(
CopyOrNew_t const bIsCopy = NEW,
SwTxtNode *const pTxtNode = 0 );
-SW_DLLPRIVATE SwTxtAttr * MakeTxtAttr(
+SwTxtAttr * MakeTxtAttr(
SwDoc & rDoc,
const SfxItemSet & rSet,
sal_Int32 nStt,
sal_Int32 nEnd );
/// create redline dummy text hint that must not be inserted into hints array
-SW_DLLPRIVATE SwTxtAttr* MakeRedlineTxtAttr(
+SwTxtAttr* MakeRedlineTxtAttr(
SwDoc & rDoc,
SfxPoolItem& rAttr );
diff --git a/sw/source/core/inc/UndoCore.hxx b/sw/source/core/inc/UndoCore.hxx
index 44d99e32ba41..bb37fc7c6c48 100644
--- a/sw/source/core/inc/UndoCore.hxx
+++ b/sw/source/core/inc/UndoCore.hxx
@@ -45,7 +45,7 @@ public:
};
namespace sw {
-class SW_DLLPRIVATE UndoRedoContext
+class UndoRedoContext
: public SfxUndoContext
{
public:
@@ -78,7 +78,7 @@ private:
SdrMarkList * m_pMarkList;
};
-class SW_DLLPRIVATE RepeatContext
+class RepeatContext
: public SfxRepeatTarget
{
public:
diff --git a/sw/source/core/inc/UndoInsert.hxx b/sw/source/core/inc/UndoInsert.hxx
index b9a3b999c47c..56d72c607cad 100644
--- a/sw/source/core/inc/UndoInsert.hxx
+++ b/sw/source/core/inc/UndoInsert.hxx
@@ -83,7 +83,7 @@ public:
DECL_FIXEDMEMPOOL_NEWDEL(SwUndoInsert)
};
-SwRewriter SW_DLLPRIVATE
+SwRewriter
MakeUndoReplaceRewriter(sal_uLong const ocurrences,
OUString const& sOld, OUString const& sNew);
diff --git a/sw/source/core/inc/UndoSection.hxx b/sw/source/core/inc/UndoSection.hxx
index 00de819f50e0..ea681525192f 100644
--- a/sw/source/core/inc/UndoSection.hxx
+++ b/sw/source/core/inc/UndoSection.hxx
@@ -61,9 +61,9 @@ public:
void SetUpdtFtnFlag(bool const bFlag) { m_bUpdateFtn = bFlag; }
};
-SW_DLLPRIVATE SwUndo * MakeUndoDelSection(SwSectionFmt const&);
+SwUndo * MakeUndoDelSection(SwSectionFmt const&);
-SW_DLLPRIVATE SwUndo * MakeUndoUpdateSection(SwSectionFmt const&, bool const);
+SwUndo * MakeUndoUpdateSection(SwSectionFmt const&, bool const);
#endif // INCLUDED_SW_SOURCE_CORE_INC_UNDOSECTION_HXX
diff --git a/sw/source/core/undo/unsect.cxx b/sw/source/core/undo/unsect.cxx
index 86c488aa68bb..4af1dccde8ce 100644
--- a/sw/source/core/undo/unsect.cxx
+++ b/sw/source/core/undo/unsect.cxx
@@ -296,7 +296,7 @@ public:
virtual void RedoImpl( ::sw::UndoRedoContext & );
};
-SW_DLLPRIVATE SwUndo * MakeUndoDelSection(SwSectionFmt const& rFormat)
+SwUndo * MakeUndoDelSection(SwSectionFmt const& rFormat)
{
return new SwUndoDelSection(rFormat, *rFormat.GetSection(),
rFormat.GetCntnt().GetCntntIdx());
@@ -409,7 +409,7 @@ public:
virtual void RedoImpl( ::sw::UndoRedoContext & );
};
-SW_DLLPRIVATE SwUndo *
+SwUndo *
MakeUndoUpdateSection(SwSectionFmt const& rFormat, bool const bOnlyAttr)
{
return new SwUndoUpdateSection(*rFormat.GetSection(),
diff --git a/sw/source/ui/inc/wordcountdialog.hxx b/sw/source/ui/inc/wordcountdialog.hxx
index fbd2e8ea1254..3bebd69f4967 100644
--- a/sw/source/ui/inc/wordcountdialog.hxx
+++ b/sw/source/ui/inc/wordcountdialog.hxx
@@ -46,7 +46,7 @@ class SwWordCountFloatDlg : public SfxModelessDialog
CloseButton* m_pClosePB;
- SW_DLLPRIVATE DECL_LINK( CloseHdl, void* );
+ DECL_LINK( CloseHdl, void* );
public:
SwWordCountFloatDlg( SfxBindings* pBindings,
SfxChildWindow* pChild,