summaryrefslogtreecommitdiff
path: root/include/svx/svdmodel.hxx
diff options
context:
space:
mode:
authorArkadiy Illarionov <qarkai@gmail.com>2019-09-18 20:54:55 +0300
committerStephan Bergmann <sbergman@redhat.com>2019-09-18 21:53:27 +0200
commitb883e3d58db404a92bee044091b6cfd3892311c2 (patch)
tree1596be5acb0eee528ed01aabc43e7c97ee8311c0 /include/svx/svdmodel.hxx
parent33d922ea07b6b20276471b19fd9c148ed90d7442 (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/svdmodel.hxx')
-rw-r--r--include/svx/svdmodel.hxx2
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.