[Libreoffice-commits] core.git: extras/source

2020-02-25 Thread Hakan Bakacak (via logerrit)
 extras/source/autocorr/lang/tr/DocumentList.xml |   18 ++
 1 file changed, 18 insertions(+)

New commits:
commit ea5c1272c653897172a7d08403061f2159331914
Author: Hakan Bakacak 
AuthorDate: Mon Feb 17 00:32:41 2020 +0300
Commit: Muhammet Kara 
CommitDate: Tue Feb 25 17:13:19 2020 +0100

tdf#130711: [tr] Extend Autocorrect list for Turkish language (Start with B)

Change-Id: I566233c184fd67032828cfe53ea84fa1b5e876c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88825
Tested-by: Jenkins
Reviewed-by: PhD. Ayhan YALÇINSOY 
Reviewed-by: Yusuf Keten 
Reviewed-by: Muhammet Kara 

diff --git a/extras/source/autocorr/lang/tr/DocumentList.xml 
b/extras/source/autocorr/lang/tr/DocumentList.xml
index e7553e3aba55..21984140f44a 100644
--- a/extras/source/autocorr/lang/tr/DocumentList.xml
+++ b/extras/source/autocorr/lang/tr/DocumentList.xml
@@ -100,18 +100,36 @@
   
   
   
+  
+  
   
   
+  
+  
+  
+  
+  
+  
+  
+  
   
   
   
   
   
   
+  
+  
+  
+  
+  
+  
   
   
   
   
+  
+  
   
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: xmlsecurity/source

2020-02-03 Thread Hakan Bakacak (via logerrit)
 xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx |9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

New commits:
commit 7edce6c3a5df7787a4bd25e55301d57f300834b8
Author: Hakan Bakacak 
AuthorDate: Mon Jan 27 12:17:24 2020 +0300
Commit: Stephan Bergmann 
CommitDate: Mon Feb 3 15:34:25 2020 +0100

tdf#54938: Adapt supportsService implementations to cppu::supportsService

Change-Id: I4f6defffc7489ae95af3e2758327a26374795969
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87501
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx 
b/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx
index 43f294ba5a10..bed9cbd07213 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx
@@ -29,6 +29,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 
@@ -286,13 +287,7 @@ OUString SAL_CALL 
XMLSignature_MSCryptImpl::getImplementationName() {
 
 /* XServiceInfo */
 sal_Bool SAL_CALL XMLSignature_MSCryptImpl::supportsService( const OUString& 
serviceName) {
-Sequence< OUString > seqServiceNames = getSupportedServiceNames() ;
-const OUString* pArray = seqServiceNames.getConstArray() ;
-for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) {
-if( *( pArray + i ) == serviceName )
-return true ;
-}
-return false ;
+return cppu::supportsService(this, serviceName);
 }
 
 /* XServiceInfo */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: toolkit/source

2020-01-28 Thread Hakan Bakacak (via logerrit)
 toolkit/source/controls/tabpagemodel.cxx |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 7e19348d7e54cf22864f6e14022e28091a576387
Author: Hakan Bakacak 
AuthorDate: Mon Jan 27 15:41:40 2020 +0300
Commit: Muhammet Kara 
CommitDate: Tue Jan 28 21:22:59 2020 +0100

tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor

Change-Id: Ifda9d3a4f05ffa9f611512d5d203e40d67d1c542
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87522
Tested-by: Jenkins
Reviewed-by: Muhammet Kara 

