summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-27 14:35:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-27 14:35:35 +0100
commit543af40d1acf1ab947c230ea9766d75af2d49cde (patch)
tree44a4b8fbf250ba9381ccde915e104dfb48186527 /forms
parent869dab55c133a80096e516a5d2b0f0c4d573fab6 (diff)
Fix --enable-dbgutil build
Change-Id: I79beddf3f5d588e47e47c50e1a9b06b70aca99c0
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/FormattedFieldWrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx
index 74221d2605a6..ebd40a4f4c3d 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);