Support other locales for decimal and list separators (#1060)
* Support other locales for decimal and list seperators * PR fixes
This commit is contained in:
@@ -13,6 +13,10 @@ namespace MockGraphingImpl
|
||||
void SetFormatType(Graphing::FormatType type) override
|
||||
{
|
||||
}
|
||||
|
||||
void SetLocalizationType(Graphing::LocalizationType value) override
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
class EvalOptions : public Graphing::IEvalOptions
|
||||
@@ -46,6 +50,10 @@ namespace MockGraphingImpl
|
||||
void SetMathMLPrefix(const std::wstring& value) override
|
||||
{
|
||||
}
|
||||
|
||||
void SetLocalizationType(Graphing::LocalizationType value) override
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
class MockExpression : public Graphing::IExpression
|
||||
|
Reference in New Issue
Block a user