summaryrefslogtreecommitdiff
path: root/chart2/source/inc/UndoGuard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/UndoGuard.hxx')
-rw-r--r--chart2/source/inc/UndoGuard.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/UndoGuard.hxx b/chart2/source/inc/UndoGuard.hxx
index 98cffab939af..cdefdcd44c41 100644
--- a/chart2/source/inc/UndoGuard.hxx
+++ b/chart2/source/inc/UndoGuard.hxx
@@ -41,7 +41,7 @@ namespace chart
{
/** Base Class for UndoGuard and UndoLiveUpdateGuard
*/
-class OOO_DLLPUBLIC_CHARTTOOLS UndoGuard_Base
+class UndoGuard_Base
{
public:
explicit UndoGuard_Base( const rtl::OUString & rUndoMessage
@@ -51,7 +51,7 @@ public:
::com::sun::star::frame::XModel > & xModel );
virtual ~UndoGuard_Base();
- void commitAction();
+OOO_DLLPUBLIC_CHARTTOOLS void commitAction();
protected:
::com::sun::star::uno::Reference<