Switch urls from http: to https: (#137)

This commit is contained in:
Josh Soref
2019-03-07 11:56:25 -05:00
committed by Matt Cooley
parent dc00380d0f
commit 8a75dcd09d
18 changed files with 20 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ namespace CalculationManager
// and the ids to define them with can be seen in EngineStrings.h
// with SIDS prefix. Additionally it must provide values for string
// ids "sDecimal", "sThousand" and "sGrouping". See
// http://technet.microsoft.com/en-us/library/cc782655(v=ws.10).aspx
// https://technet.microsoft.com/en-us/library/cc782655(v=ws.10).aspx
// for what these values refer to.
virtual std::wstring GetCEngineString(const std::wstring& id) = 0;
};