Commit 00c2b757 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent d5c772a7
......@@ -2403,23 +2403,4 @@ namespace NSEditorApi
};
}
// statistics
namespace NSEditorApi
{
class CStatistics : public IMenuEventDataBase
{
public:
js_wrapper<int> Pages;
js_wrapper<int> Paragraphs;
js_wrapper<int> Words;
js_wrapper<int> Symbols;
js_wrapper<int> SymbolsWithSpaces;
public:
CStatistics()
{
}
};
}
#endif //_BUILD_EDITOR_API_CROSSPLATFORM_H_
......@@ -640,7 +640,6 @@
#define ASC_MENU_EVENT_TYPE_CONTEXTMENU_SELECTALL 115
#define ASC_MENU_EVENT_TYPE_DOCUMENT_BASE64 200
#define ASC_MENU_EVENT_TYPE_DOCUMENT_STATISTICS 201
#define ASC_MENU_EVENT_TYPE_USER_SCROLL_PAGE 300
#define ASC_MENU_EVENT_TYPE_USER_ZOOM 301
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment