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
2b89ba39
Commit
2b89ba39
authored
Oct 14, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
7109a4de
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Common/DocxFormat/Source/XlsxFormat/SimpleTypes_Spreadsheet.h
...on/DocxFormat/Source/XlsxFormat/SimpleTypes_Spreadsheet.h
+7
-7
X2tConverter/build/Qt/X2tConverter.pro
X2tConverter/build/Qt/X2tConverter.pro
+1
-1
No files found.
Common/DocxFormat/Source/XlsxFormat/SimpleTypes_Spreadsheet.h
View file @
2b89ba39
...
...
@@ -2502,10 +2502,10 @@ namespace SimpleTypes
};
template
<
EPaneState
eDefValue
=
panestateFrozen
>
class
С
PaneState
:
public
CSimpleType
<
EPaneState
,
eDefValue
>
class
C
PaneState
:
public
CSimpleType
<
EPaneState
,
eDefValue
>
{
public:
С
PaneState
()
{}
C
PaneState
()
{}
virtual
EPaneState
FromString
(
CString
&
sValue
)
{
...
...
@@ -2529,7 +2529,7 @@ namespace SimpleTypes
}
SimpleType_FromString
(
EPaneState
)
SimpleType_Operator_Equal
(
С
PaneState
)
SimpleType_Operator_Equal
(
C
PaneState
)
};
};
// Spreadsheet
}
// SimpleTypes
X2tConverter/build/Qt/X2tConverter.pro
View file @
2b89ba39
...
...
@@ -7,7 +7,7 @@
QT
-=
core
QT
-=
gui
VERSION
=
2.0
.
2.39
7
VERSION
=
2.0
.
2.39
8
DEFINES
+=
INTVER
=
$$
VERSION
TEMPLATE
=
app
...
...
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