vcl/win/window/salframe.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 917fadedee4459ff75e78e1b746ba320503301e0
Author: Caolán McNamara <[email protected]>
AuthorDate: Wed Jul 29 14:00:09 2020 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Wed Jul 29 16:48:22 2020 +0200
drop lines that don't do anything
since...
commit 9a4d0581c72653e60562d1b8e2121772d21f8a9e
Date: Mon Oct 12 11:49:13 2009 +0200
#i103496#: move SysLocale stuff to unotools
Change-Id: I6a7c3d71af7e91f873a2cab3393e8cefdcdff28d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99693
Tested-by: Caolán McNamara <[email protected]>
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx
index 789df0dd2796..55ddad83b743 100644
--- a/vcl/win/window/salframe.cxx
+++ b/vcl/win/window/salframe.cxx
@@ -2819,9 +2819,7 @@ void WinSalFrame::UpdateSettings( AllSettings& rSettings )
nValue = static_cast<sal_uLong>(ImplW2I( aValueBuf ));
if ( (nValue > 1000) && (nValue < 10000) )
{
- MiscSettings aMiscSettings = rSettings.GetMiscSettings();
utl::MiscCfg().SetYear2000(
static_cast<sal_Int32>(nValue-99) );
- rSettings.SetMiscSettings( aMiscSettings );
}
}
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits