summaryrefslogtreecommitdiff
path: root/starmath/source/mathml/mathmlexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/mathml/mathmlexport.cxx')
-rw-r--r--starmath/source/mathml/mathmlexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathml/mathmlexport.cxx b/starmath/source/mathml/mathmlexport.cxx
index 476d384f897c..a6efe93ec69a 100644
--- a/starmath/source/mathml/mathmlexport.cxx
+++ b/starmath/source/mathml/mathmlexport.cxx
@@ -532,7 +532,7 @@ void SmXMLExport::GetConfigurationSettings(Sequence<PropertyValue>& rProps)
SmMathConfig* pConfig = SM_MOD()->GetConfig();
const bool bUsedSymbolsOnly = pConfig && pConfig->IsSaveOnlyUsedSymbols();
- std::transform(aProps.begin(), aProps.end(), rProps.begin(),
+ std::transform(aProps.begin(), aProps.end(), rProps.getArray(),
[bUsedSymbolsOnly, &xProps](const Property& prop) {
PropertyValue aRet;
if (prop.Name != "Formula" && prop.Name != "BasicLibraries"