summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-27 11:35:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-27 11:35:24 +0100
commit0ee2cddfbd9cc710371048df560e397d6881d69b (patch)
treed4bee1f9214a3f12c98debb45750f042fa6061f0 /basctl
parent758abf0130d5bc38507c31c2eb5d414a4a27b53b (diff)
Properly encapsulate svt::TextWindowPeer
Change-Id: Iffa67c345a03852ad7872031b4c5a87e223ffcad
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2b.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index 76b717f88cee..fee2d61a2539 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -2102,7 +2102,7 @@ EditorWindow::GetComponentInterface(sal_Bool bCreate)
if (!pEditEngine)
CreateEditEngine();
- xPeer = new ::svt::TextWindowPeer(*GetEditView());
+ xPeer = svt::createTextWindowPeer(*GetEditView());
SetComponentInterface(xPeer);
}
return xPeer;