-Werror,-Wunused-private-field
Change-Id: Ia265d565bbc6b9e4c03aa9be66916b926b54bed8
This commit is contained in:
parent
7d1d5a847d
commit
09d96767a4
2 changed files with 1 additions and 3 deletions
|
@ -256,8 +256,7 @@ rtl::Reference<XMLImportContext> XMLOfficeDocContext::CreateChildContext(const O
|
|||
|
||||
XMLImport::XMLImport(const uno::Reference<uno::XComponentContext> &xContext, librevenge::RVNGTextInterface &rGenerator, const OUString &rURL, const uno::Sequence<beans::PropertyValue> &rDescriptor)
|
||||
: mrGenerator(rGenerator),
|
||||
mxContext(xContext),
|
||||
maDocumentBaseURL(rURL)
|
||||
mxContext(xContext)
|
||||
{
|
||||
uno::Sequence<beans::PropertyValue> aFilterData;
|
||||
for (sal_Int32 i = 0; i < rDescriptor.getLength(); ++i)
|
||||
|
|
|
@ -57,7 +57,6 @@ class XMLImport : public cppu::WeakImplHelper
|
|||
librevenge::RVNGPropertyList maMetaData;
|
||||
const css::uno::Reference<css::uno::XComponentContext> &mxContext;
|
||||
css::uno::Reference<css::uri::XUriReferenceFactory> mxUriReferenceFactory;
|
||||
OUString maDocumentBaseURL;
|
||||
OUString maMediaDir;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue