summaryrefslogtreecommitdiff
path: root/sfx2/source/control
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control')
-rw-r--r--sfx2/source/control/charwin.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/control/charwin.cxx b/sfx2/source/control/charwin.cxx
index c054880ed2c7..ac9ea6fb2f71 100644
--- a/sfx2/source/control/charwin.cxx
+++ b/sfx2/source/control/charwin.cxx
@@ -105,8 +105,6 @@ void SvxCharView::InsertCharToDoc()
if (GetText().isEmpty())
return;
- uno::Reference< uno::XComponentContext > xContext( comphelper::getProcessComponentContext() );
-
uno::Sequence<beans::PropertyValue> aArgs(2);
aArgs[0].Name = "Symbols";
aArgs[0].Value <<= GetText();