Typo: exportBindingAtributes->exportBindingAttributes
Change-Id: I8211918b90e096e65de2ce8efeac3bede47b42ec Reviewed-on: https://gerrit.libreoffice.org/34876 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
@@ -294,7 +294,7 @@ namespace xmloff
|
|||||||
exportDatabaseAttributes();
|
exportDatabaseAttributes();
|
||||||
|
|
||||||
// attributes related to external bindings
|
// attributes related to external bindings
|
||||||
exportBindingAtributes();
|
exportBindingAttributes();
|
||||||
|
|
||||||
// attributes special to the respective control type
|
// attributes special to the respective control type
|
||||||
exportSpecialAttributes();
|
exportSpecialAttributes();
|
||||||
@@ -896,7 +896,7 @@ namespace xmloff
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void OControlExport::exportBindingAtributes()
|
void OControlExport::exportBindingAttributes()
|
||||||
{
|
{
|
||||||
#if OSL_DEBUG_LEVEL > 0
|
#if OSL_DEBUG_LEVEL > 0
|
||||||
BAFlags nIncludeBinding = m_nIncludeBindings;
|
BAFlags nIncludeBinding = m_nIncludeBindings;
|
||||||
@@ -949,7 +949,7 @@ namespace xmloff
|
|||||||
|
|
||||||
#if OSL_DEBUG_LEVEL > 0
|
#if OSL_DEBUG_LEVEL > 0
|
||||||
OSL_ENSURE( BAFlags::NONE == nIncludeBinding,
|
OSL_ENSURE( BAFlags::NONE == nIncludeBinding,
|
||||||
"OControlExport::exportBindingAtributes: forgot some flags!");
|
"OControlExport::exportBindingAttributes: forgot some flags!");
|
||||||
// in the debug version, we should have removed every bit we handled from the mask, so it should
|
// in the debug version, we should have removed every bit we handled from the mask, so it should
|
||||||
// be 0 now ...
|
// be 0 now ...
|
||||||
#endif
|
#endif
|
||||||
|
@@ -173,7 +173,7 @@ namespace xmloff
|
|||||||
/** adds the XML attributes which are related to binding controls to
|
/** adds the XML attributes which are related to binding controls to
|
||||||
external values and/or list sources
|
external values and/or list sources
|
||||||
*/
|
*/
|
||||||
void exportBindingAtributes();
|
void exportBindingAttributes();
|
||||||
|
|
||||||
/** adds attributes which are special to a control type to the export context's attribute list
|
/** adds attributes which are special to a control type to the export context's attribute list
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user