[Libreoffice-commits] core.git: 2 commits - sc/uiconfig xmlsecurity/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jun 25 19:13:26 UTC 2021
sc/uiconfig/scalc/ui/sheetprintpage.ui | 1 -
xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx | 2 --
2 files changed, 3 deletions(-)
New commits:
commit 80b055683bd8381f78214e2310f2a703ae7638ff
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jun 25 16:44:37 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jun 25 21:12:55 2021 +0200
remove stray max-length from GtkSpinButton
since...
commit cb553bdba77c80f323dbed1874874cf2465abd83
Date: Sun Mar 31 14:52:34 2013 -0300
Convert Calc sheet page style to Widget UI
Change-Id: Ib1efd5205f68b4db79dab2e889ee24a5f3e54028
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117908
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sc/uiconfig/scalc/ui/sheetprintpage.ui b/sc/uiconfig/scalc/ui/sheetprintpage.ui
index 5dae7d8ed5cf..37e72ec589b8 100644
--- a/sc/uiconfig/scalc/ui/sheetprintpage.ui
+++ b/sc/uiconfig/scalc/ui/sheetprintpage.ui
@@ -137,7 +137,6 @@
<object class="GtkSpinButton" id="spinED_PAGENO">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="max_length">5</property>
<property name="activates_default">True</property>
<property name="adjustment">adjustmentFirstPage</property>
<accessibility>
commit 9e6a7c043d2b19ffc870ab283ac29850447a9cd2
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Jun 25 09:53:33 2021 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Jun 25 21:12:43 2021 +0200
-Werror,-Wunused-but-set-variable (clang-cl 13 trunk)
...since 362a21d3a129b90149f6ef645c127f5e86e0ba61 "Use explicit function names
for fooA/fooW WinAPI; prefer fooW"
Change-Id: I391ae19b01625602231fbd890ee79073367cb449
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117834
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
index ff6bc2f319e4..0a4d9191f366 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
@@ -383,10 +383,8 @@ uno::Reference< XCertificate > SecurityEnvironment_MSCryptImpl::getCertificate(
CERT_INFO certInfo ;
// for correct encoding
- sal_uInt16 encoding ;
rtl_Locale *pLocale = nullptr ;
osl_getProcessLocale( &pLocale ) ;
- encoding = osl_getTextEncodingFromLocale( pLocale ) ;
//Create cert info from issue and serial
LPCWSTR pszName = o3tl::toW( issuerName.getStr() );
More information about the Libreoffice-commits
mailing list