Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ed9c7396
Commit
ed9c7396
authored
Feb 27, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Feb 28, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Fix local variable shadowing in OLEFontImpl_Invoke.
parent
e2359813
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
olefont.c
dlls/oleaut32/olefont.c
+0
-6
No files found.
dlls/oleaut32/olefont.c
View file @
ed9c7396
...
...
@@ -1377,7 +1377,6 @@ static HRESULT WINAPI OLEFontImpl_Invoke(
return
hr
;
}
else
{
VARIANTARG
vararg
;
HRESULT
hr
;
VariantInit
(
&
vararg
);
hr
=
VariantChangeTypeEx
(
&
vararg
,
&
pDispParams
->
rgvarg
[
0
],
lcid
,
0
,
VT_BOOL
);
...
...
@@ -1399,7 +1398,6 @@ static HRESULT WINAPI OLEFontImpl_Invoke(
return
hr
;
}
else
{
VARIANTARG
vararg
;
HRESULT
hr
;
VariantInit
(
&
vararg
);
hr
=
VariantChangeTypeEx
(
&
vararg
,
&
pDispParams
->
rgvarg
[
0
],
lcid
,
0
,
VT_BOOL
);
...
...
@@ -1421,7 +1419,6 @@ static HRESULT WINAPI OLEFontImpl_Invoke(
return
hr
;
}
else
{
VARIANTARG
vararg
;
HRESULT
hr
;
VariantInit
(
&
vararg
);
hr
=
VariantChangeTypeEx
(
&
vararg
,
&
pDispParams
->
rgvarg
[
0
],
lcid
,
0
,
VT_BOOL
);
...
...
@@ -1440,7 +1437,6 @@ static HRESULT WINAPI OLEFontImpl_Invoke(
return
OLEFontImpl_get_Size
((
IFont
*
)
this
,
&
V_CY
(
pVarResult
));
}
else
{
VARIANTARG
vararg
;
HRESULT
hr
;
VariantInit
(
&
vararg
);
hr
=
VariantChangeTypeEx
(
&
vararg
,
&
pDispParams
->
rgvarg
[
0
],
lcid
,
0
,
VT_CY
);
...
...
@@ -1459,7 +1455,6 @@ static HRESULT WINAPI OLEFontImpl_Invoke(
return
OLEFontImpl_get_Weight
((
IFont
*
)
this
,
&
V_I2
(
pVarResult
));
}
else
{
VARIANTARG
vararg
;
HRESULT
hr
;
VariantInit
(
&
vararg
);
hr
=
VariantChangeTypeEx
(
&
vararg
,
&
pDispParams
->
rgvarg
[
0
],
lcid
,
0
,
VT_I2
);
...
...
@@ -1478,7 +1473,6 @@ static HRESULT WINAPI OLEFontImpl_Invoke(
return
OLEFontImpl_get_Charset
((
IFont
*
)
this
,
&
V_I2
(
pVarResult
));
}
else
{
VARIANTARG
vararg
;
HRESULT
hr
;
VariantInit
(
&
vararg
);
hr
=
VariantChangeTypeEx
(
&
vararg
,
&
pDispParams
->
rgvarg
[
0
],
lcid
,
0
,
VT_I2
);
...
...
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