diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-09 14:14:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-09 17:18:35 +0100 |
commit | 548a6894814c4fd067137d44bb009205911bf8c9 (patch) | |
tree | 4b8b06aeb6a602e5826405ecd8ac66c4ed5953f2 /include/svtools | |
parent | 023e907b6ba5112d3e0d75d822771c92fe17fb2f (diff) |
VclPtr: fix crash on loading kde86727-1.html
and all the other html crashtest loading failures
I believe
Change-Id: I38d3e1ad283efc08f468d9062e520149663e3e84
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/filectrl.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/filectrl.hxx b/include/svtools/filectrl.hxx index bc8c96a58a1a..8f6abd2591a3 100644 --- a/include/svtools/filectrl.hxx +++ b/include/svtools/filectrl.hxx @@ -102,6 +102,8 @@ public: //use this to manipulate the dialog bevore executing it: void SetDialogCreatedHdl( const Link<>& rLink ) { maDialogCreatedHdl = rLink; } const Link<>& GetDialogCreatedHdl() const { return maDialogCreatedHdl; } + + void SetEditModifyHdl( const Link<>& rLink ); }; #endif |