summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-13 22:24:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-13 22:26:22 +0200
commita53808c0ed577468393aced90963af6496706959 (patch)
tree3f858f7115bda93d4ed90463c271f9597599fd20 /svl
parentccfbc9d3ac83fa238d6240b5365dc7572c64d241 (diff)
loplugin:dllprivate
Change-Id: I1fe70a39c50aba8b84c117653185fc37dbbfeab0
Diffstat (limited to 'svl')
-rw-r--r--svl/source/undo/undo.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx
index ae5553915f1d..ec847a95b705 100644
--- a/svl/source/undo/undo.cxx
+++ b/svl/source/undo/undo.cxx
@@ -220,7 +220,7 @@ void SfxUndoActions::Insert( SfxUndoAction* i_action, size_t i_pos )
typedef ::std::vector< SfxUndoListener* > UndoListeners;
-struct SVL_DLLPRIVATE SfxUndoManager_Data
+struct SfxUndoManager_Data
{
::osl::Mutex aMutex;
SfxUndoArray* pUndoArray;
@@ -260,7 +260,7 @@ struct SVL_DLLPRIVATE SfxUndoManager_Data
namespace svl { namespace undo { namespace impl
{
- class SVL_DLLPRIVATE LockGuard
+ class LockGuard
{
public:
explicit LockGuard( SfxUndoManager& i_manager )
@@ -281,7 +281,7 @@ namespace svl { namespace undo { namespace impl
typedef void ( SfxUndoListener::*UndoListenerVoidMethod )();
typedef void ( SfxUndoListener::*UndoListenerStringMethod )( const OUString& );
- struct SVL_DLLPRIVATE NotifyUndoListener : public ::std::unary_function< SfxUndoListener*, void >
+ struct NotifyUndoListener : public ::std::unary_function< SfxUndoListener*, void >
{
explicit NotifyUndoListener( UndoListenerVoidMethod i_notificationMethod )
:m_notificationMethod( i_notificationMethod )
@@ -321,7 +321,7 @@ namespace svl { namespace undo { namespace impl
OUString m_sActionComment;
};
- class SVL_DLLPRIVATE UndoManagerGuard
+ class UndoManagerGuard
{
public:
explicit UndoManagerGuard( SfxUndoManager_Data& i_managerData )