Kaydet (Commit) 788638af authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: I1ba43b13070ccd0f80b63f1b9a29ff70fb02794f
üst 71b4afde
...@@ -94,7 +94,7 @@ void LwpFontAttrEntry::Override( rtl::Reference<XFFont> const & pFont ) ...@@ -94,7 +94,7 @@ void LwpFontAttrEntry::Override( rtl::Reference<XFFont> const & pFont )
if (IsSuperOverridden()) if (IsSuperOverridden())
{ {
if(Is(SUPERSCRIPT)) if(Is(SUPERSCRIPT))
pFont->SetPosition(true); pFont->SetPosition();
} }
if (IsSubOverridden()) if (IsSubOverridden())
......
...@@ -323,7 +323,7 @@ XFDateStyle* LwpTools::GetSystemDateStyle(bool bLongFormat) ...@@ -323,7 +323,7 @@ XFDateStyle* LwpTools::GetSystemDateStyle(bool bLongFormat)
if (j==1) if (j==1)
pDateStyle->AddMonth(false); pDateStyle->AddMonth(false);
else if (j==2) else if (j==2)
pDateStyle->AddMonth(true); pDateStyle->AddMonth();
else if (j==3) else if (j==3)
pDateStyle->AddMonth(false,true); pDateStyle->AddMonth(false,true);
else else
......
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