Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
929252f6
Commit
929252f6
authored
Nov 21, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RtfFormatReader -fix read spec char in field
parent
2207cee0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
ASCOfficeRtfFile/RtfFormatLib/source/DestinationCommand.cpp
ASCOfficeRtfFile/RtfFormatLib/source/DestinationCommand.cpp
+2
-2
ASCOfficeRtfFile/RtfFormatLib/source/DestinationCommand.h
ASCOfficeRtfFile/RtfFormatLib/source/DestinationCommand.h
+3
-2
No files found.
ASCOfficeRtfFile/RtfFormatLib/source/DestinationCommand.cpp
View file @
929252f6
ASCOfficeRtfFile/RtfFormatLib/source/DestinationCommand.h
View file @
929252f6
...
...
@@ -1417,8 +1417,9 @@ private:
RtfAbstractReader
reader
;
CString
sResultSymbol
=
reader
.
ExecuteTextInternal
(
oDocument
,
oReader
,
sCharA
,
false
,
0
,
nSkipChar
);
//свойства копировать ? ващето есть дубль - проверить
m_oField
.
m_pResult
=
RtfFieldInstPtr
(
new
RtfFieldInst
()
);
m_oField
.
m_pResult
->
SetDefault
();
RtfParagraphPtr
pNewPar
(
new
RtfParagraph
()
);
RtfCharPtr
pNewChar
(
new
RtfChar
()
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment