Kaydet (Commit) 06f45db7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove needless SW_DLLPRIVATE annotations

Change-Id: Iae7d6ca73d64b1fa95cdd3f84e6ad51fb0015e4d
üst 38a5b7e9
......@@ -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 );
......
......@@ -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:
......
......@@ -83,7 +83,7 @@ public:
DECL_FIXEDMEMPOOL_NEWDEL(SwUndoInsert)
};
SwRewriter SW_DLLPRIVATE
SwRewriter
MakeUndoReplaceRewriter(sal_uLong const ocurrences,
OUString const& sOld, OUString const& sNew);
......
......@@ -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
......
......@@ -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(),
......
......@@ -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,
......
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