Kaydet (Commit) 7e4ee811 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

we don't need that code anymore

Change-Id: I77b5816a4e7743494444b0ac2366164a3bc5d13d
üst 85f42858
...@@ -655,12 +655,6 @@ css::uno::Reference<css::container::XNameContainer> VbaExport::getBasicLibrary() ...@@ -655,12 +655,6 @@ css::uno::Reference<css::container::XNameContainer> VbaExport::getBasicLibrary()
try try
{ {
css::uno::Reference<css::script::XLibraryContainer> xLibContainer = getLibraryContainer(); css::uno::Reference<css::script::XLibraryContainer> xLibContainer = getLibraryContainer();
css::uno::Sequence<OUString> aElementNames = xLibContainer->getElementNames();
sal_Int32 n = aElementNames.getLength();
for (sal_Int32 i = 0; i < n; ++i)
{
SAL_DEBUG(aElementNames[i]);
}
OUString aProjectName = getProjectName(); OUString aProjectName = getProjectName();
xLibrary.set( xLibContainer->getByName(aProjectName), css::uno::UNO_QUERY_THROW ); xLibrary.set( xLibContainer->getByName(aProjectName), css::uno::UNO_QUERY_THROW );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment