summaryrefslogtreecommitdiff
path: root/include/svx/sdrundomanager.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-08 08:16:06 +0200
committerNoel Grandin <noel@peralex.com>2015-09-08 08:16:48 +0200
commit0c714e260ef7153229bca8794a01c8fffd7c7361 (patch)
tree5a4a3d5a055911782d71ef35f1c85b723d48ce3d /include/svx/sdrundomanager.hxx
parent8275e66fc1b872ff01131dfc54123fe1dd13b3e8 (diff)
convert Link<> to typed
Change-Id: I2977a0fcd18bd719b30cb4100501058884069572
Diffstat (limited to 'include/svx/sdrundomanager.hxx')
-rw-r--r--include/svx/sdrundomanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdrundomanager.hxx b/include/svx/sdrundomanager.hxx
index 96dc794997f8..f93ba2f35146 100644
--- a/include/svx/sdrundomanager.hxx
+++ b/include/svx/sdrundomanager.hxx
@@ -30,7 +30,7 @@ private:
using EditUndoManager::Undo;
using EditUndoManager::Redo;
- Link<> maEndTextEditHdl;
+ Link<SdrUndoManager*,void> maEndTextEditHdl;
SfxUndoAction* mpLastUndoActionBeforeTextEdit;
bool mbEndTextEditTriggeredFromUndo;
@@ -53,7 +53,7 @@ public:
// activate (start text edit) and empty link to reset (end text edit). On
// reset all text edit actions will be removed from this undo manager to
// restore the state before activation
- void SetEndTextEditHdl(const Link<>& rLink);
+ void SetEndTextEditHdl(const Link<SdrUndoManager*,void>& rLink);
// check from outside if we are inside a callback for ending text edit. This
// is needed to detect inside end text edit if it is a regular one or triggered