summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-25 14:29:43 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-25 14:29:43 +0100
commit4ae5573a0f94cc859ba2c30ac71bcd2ff8677f1f (patch)
tree42b732a30c938aae158d5f7c1a44dcd3f4ac4ac9 /dbaccess
parent5cf47c0008eb4126cfc41c59fbeeb4d73c8e22b1 (diff)
undoapi: migrated report designer to use an own, model-bound UndoManager, instead of the UndoManager formerly bound to the controller
Diffstat (limited to 'dbaccess')
-rwxr-xr-xdbaccess/inc/dbaundomanager.hxx (renamed from dbaccess/source/ui/misc/dbaundomanager.hxx)4
1 files changed, 3 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/dbaundomanager.hxx b/dbaccess/inc/dbaundomanager.hxx
index 99ff86cb39bf..1b8627f66326 100755
--- a/dbaccess/source/ui/misc/dbaundomanager.hxx
+++ b/dbaccess/inc/dbaundomanager.hxx
@@ -27,6 +27,8 @@
#ifndef DBACCESS_DBAUNDOMANAGER_HXX
#define DBACCESS_DBAUNDOMANAGER_HXX
+#include "dbaccessdllapi.h"
+
/** === begin UNO includes === **/
#include <com/sun/star/document/XUndoManager.hpp>
/** === end UNO includes === **/
@@ -47,7 +49,7 @@ namespace dbaui
//==================================================================================================================
struct UndoManager_Impl;
typedef ::cppu::ImplHelper1< ::com::sun::star::document::XUndoManager > UndoManager_Base;
- class UndoManager : public UndoManager_Base
+ class DBACCESS_DLLPUBLIC UndoManager : public UndoManager_Base
{
public:
UndoManager( ::cppu::OWeakObject& i_parent, ::osl::Mutex& i_mutex );