Commit 85cfd021 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

ARC enabled + paragraph/text/undo-redo/insert page break/insert line...

ARC enabled + paragraph/text/undo-redo/insert page break/insert line break/insert page number/insert section break

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57880 954022d7-b5bf-4e40-9824-e11837661b57
parent 2c33081a
......@@ -6,6 +6,14 @@
#include <string>
#include <vector>
#ifndef max
#define max(a,b) (((a) > (b)) ? (a) : (b))
#endif
#ifndef min
#define min(a,b) (((a) < (b)) ? (a) : (b))
#endif
// colors
namespace NSEditorApi
{
......
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