diff options
Diffstat (limited to 'cui/source/dialogs/cuicharmap.cxx')
-rw-r--r-- | cui/source/dialogs/cuicharmap.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx index 62dd835bb0e1..22450f6722e6 100644 --- a/cui/source/dialogs/cuicharmap.cxx +++ b/cui/source/dialogs/cuicharmap.cxx @@ -607,8 +607,6 @@ void SvxCharacterMap::insertCharToDoc(const OUString& sGlyph) return; if (m_xFrame.is()) { - uno::Reference< uno::XComponentContext > xContext( comphelper::getProcessComponentContext() ); - uno::Sequence<beans::PropertyValue> aArgs(2); aArgs[0].Name = "Symbols"; aArgs[0].Value <<= sGlyph; |