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
941cbe4f
Commit
941cbe4f
authored
Sep 25, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug #35895
parent
668d0c2a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ASCOfficeDocFile/DocDocxConverter/VMLShapeMapping.cpp
ASCOfficeDocFile/DocDocxConverter/VMLShapeMapping.cpp
+5
-5
No files found.
ASCOfficeDocFile/DocDocxConverter/VMLShapeMapping.cpp
View file @
941cbe4f
...
@@ -1905,13 +1905,13 @@ namespace DocFileFormat
...
@@ -1905,13 +1905,13 @@ namespace DocFileFormat
switch
(
pSpa
->
wr
)
switch
(
pSpa
->
wr
)
{
{
case
0
:
case
0
:
case
2
:
wrapType
=
L"square"
;
case
2
:
wrapType
=
L"square"
;
break
;
case
1
:
wrapType
=
L"topAndBottom"
;
case
1
:
wrapType
=
L"topAndBottom"
;
break
;
case
3
:
wrapType
=
L"through"
;
case
3
:
wrapType
=
L"through"
;
break
;
case
4
:
case
4
:
case
5
:
wrapType
=
L"tight"
;
case
5
:
wrapType
=
L"tight"
;
break
;
default:
default:
wrapType
=
L"none"
;
wrapType
=
L"none"
;
break
;
}
}
}
}
...
...
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