|
@@ -148,22 +148,22 @@ namespace GxPress.Result
|
|
|
/// <returns></returns>
|
|
|
public int SetType(TextEditorTypeConst type)
|
|
|
{
|
|
|
- if (type == TextEditorTypeConst.File)
|
|
|
- return OldTextEditorTypeConst.File.GetHashCode();
|
|
|
- if (type == TextEditorTypeConst.Image)
|
|
|
- return OldTextEditorTypeConst.Image.GetHashCode();
|
|
|
- if (type == TextEditorTypeConst.Article)
|
|
|
- return OldTextEditorTypeConst.Article.GetHashCode();
|
|
|
- if (type == TextEditorTypeConst.Topic)
|
|
|
- return OldTextEditorTypeConst.Topic.GetHashCode();
|
|
|
- if (type == TextEditorTypeConst.Collect)
|
|
|
- return OldTextEditorTypeConst.Collect.GetHashCode();
|
|
|
- if (type == TextEditorTypeConst.Note)
|
|
|
- return OldTextEditorTypeConst.Note.GetHashCode();
|
|
|
- if (type == TextEditorTypeConst.Missive)
|
|
|
- return OldTextEditorTypeConst.Missive.GetHashCode();
|
|
|
- if (type == TextEditorTypeConst.Group)
|
|
|
- return OldTextEditorTypeConst.Group.GetHashCode();
|
|
|
+ // if (type == TextEditorTypeConst.File)
|
|
|
+ // return OldTextEditorTypeConst.File.GetHashCode();
|
|
|
+ // if (type == TextEditorTypeConst.Image)
|
|
|
+ // return OldTextEditorTypeConst.Image.GetHashCode();
|
|
|
+ // if (type == TextEditorTypeConst.Article)
|
|
|
+ // return OldTextEditorTypeConst.Article.GetHashCode();
|
|
|
+ // if (type == TextEditorTypeConst.Topic)
|
|
|
+ // return OldTextEditorTypeConst.Topic.GetHashCode();
|
|
|
+ // if (type == TextEditorTypeConst.Collect)
|
|
|
+ // return OldTextEditorTypeConst.Collect.GetHashCode();
|
|
|
+ // if (type == TextEditorTypeConst.Note)
|
|
|
+ // return OldTextEditorTypeConst.Note.GetHashCode();
|
|
|
+ // if (type == TextEditorTypeConst.Missive)
|
|
|
+ // return OldTextEditorTypeConst.Missive.GetHashCode();
|
|
|
+ // if (type == TextEditorTypeConst.Group)
|
|
|
+ // return OldTextEditorTypeConst.Group.GetHashCode();
|
|
|
return type.GetHashCode();
|
|
|
}
|
|
|
/// <summary>
|