[Libreoffice-commits] .: forms/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Nov 27 05:36:00 PST 2012


 forms/source/component/FormattedFieldWrapper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 543af40d1acf1ab947c230ea9766d75af2d49cde
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 27 14:35:35 2012 +0100

    Fix --enable-dbgutil build
    
    Change-Id: I79beddf3f5d588e47e47c50e1a9b06b70aca99c0

diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx
index 74221d2..ebd40a4 100644
--- a/forms/source/component/FormattedFieldWrapper.cxx
+++ b/forms/source/component/FormattedFieldWrapper.cxx
@@ -76,7 +76,7 @@ InterfaceRef OFormattedFieldWrapper::createFormattedFieldWrapper(const ::com::su
         query_interface(static_cast<XWeak*>(pModel), xFormattedModel);
 
         pRef->m_xAggregate = Reference<XAggregation> (xFormattedModel, UNO_QUERY);
-        OSL_ENSURE(m_xAggregate.is(), "the OFormattedModel didn't have an XAggregation interface !");
+        OSL_ENSURE(pRef->m_xAggregate.is(), "the OFormattedModel didn't have an XAggregation interface !");
 
         // _before_ setting the delegator, give it to the member references
         query_interface(xFormattedModel, pRef->m_xFormattedPart);


More information about the Libreoffice-commits mailing list