summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwptools.cxx')
-rw-r--r--lotuswordpro/source/filter/lwptools.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwptools.cxx b/lotuswordpro/source/filter/lwptools.cxx
index 8329eeb0151a..118848d4a72b 100644
--- a/lotuswordpro/source/filter/lwptools.cxx
+++ b/lotuswordpro/source/filter/lwptools.cxx
@@ -410,9 +410,9 @@ XFDateStyle* LwpTools::GetSystemDateStyle(bool bLongFormat)
}
}
if (j==1)
- pDateStyle->AddSecond(false,0);
+ pDateStyle->AddSecond(false);
else
- pDateStyle->AddSecond(true,0);
+ pDateStyle->AddSecond();
break;
}
case 'S':
@@ -731,9 +731,9 @@ XFTimeStyle* LwpTools::GetSystemTimeStyle()
}
}
if (j==1)
- pTimeStyle->AddSecond(false,0);
+ pTimeStyle->AddSecond(false);
else
- pTimeStyle->AddSecond(true,0);
+ pTimeStyle->AddSecond();
break;
}
case 'S':