[Libreoffice-commits] core.git: vcl/win
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 29 14:49:01 UTC 2020
vcl/win/window/salframe.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 917fadedee4459ff75e78e1b746ba320503301e0
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jul 29 14:00:09 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
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 <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
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 );
}
}
}
More information about the Libreoffice-commits
mailing list