diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-17 15:11:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-17 15:11:54 +0200 |
commit | 0269ef901119635fa809245698c985b30e648ef4 (patch) | |
tree | beb46403f2675dc15bfd02c1c5bc727ba892c1c6 /svx/source/tbxctrls/linectrl.cxx | |
parent | 5459c4a7312ce7bc0326978f4164441e76e5d5a4 (diff) |
sw: convert new to ::Create.
Change-Id: Iab0fc73540b3c7a60c64296dce86b70c1e02cf09
Diffstat (limited to 'svx/source/tbxctrls/linectrl.cxx')
-rw-r--r-- | svx/source/tbxctrls/linectrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx index 8a360f5178ad..c7e4e1760bd4 100644 --- a/svx/source/tbxctrls/linectrl.cxx +++ b/svx/source/tbxctrls/linectrl.cxx @@ -320,7 +320,7 @@ void SvxLineEndWindow::implInit() aLineEndSet->Show(); } -SfxPopupWindow* SvxLineEndWindow::Clone() const +VclPtr<SfxPopupWindow> SvxLineEndWindow::Clone() const { return new SvxLineEndWindow( GetId(), mxFrame, GetText() ); } |