#include <cppuhelper/implbase.hxx>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/util/XChangesBatch.hpp>
#include <rtl/ref.hxx>
#include "updatecheckconfiglistener.hxx"
#include "updateinfo.hxx"
Go to the source code of this file.
◆ getValue()
template<typename T >
T getValue |
( |
const css::uno::Sequence< css::beans::NamedValue > & |
rNamedValues, |
|
|
const char * |
pszName |
|
) |
| |