using System.Collections.Generic; namespace FastReport { partial class Base { /// /// Does nothing /// /// /// private string ExtractDefaultMacrosInternal(Dictionary macroValues, string text) { return text; } } }