summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/elementexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/elementexport.cxx')
-rw-r--r--xmloff/source/forms/elementexport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/forms/elementexport.cxx b/xmloff/source/forms/elementexport.cxx
index 610a30fd6621..954a0db3ff23 100644
--- a/xmloff/source/forms/elementexport.cxx
+++ b/xmloff/source/forms/elementexport.cxx
@@ -1735,7 +1735,7 @@ namespace xmloff
{
FormCellBindingHelper aHelper( m_xProps, NULL );
{
- if ( aHelper.isCellBinding( aHelper.getCurrentBinding( ) ) )
+ if ( FormCellBindingHelper::isCellBinding( aHelper.getCurrentBinding( ) ) )
{
m_nIncludeBindings |= BA_LINKED_CELL;
if ( m_nClassId == FormComponentType::LISTBOX )
@@ -1745,7 +1745,7 @@ namespace xmloff
// is it a list-like control which uses a calc cell range as list source?
{
- if ( aHelper.isCellRangeListSource( aHelper.getCurrentListSource( ) ) )
+ if ( FormCellBindingHelper::isCellRangeListSource( aHelper.getCurrentListSource( ) ) )
m_nIncludeBindings |= BA_LIST_CELL_RANGE;
}
}
@@ -1786,7 +1786,7 @@ namespace xmloff
if ( _bIncludeListLinkageType )
{
- sal_Int16 nLinkageType = aHelper.isCellIntegerBinding( xBinding ) ? 1 : 0;
+ sal_Int16 nLinkageType = FormCellBindingHelper::isCellIntegerBinding( xBinding ) ? 1 : 0;
OUStringBuffer sBuffer;
SvXMLUnitConverter::convertEnum(