writerfilter/source/rtftok/rtfdocumentimpl.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit a3fcf5a3b8ea26c289b12216d7f8fdb7e07814b7
Author: Miklos Vajna <vmik...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to