Kaydet (Commit) b36d3118 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

And a bit more of fixes

Change-Id: Ib247391d83773cddc18e37d5e979552a13dd19eb
üst 748be656
......@@ -77,7 +77,7 @@ sub get_msishorcutproperty_shortcut
sub get_msishortcutproperty_propertykey
{
my ($msishortcutproperty, $onelanguage) = @_;
my ($msishortcutproperty) = @_;
my $propertykey = "";
if ( $msishortcutproperty->{'PropertyKey'} ) { $propertykey = $msishortcutproperty->{'PropertyKey'}; }
......@@ -91,7 +91,7 @@ sub get_msishortcutproperty_propertykey
sub get_msishortcutproperty_propvariantvalue
{
my ($msishortcutproperty, $onelanguage) = @_;
my ($msishortcutproperty) = @_;
my $propvariantvalue = "";
if ( $msishortcutproperty->{'PropVariantValue'} ) { $propvariantvalue = $msishortcutproperty->{'PropVariantValue'}; }
......
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