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 )
if (IsSuperOverridden())
{
if(Is(SUPERSCRIPT))
pFont->SetPosition(true);
pFont->SetPosition();
}
if (IsSubOverridden())
......
......@@ -323,7 +323,7 @@ XFDateStyle* LwpTools::GetSystemDateStyle(bool bLongFormat)
if (j==1)
pDateStyle->AddMonth(false);
else if (j==2)
pDateStyle->AddMonth(true);
pDateStyle->AddMonth();
else if (j==3)
pDateStyle->AddMonth(false,true);
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