diff options
author | Arkadiy Illarionov <qarkai@gmail.com> | 2019-09-18 20:54:55 +0300 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-09-18 21:53:27 +0200 |
commit | b883e3d58db404a92bee044091b6cfd3892311c2 (patch) | |
tree | 1596be5acb0eee528ed01aabc43e7c97ee8311c0 /include/svx | |
parent | 33d922ea07b6b20276471b19fd9c148ed90d7442 (diff) |
tdf#39593 use isUnoTunnelId in sd
Rename SdrModel::getUnoTunnelImplementationId()
Change-Id: I364a05efe8ddc04b2b2ca393416c9b974ded43df
Reviewed-on: https://gerrit.libreoffice.org/79108
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdmodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index f7ffa515a0e0..d5c14c0baa57 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -585,7 +585,7 @@ public: bool IsInDestruction() const { return mbInDestruction;} - static const css::uno::Sequence< sal_Int8 >& getUnoTunnelImplementationId(); + static const css::uno::Sequence< sal_Int8 >& getUnoTunnelId(); /** enables (true) or disables (false) recording of undo actions If undo actions are added while undo is disabled, they are deleted. |