[Libreoffice-commits] core.git: writerfilter/source
Miklos Vajna
vmiklos at collabora.co.uk
Thu Mar 10 13:39:18 UTC 2016
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit a3fcf5a3b8ea26c289b12216d7f8fdb7e07814b7
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Mar 10 14:38:48 2016 +0100
writerfilter: -Werror,-Wunused-variable
Change-Id: Ia67b8728f3992279b89b8c212f2f9258baaf8edb
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 1c83e66..c51ea14 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -5961,7 +5961,6 @@ RTFError RTFDocumentImpl::popState()
// Find out what is the key, value type and value we want to set.
uno::Reference<beans::XPropertyContainer> xPropertyContainer = m_xDocumentProperties->getUserDefinedProperties();
uno::Reference<beans::XPropertySet> xPropertySet(xPropertyContainer, uno::UNO_QUERY);
- uno::Sequence<beans::Property> aProperties = xPropertySet->getPropertySetInfo()->getProperties();
const OUString& rKey = m_aStates.top().aPropName;
OUString aStaticVal = m_aStates.top().pDestinationText->makeStringAndClear();
uno::Any aAny;
More information about the Libreoffice-commits
mailing list