Kaydet (Commit) 5fcc7a6b authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I70e17e06279ca8d11a482011c8c74c14ec692ba1
Reviewed-on: https://gerrit.libreoffice.org/53888Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 8d77bc56
...@@ -1411,7 +1411,7 @@ void SwView::ReadUserDataSequence ( const uno::Sequence < beans::PropertyValue > ...@@ -1411,7 +1411,7 @@ void SwView::ReadUserDataSequence ( const uno::Sequence < beans::PropertyValue >
// In case we have a 'fixed' view layout of 2 or more columns, // In case we have a 'fixed' view layout of 2 or more columns,
// we have to apply the view options *before* starting the action. // we have to apply the view options *before* starting the action.
// Otherwsie the SetZoom function cannot work correctly, because // Otherwise the SetZoom function cannot work correctly, because
// the view layout hasn't been calculated. // the view layout hasn't been calculated.
const bool bZoomNeedsViewLayout = bSetViewLayoutSettings && const bool bZoomNeedsViewLayout = bSetViewLayoutSettings &&
1 < nViewLayoutColumns && 1 < nViewLayoutColumns &&
......
...@@ -17,7 +17,7 @@ constexpr sal_Int64 HOUR_MASK = SAL_CONST_INT64(10000000000000); ...@@ -17,7 +17,7 @@ constexpr sal_Int64 HOUR_MASK = SAL_CONST_INT64(10000000000000);
/** Get current local timestamp. /** Get current local timestamp.
Both pDate and pTime can be null. Both pDate and pTime can be null.
Returns true if succeeded, false otherwse. Returns true if succeeded, false otherwise.
*/ */
bool GetSystemDateTime(sal_Int32* pDate, sal_Int64* pTime); bool GetSystemDateTime(sal_Int32* pDate, sal_Int64* pTime);
......
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