diff --git a/toolkit/source/controls/tabpagemodel.cxx 
b/toolkit/source/controls/tabpagemodel.cxx
index 34849170bd14..8b9ebbc1036b 100644
--- a/toolkit/source/controls/tabpagemodel.cxx
+++ b/toolkit/source/controls/tabpagemodel.cxx
@@ -177,8 +177,7 @@ sal_Bool SAL_CALL 
UnoControlTabPage::supportsService(OUString const & ServiceNam
 
 css::uno::Sequence SAL_CALL 
UnoControlTabPage::getSupportedServiceNames()
 {
-css::uno::Sequence< OUString > aSeq { 
"com.sun.star.awt.tab.UnoControlTabPage" };
-return aSeq;
+return { "com.sun.star.awt.tab.UnoControlTabPage" };
 }
 
 void UnoControlTabPage::dispose()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: hwpfilter/source include/svx

2020-01-27 Thread Hakan Bakacak (via logerrit)
 hwpfilter/source/hstream.hxx  |4 +---
 include/svx/swframeposstrings.hxx |5 ++---
 include/svx/sxcaitm.hxx   |6 ++
 include/svx/tbxcolor.hxx  |7 ++-
 include/svx/xmlsecctrl.hxx|5 +
 5 files changed, 8 insertions(+), 19 deletions(-)

New commits:
commit b29a3b6bac8162ccadc8dcf870bd73b9e1e964a2
Author: Hakan Bakacak 
AuthorDate: Sun Jan 26 12:04:47 2020 +0300
Commit: Muhammet Kara 
CommitDate: Mon Jan 27 10:10:04 2020 +0100

tdf#124176: Use pragma once instead of include guards

Change-Id: I65639e32765ba0804aeb5b5880eca2b5d186485e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87431
Reviewed-by: Muhammet Kara 
Tested-by: Muhammet Kara 

diff --git a/hwpfilter/source/hstream.hxx b/hwpfilter/source/hstream.hxx
index e082e3aefd22..bf0d55442d9d 100644
--- a/hwpfilter/source/hstream.hxx
+++ b/hwpfilter/source/hstream.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_HWPFILTER_SOURCE_HSTREAM_H
-#define INCLUDED_HWPFILTER_SOURCE_HSTREAM_H
+#pragma once
 
 #include 
 
@@ -47,6 +46,5 @@ class HStream
 std::vector seq;
 size_t pos;
 };
-#endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/swframeposstrings.hxx 
b/include/svx/swframeposstrings.hxx
index c0ef3a3520d0..06cbc4028c6b 100644
--- a/include/svx/swframeposstrings.hxx
+++ b/include/svx/swframeposstrings.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef INCLUDED_SVX_SWFRAMEPOSSTRINGS_HXX
-#define INCLUDED_SVX_SWFRAMEPOSSTRINGS_HXX
+
+#pragma once
 
 #include 
 #include 
@@ -78,6 +78,5 @@ public:
 };
 static OUString GetString(StringId eId);
 };
-#endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/sxcaitm.hxx b/include/svx/sxcaitm.hxx
index 50ed46c0c5ce..fc36d007604a 100644
--- a/include/svx/sxcaitm.hxx
+++ b/include/svx/sxcaitm.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef INCLUDED_SVX_SXCAITM_HXX
-#define INCLUDED_SVX_SXCAITM_HXX
+
+#pragma once
 
 #include 
 
@@ -41,6 +41,4 @@ public:
 }
 };
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/tbxcolor.hxx b/include/svx/tbxcolor.hxx
index 739bef3bbc15..b98b0be7b326 100644
--- a/include/svx/tbxcolor.hxx
+++ b/include/svx/tbxcolor.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef INCLUDED_SVX_TBXCOLOR_HXX
-#define INCLUDED_SVX_TBXCOLOR_HXX
+
+#pragma once
 
 #include 
 #include 
@@ -52,7 +52,4 @@ namespace svx
 
 }
 
-
-#endif // INCLUDED_SVX_TBXCOLOR_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/xmlsecctrl.hxx b/include/svx/xmlsecctrl.hxx
index 56b58dc2b3ef..5ba255a5ee9c 100644
--- a/include/svx/xmlsecctrl.hxx
+++ b/include/svx/xmlsecctrl.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_SVX_XMLSECCTRL_HXX
-#define INCLUDED_SVX_XMLSECCTRL_HXX
+#pragma once
 
 #include 
 #include 
@@ -44,6 +43,4 @@ public:
 virtual voidCommand( const CommandEvent& rCEvt ) override;
 };
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits