summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2016-06-28 21:23:31 +1000
committerStephan Bergmann <sbergman@redhat.com>2016-06-28 13:12:09 +0000
commitc9f05625a7d34bed2229d59466420cd56f904c41 (patch)
tree75e06564b32d9d4ad6c334dc6abfcd603ee56a6a /sw/source/uibase
parent442dd6a153385d7c2826eabe0737d4d53332f392 (diff)
Revert c7b9b9204ce2b3c1e0dbc0d79e4e01d27ad2ac7e
Also make changes to make loplugin:staticmethods happy Change-Id: Ia55d063c0fa5a1d9392e09f23ebb1266f46745b9 Reviewed-on: https://gerrit.libreoffice.org/26740 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/uiview/view.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uiview/view.cxx b/sw/source/uibase/uiview/view.cxx
index 2b1bdbbb84cf..7821da5e39c4 100644
--- a/sw/source/uibase/uiview/view.cxx
+++ b/sw/source/uibase/uiview/view.cxx
@@ -1494,7 +1494,7 @@ void SwView::WriteUserDataSequence ( uno::Sequence < beans::PropertyValue >& rSe
rSequence = comphelper::containerToSequence(aVector);
// Common SdrModel processing
- SdrModel::WriteUserDataSequence(rSequence);
+ GetDocShell()->GetDoc()->getIDocumentDrawModelAccess().GetDrawModel()->WriteUserDataSequence(rSequence);
}
void SwView::ShowCursor( bool bOn )