Re: Regarding using Visual Studiom and bugs

2016-12-24 Thread Jan Iversen

> I have two questions related to this flow:
> 1) In easy_hacks when i look for java category bug in following link:
> https://wiki.documentfoundation.org/Development/EasyHacks/by_Required_Skill/Skill_Java
>  
> 
> 
> Under beginner skill nothing mentioned instead of an error. When i open under 
> bugzilla it redirects me file a new bug.

That is because we currently do not have any beginner easyhack in Java. Please 
remark the main language of LO is C++, Java is only used for some tests (which 
are being converted to python) and some UNO Api interface.

There are however a handful of more interesting java bugs which you could look 
at.

> 2)Visual studio is installed in my windows machine and i have build libre 
> office in cywgin. But how i code in visual studio. In other words how i 
> integrate visual office with this build ( my language is java).
Very simple, that is not possible at the moment. we are working on a solution 
(see make gbuildtojson and make vs2013-ide-integration), but that is currently 
incomplete.

You can use visual studio as you editor.

rgds
jan I.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2016-12-24 Thread abdulwd
 sc/source/core/inc/interpre.hxx |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 8987e91843392f225f97150b066b4415bbe525a8
Author: abdulwd 
Date:   Sat Dec 24 22:08:27 2016 +0530

tdf#39674 Translated German to English

Rename variable from fZins to fInterest in 
/home/abdul/libreoffice/sc/source/core/inc/interpre.hxx

Change-Id: Ie4c61d9e13f6b8616f11d43dc40f93ebfced7275
Reviewed-on: https://gerrit.libreoffice.org/32412
Tested-by: Jenkins 
Reviewed-by: jan iversen 

diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index fe860eb..b093fec 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -745,7 +745,7 @@ void ScIRR();
 void ScMIRR();
 void ScISPMT();
 
-static double ScGetBw(double fZins, double fZzr, double fRmz,
+static double ScGetBw(double fInterest, double fZzr, double fRmz,
   double fZw, bool bPayInAdvance);
 void ScPV();
 void ScSYD();
@@ -758,18 +758,18 @@ static double ScInterVDB(double fWert,double fRest,double 
fDauer,double fDauer1,
 void ScVDB();
 void ScPDuration();
 void ScSLN();
-static double ScGetRmz(double fZins, double fZzr, double fBw,
+static double ScGetRmz(double fInterest, double fZzr, double fBw,
double fZw, bool bPayInAdvance);
 void ScPMT();
 void ScRRI();
-static double ScGetZw(double fZins, double fZzr, double fRmz,
+static double ScGetZw(double fInterest, double fZzr, double fRmz,
   double fBw, bool bFlag);
 void ScFV();
 void ScNper();
 static bool RateIteration(double fNper, double fPayment, double fPv,
 double fFv, bool bPayType, double& fGuess);
 void ScRate();
-double ScGetCompoundInterest(double fZins, double fZr, double fZzr, double fBw,
+double ScGetCompoundInterest(double fInterest, double fZr, double fZzr, double 
fBw,
  double fZw, bool bPayInAdvance, double& fRmz);
 void ScIpmt();
 void ScPpmt();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: jvmfwk/inc jvmfwk/source

2016-12-24 Thread tamsil1amani3
 jvmfwk/inc/elements.hxx |  347 
 jvmfwk/inc/fwkutil.hxx  |   97 
 jvmfwk/inc/vendorplugin.hxx |2 
 jvmfwk/source/elements.hxx  |  347 
 jvmfwk/source/fwkutil.hxx   |   97 
 5 files changed, 445 insertions(+), 445 deletions(-)

New commits:
commit 7a07610588893a2061eaafead36cdd8eabb2b52b
Author: tamsil1amani3 
Date:   Sun Dec 25 03:55:01 2016 +0530

tdf#95416 Fix include file

Moved elements.hxx and fwkutil.hxx to jvmfwk/inc and changed the #include 
line in vendorplugin.hxx

Change-Id: Ida7395e952c482af92c0561a7756be7cd0578b9f
Reviewed-on: https://gerrit.libreoffice.org/32415
Tested-by: Jenkins 
Reviewed-by: jan iversen 

diff --git a/jvmfwk/source/elements.hxx b/jvmfwk/inc/elements.hxx
similarity index 100%
rename from jvmfwk/source/elements.hxx
rename to jvmfwk/inc/elements.hxx
diff --git a/jvmfwk/source/fwkutil.hxx b/jvmfwk/inc/fwkutil.hxx
similarity index 100%
rename from jvmfwk/source/fwkutil.hxx
rename to jvmfwk/inc/fwkutil.hxx
diff --git a/jvmfwk/inc/vendorplugin.hxx b/jvmfwk/inc/vendorplugin.hxx
index 8df13b1..c9a2ccb 100644
--- a/jvmfwk/inc/vendorplugin.hxx
+++ b/jvmfwk/inc/vendorplugin.hxx
@@ -27,7 +27,7 @@
 #include "jni.h"
 #include 
 #include 
-#include "../source/elements.hxx"
+#include "elements.hxx"
 #include 
 
 /**
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-12-24 Thread tamsil1amani3
 sc/source/core/opencl/op_financial.cxx |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 452b8334e60082c113809f90fd59967ac9c471a2
Author: tamsil1amani3 
Date:   Sun Dec 25 03:44:28 2016 +0530

tdf#39674 Converted terms from German to English

Renamed variable fSchaetwert -> fEstimated

Change-Id: Ia02c5c58149191286ec7dda2ad4ac2032aa4124a
Reviewed-on: https://gerrit.libreoffice.org/32414
Tested-by: Jenkins 
Reviewed-by: jan iversen 

diff --git a/sc/source/core/opencl/op_financial.cxx 
b/sc/source/core/opencl/op_financial.cxx
index fce903e..a10f094 100644
--- a/sc/source/core/opencl/op_financial.cxx
+++ b/sc/source/core/opencl/op_financial.cxx
@@ -929,7 +929,7 @@ void IRR::GenSlidingWindowFunction(std::stringstream &ss,
 ss << "int gid0 = get_global_id(0);\n";
 FormulaToken* pSur = vSubArguments[1]->GetFormulaToken();
 assert(pSur);
-ss << "double fSchaetzwert = ";
+ss << "double fEstimated = ";
 ss << vSubArguments[1]->GenSlidingWindowDeclRef() << ";\n";
 ss << "double fEps = 1.0;\n";
 ss << "double x = 0.0, xNeu = 0.0, fZaehler = 0.0, fNenner = 0.0;\n";
@@ -939,18 +939,18 @@ void IRR::GenSlidingWindowFunction(std::stringstream &ss,
 const formula::SingleVectorRefToken* pSVR =
 static_cast< const formula::SingleVectorRefToken* >(pSur);
 ss << "if (gid0 >= " << pSVR->GetArrayLength() << ")\n";
-ss << "fSchaetzwert = 0.1;\n";
-ss << "if (isnan(fSchaetzwert))\n";
+ss << "fEstimated = 0.1;\n";
+ss << "if (isnan(fEstimated))\n";
 ss << "x = 0.1;\n";
 ss << "else\n";
 }
 else if (pSur->GetType() == formula::svDouble)
 {
-ss << "if (isnan(fSchaetzwert))\n";
+ss << "if (isnan(fEstimated))\n";
 ss << "x = 0.1;\n";
 ss << "else\n";
 }
-ss << "x = fSchaetzwert;\n";
+ss << "x = fEstimated;\n";
 ss << "unsigned short nItCount = 0;\n";
 ss << "while (fEps > Epsilon && nItCount < 20){\n";
 ss << "nCount = 0.0; fZaehler = 0.0;  fNenner = 0.0;\n";
@@ -1061,7 +1061,7 @@ void IRR::GenSlidingWindowFunction(std::stringstream &ss,
 ss << "fEps = fabs(xNeu - x);\n";
 ss << "x = xNeu;\n";
 ss << "nItCount++;\n}\n";
-ss << "if (fSchaetzwert == 0.0 && fabs(x) < Epsilon)\n";
+ss << "if (fEstimated == 0.0 && fabs(x) < Epsilon)\n";
 ss << "x = 0.0;\n";
 ss << "if (fEps < Epsilon)\n";
 ss << "return x;\n";
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-12-24 Thread tamsil1amani3
 extras/source/wordbook/technical.dic |   29 +
 1 file changed, 29 insertions(+)

New commits:
commit 10ef8042eb6c5ae75ea78688eb4289c74835d308
Author: tamsil1amani3 
Date:   Thu Dec 22 21:51:25 2016 +0530

tdf#87605 Update technical dictionary

Added new technical terms in extras/source/wordbook/technical.dic

Change-Id: I3144c959b04335e69cd3ad9780b6cc11eb0ab0d9
Reviewed-on: https://gerrit.libreoffice.org/32347
Tested-by: Jenkins 
Reviewed-by: jan iversen 

diff --git a/extras/source/wordbook/technical.dic 
b/extras/source/wordbook/technical.dic
index e23c107..538138a 100644
--- a/extras/source/wordbook/technical.dic
+++ b/extras/source/wordbook/technical.dic
@@ -7,10 +7,12 @@ Acer
 Acrobat
 Add-in
 Adobe
+ADSL
 Advanced
 AIX=
 Amiga=
 AMD
+Analogue
 Android
 ANSI
 AppArmor
@@ -28,9 +30,13 @@ Base24=
 BeOS=
 Bing
 Bitcoin
+Bluetooth
+Boolean
 BorderManager
+Browser
 BSD=
 CADView=
+Cache
 Calc=
 Canon
 Canonical
@@ -47,6 +53,9 @@ ConsoleOne
 ConText=
 COREid=
 Corporation
+Cyber
+Cybercrime
+Cybersecurity
 dBase
 Debian
 debootstrap
@@ -56,6 +65,7 @@ DocLink
 Docuflex=
 Documaker=
 Document
+Domain
 dpkg
 Draw=
 eDirectory
@@ -70,12 +80,14 @@ Facebook
 Fedora=
 Firebird
 Firefox
+Firewall
 FLAC
 Flash
 Foundation
 Foxconn
 FreeBSD
 Fujitsu
+Gateway
 gcc
 gcj
 GHz
@@ -102,8 +114,11 @@ iFolder
 iManager
 Impress=
 Intel
+Internet
+Intranet
 iOS
 iPrint
+ISP
 JavaScript
 Jessie
 JPEG
@@ -111,6 +126,7 @@ KDE
 Kerberos
 kHz
 Kubuntu
+LAN
 Launchpad
 LDAP
 Lenny
@@ -121,15 +137,18 @@ Lucid
 Lynx
 Macintosh=
 Malone
+Malware
 ManageWise
 MasterCard
 Math=
 Maverick
 Meerkat
+Megabyte
 MHz
 Micro
 Microsoft=
 MicroStrategy=
+Modem
 Mono
 Motorola
 Mozilla
@@ -148,6 +167,7 @@ NRadius
 ODBC
 Ogg
 OnDemand
+Online
 OpenBSD
 OpenDocument=
 OpenOffice.org=
@@ -161,15 +181,20 @@ Oracle=
 Panasonic
 Pangolin
 PayPal
+PDF
 PeopleSoft=
+Phishing
 Plug-in
 PNG
 PolyServe
 POP3
 PostgreSQL
 Precise
+Processor
+Programming
 PPPoE
 Quanta
+Resolution
 RHEL=
 Rosetta
 RosettaNet=
@@ -217,8 +242,10 @@ Ubuntu
 uname
 Unicorn
 Unity
+Unzip
 Utopic
 URL
+Virus
 Visa
 VoIP=
 Vorbis
@@ -231,6 +258,7 @@ WiMAX
 Windows
 Woody
 WorkPlace
+WPA
 Writer=
 WYSIWYG
 Xen
@@ -241,6 +269,7 @@ Xubuntu
 Yahoo
 YouTube
 ZENworks
+Zip
 α
 β
 γ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - icc/source

2016-12-24 Thread Pedro Giffuni
 icc/source/create_sRGB_profile/create_sRGB_profile.cpp |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4cc5be334bcb1552c8eacc39a76f17087effcde9
Author: Pedro Giffuni 
Date:   Sun Dec 25 02:32:14 2016 +

Fix extra spaces.

diff --git a/icc/source/create_sRGB_profile/create_sRGB_profile.cpp 
b/icc/source/create_sRGB_profile/create_sRGB_profile.cpp
index 7359f6d..65329fa 100644
--- a/icc/source/create_sRGB_profile/create_sRGB_profile.cpp
+++ b/icc/source/create_sRGB_profile/create_sRGB_profile.cpp
@@ -121,7 +121,7 @@ const char * const TheHeader2[] =
 " * regarding copyright ownership.  The ASF licenses this file",
 " * to you under the Apache License, Version 2.0 (the",
 " * \"License\"); you may not use this file except in compliance",
-" *  with the License.  You may obtain a copy of the License at",
+" * with the License.  You may obtain a copy of the License at",
 " *",
 " *   http://www.apache.org/licenses/LICENSE-2.0";,
 " *",
@@ -129,8 +129,8 @@ const char * const TheHeader2[] =
 " * software distributed under the License is distributed on an",
 " * \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY",
 " * KIND, either express or implied.  See the License for the",
-" *  specific language governing permissions and limitations",
-" *  under the License.",
+" * specific language governing permissions and limitations",
+" * under the License.",
 " 
/",
 "",
 "#ifndef INCLUDED_ICC_SRGB_IEC61966_2_1_H",
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Regarding using Visual Studiom and bugs

2016-12-24 Thread Nikhil Kumar vats
Hello,
I have successfully build Libre Office in windows using lode. I have
prerequisites Visual Studio 2013 community (update 5) and java 1.8 32bit. I
also registered for gerrit as mentioned. Now, As mentioned there i need to
look for easy_hacks bugs and start working on that bug by assigning myself
to bugzilla with bug i am working on and than change its status to resolved
if bug is fix.

I have two questions related to this flow:
1) In easy_hacks when i look for java category bug in following link:
https://wiki.documentfoundation.org/Development/EasyHacks/by_Required_Skill/Skill_Java

Under beginner skill nothing mentioned instead of an error. When i open
under bugzilla it redirects me file a new bug.
My language is Java what will be workflow for me as beginner?
2)Visual studio is installed in my windows machine and i have build libre
office in cywgin. But how i code in visual studio. In other words how i
integrate visual office with this build ( my language is java).

Thanks.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 6 commits - fpicker/Library_fps.mk fpicker/WinResTarget_fpicker.mk icc/source jurt/com LICENSE NOTICE postprocess/packconfig README sal/inc sal/rtl

2016-12-24 Thread Damjan Jovanovic
 LICENSE|2 
 NOTICE |2 
 README |2 
 fpicker/Library_fps.mk |2 
 fpicker/WinResTarget_fpicker.mk|6 +-
 icc/source/create_sRGB_profile/create_sRGB_profile.cpp |   38 -
 jurt/com/sun/star/comp/loader/JavaLoader.java  |2 
 jurt/com/sun/star/comp/urlresolver/UrlResolver.java|2 
 postprocess/packconfig/packconfig.pl   |2 
 sal/inc/rtl/cipher.h   |2 
 sal/inc/rtl/crc.h  |2 
 sal/inc/rtl/digest.h   |2 
 sal/inc/rtl/random.h   |2 
 sal/rtl/source/cipher.c|2 
 sal/rtl/source/crc.c   |2 
 sal/rtl/source/digest.c|2 
 sal/rtl/source/random.c|2 
 solenv/bin/build.pl|2 
 solenv/bin/deliver.pl  |2 
 solenv/bin/packimages.pl   |2 
 solenv/bin/zipdep.pl   |2 
 solenv/inc/libs.mk |2 
 store/inc/store/store.h|2 
 store/inc/store/types.h|2 
 store/source/storbase.hxx  |2 
 store/source/storcach.hxx  |2 
 store/source/storlckb.hxx  |2 
 store/source/storpage.hxx  |2 
 store/source/stortree.hxx  |2 
 store/workben/t_store.cxx  |2 
 30 files changed, 55 insertions(+), 45 deletions(-)

New commits:
commit 13f4a1ab1e1311a039ad5e6062e68dc9f7f560b2
Author: Damjan Jovanovic 
Date:   Sat Dec 24 16:48:58 2016 +

Fix a serious fpicker regression on Windows, where

the "open file" button / menu option does nothing,
caused by the resouce file not getting linked to
fps.dll after the port to gbuild. Also use "fps"
instead of "fpicker" in the WinResTarget file, since
it has to match the library name, not the module
name.

Patch by: me

diff --git a/fpicker/Library_fps.mk b/fpicker/Library_fps.mk
index d09a3a0..045c68f 100644
--- a/fpicker/Library_fps.mk
+++ b/fpicker/Library_fps.mk
@@ -103,4 +103,6 @@ $(eval $(call gb_Library_add_cxxobjects,fps,\
 ))
 endif
 
+$(eval $(call gb_Library_add_nativeres,fps,src))
+
 # vim: set noet sw=4 ts=4:
diff --git a/fpicker/WinResTarget_fpicker.mk b/fpicker/WinResTarget_fpicker.mk
index e3aff40..1954609 100644
--- a/fpicker/WinResTarget_fpicker.mk
+++ b/fpicker/WinResTarget_fpicker.mk
@@ -21,13 +21,13 @@
 
 
 
-$(eval $(call gb_WinResTarget_WinResTarget,fpicker/src))
+$(eval $(call gb_WinResTarget_WinResTarget,fps/src))
 
-$(eval $(call gb_WinResTarget_set_include,fpicker/src,\
+$(eval $(call gb_WinResTarget_set_include,fps/src,\
 $$(INCLUDE) \
 -I$(SRCDIR)/fpicker/inc \
 ))
 
-$(eval $(call gb_WinResTarget_add_file,fpicker/src,\
+$(eval $(call gb_WinResTarget_add_file,fps/src,\
fpicker/source/win32/filepicker/Fps \
 ))
commit e57236a1d3a5ecdf047187c6bc061e24b598d2fe
Author: Pedro Giffuni 
Date:   Sat Dec 24 16:19:20 2016 +

More use of the Date svn keyword.

This was also missed in r1775849.
commit 4886cbf5943e21b63ae0b7e20b312eed599b68c5
Author: Pedro Giffuni 
Date:   Sat Dec 24 16:11:32 2016 +

More use of the Date svn keyword.

These were missed in r1775849.

diff --git a/jurt/com/sun/star/comp/loader/JavaLoader.java 
b/jurt/com/sun/star/comp/loader/JavaLoader.java
index 21ff1d4..67c2e78 100644
--- a/jurt/com/sun/star/comp/loader/JavaLoader.java
+++ b/jurt/com/sun/star/comp/loader/JavaLoader.java
@@ -58,7 +58,7 @@ import com.sun.star.uno.AnyConverter;
  * service. Therefor the JavaLoader activates external UNO 
components which are implemented in Java.
  * The loader is used by the ServiceManger.
  * 
- * @version $Revision: 1.16 $ $ $Date: 2008-04-11 11:10:31 $
+ * @version $Revision: 1.16 $ $ $Date$
  * @author  Markus Herzog
  * @see com.sun.star.loader.XImplementationLoader
  * @see com.sun.star.loader.Java
diff --git a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java 
b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java
index 7e6ae08..a80ef46 100644
--- a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java
+++ b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java
@@ -47,7 +47,7 @@ import com.sun.star.uno.UnoRuntime;
 /**
  * This component gives a factory for an UnoUrlResolver service.
  * 
- * @version $Revision: 1.6 $ $ $Date: 2008-04-11 11:12:25 $
+ * @version $

CppCheck Report Update

2016-12-24 Thread cppcheck.libreoff...@gmail.com

A new cppcheck report is available at : 
http://dev-builds.libreoffice.org/cppcheck_reports/master/


Note:
The script generating this report was run at :
2016-25-12_02:25:18 with user buildslave at host vm140 as 
/home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s 
/home/buildslave/source/libo-core -c /home/buildslave/source/cppcheck -w 
/home/buildslave/tmp/www

It can be found and improved here:

https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=cppcheck/cppcheck-report.sh


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: cui/uiconfig

2016-12-24 Thread Khaled Hosny
 cui/uiconfig/ui/optlanguagespage.ui |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 466e59d015826c0b60b1e4d3811192c39f9d191d
Author: Khaled Hosny 
Date:   Thu Dec 22 17:14:04 2016 +0200

Remove another user-visible “CTL”

What is the point of the acronym right after the expanded text? It is
not like the UI is an article in some scientific journal.

Change-Id: I3abcfb3fa8431e6c5b17309bf8b1677ca97eaedf
Reviewed-on: https://gerrit.libreoffice.org/32346
Tested-by: Jenkins 
Reviewed-by: Khaled Hosny 

diff --git a/cui/uiconfig/ui/optlanguagespage.ui 
b/cui/uiconfig/ui/optlanguagespage.ui
index 266840b..f642c47 100644
--- a/cui/uiconfig/ui/optlanguagespage.ui
+++ b/cui/uiconfig/ui/optlanguagespage.ui
@@ -259,7 +259,7 @@
 
 
   
-Complex _text 
layout (CTL):
+Complex _text 
layout:
 True
 True
 False
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-12-24 Thread Khaled Hosny
 vcl/source/font/PhysicalFontCollection.cxx |   35 ++---
 1 file changed, 32 insertions(+), 3 deletions(-)

New commits:
commit f16d17df9d33ad96d053abe2d9212b0c2850c19f
Author: Khaled Hosny 
Date:   Wed Dec 21 20:16:14 2016 +0200

Make sure we use bundled metric-compatible fonts

We were relying on FontConfig knowing about these replacements, but this
does not work on Mac and might not even work on Linux if FontConfig is
not configured to know these replacements. Since we bundle these fonts,
we better making sure they end up being used.

Change-Id: I26e72e8d1e5c902132e1260791e20017a92a5475
Reviewed-on: https://gerrit.libreoffice.org/32299
Tested-by: Jenkins 
Reviewed-by: Khaled Hosny 

diff --git a/vcl/source/font/PhysicalFontCollection.cxx 
b/vcl/source/font/PhysicalFontCollection.cxx
index 3a7da59..f0249c0 100644
--- a/vcl/source/font/PhysicalFontCollection.cxx
+++ b/vcl/source/font/PhysicalFontCollection.cxx
@@ -17,6 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include 
+
 #include 
 #include 
 #include 
@@ -968,6 +970,33 @@ ImplDeviceFontSizeList* 
PhysicalFontCollection::GetDeviceFontSizeList( const OUS
 return pDeviceFontSizeList;
 }
 
+// These are the metric-compatible replacement fonts that are bundled with
+// LibreOffice, we prefer them over generic substitutions that might be
+// provided by the system.
+static const std::map aMetricCompatibleMap =
+{
+{ "Times New Roman", "Liberation Serif" },
+{ "Arial",   "Liberation Sans" },
+{ "Arial Narrow","Liberation Sans Narrow" },
+{ "Courier New", "Liberation Mono" },
+{ "Cambria", "Caladea" },
+{ "Calibri", "Carlito" },
+};
+
+static bool FindMetricCompatibleFont(FontSelectPattern& rFontSelData)
+{
+for (const auto& aSub : aMetricCompatibleMap)
+{
+if (rFontSelData.maSearchName == GetEnglishSearchFontName(aSub.first))
+{
+rFontSelData.maSearchName = aSub.second;
+return true;
+}
+}
+
+return false;
+}
+
 PhysicalFontFamily* PhysicalFontCollection::FindFontFamily( FontSelectPattern& 
rFSD ) const
 {
 // give up if no fonts are available
@@ -1053,10 +1082,10 @@ PhysicalFontFamily* 
PhysicalFontCollection::FindFontFamily( FontSelectPattern& r
 return pFoundData;
 }
 
-if( mpPreMatchHook )
+if (FindMetricCompatibleFont(rFSD) ||
+(mpPreMatchHook && mpPreMatchHook->FindFontSubstitute(rFSD)))
 {
-if( mpPreMatchHook->FindFontSubstitute( rFSD ) )
-aSearchName = GetEnglishSearchFontName( aSearchName );
+aSearchName = GetEnglishSearchFontName(aSearchName);
 }
 
 // the prematch hook uses the target name to search, but we now need
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-12-24 Thread Bjoern Michaelsen
 sw/source/core/draw/dcontact.cxx |  105 ---
 1 file changed, 54 insertions(+), 51 deletions(-)

New commits:
commit 85a621be87c88d8c317eb0fa296ae64f2b3253a5
Author: Bjoern Michaelsen 
Date:   Sat Dec 24 03:56:46 2016 +0100

move handling of pWW8AnchorConvHint from SwDrawContact to SwContact

... as the old code did not limit itself to SwDrawContacts either

(possibly fixing regressions from d2be1f90faa64cbbfe789eb62370555eb5400ae3)

Change-Id: Ia821a025979d7eb2b5e244802c708a42ab1256ed
Reviewed-on: https://gerrit.libreoffice.org/32393
Reviewed-by: Björn Michaelsen 
Tested-by: Björn Michaelsen 

diff --git a/sw/source/core/draw/dcontact.cxx b/sw/source/core/draw/dcontact.cxx
index d014583..86bae3e 100644
--- a/sw/source/core/draw/dcontact.cxx
+++ b/sw/source/core/draw/dcontact.cxx
@@ -378,7 +378,32 @@ sal_uInt32 SwContact::GetMaxOrdNum() const
 return nMaxOrdNum;
 }
 
-void SwContact::SwClientNotify(const SwModify&, const SfxHint& rHint)
+namespace
+{
+Point lcl_GetWW8Pos(SwAnchoredObject* pAnchoredObj, const bool 
bFollowTextFlow, sw::WW8AnchorConv& reConv)
+{
+switch(reConv)
+{
+case sw::WW8AnchorConv::CONV2PG:
+{
+bool bRelToTableCell(false);
+Point aPos(pAnchoredObj->GetRelPosToPageFrame(bFollowTextFlow, 
bRelToTableCell));
+if(bRelToTableCell)
+reConv = sw::WW8AnchorConv::RELTOTABLECELL;
+return aPos;
+}
+case sw::WW8AnchorConv::CONV2COL_OR_PARA:
+return pAnchoredObj->GetRelPosToAnchorFrame();
+case sw::WW8AnchorConv::CONV2CHAR:
+return pAnchoredObj->GetRelPosToChar();
+case sw::WW8AnchorConv::CONV2LINE:
+return pAnchoredObj->GetRelPosToLine();
+default: ;
+}
+return Point();
+}
+}
+void SwContact::SwClientNotify(const SwModify& rMod, const SfxHint& rHint)
 {
 // this does not call SwClient::SwClientNotify and thus doesnt handle 
RES_OBJECTDYING as usual. Is this intentional?
 if (auto pFindSdrObjectHint = dynamic_cast(&rHint))
@@ -386,6 +411,34 @@ void SwContact::SwClientNotify(const SwModify&, const 
SfxHint& rHint)
 if(!*pFindSdrObjectHint->m_ppObject)
 *pFindSdrObjectHint->m_ppObject = GetMaster();
 }
+else if (auto pWW8AnchorConvHint = dynamic_cast(&rHint))
+{
+// determine anchored object
+SwAnchoredObject* pAnchoredObj(nullptr);
+{
+std::list aAnchoredObjs;
+GetAnchoredObjs(aAnchoredObjs);
+if(!aAnchoredObjs.empty())
+pAnchoredObj = aAnchoredObjs.front();
+}
+// no anchored object found. Thus, the needed layout information can't
+// be determined. --> no conversion
+if(!pAnchoredObj)
+return;
+// no conversion for anchored drawing object, which aren't attached to 
an
+// anchor frame.
+// This is the case for drawing objects, which are anchored inside a 
page
+// header/footer of an *unused* page style.
+if(dynamic_cast(pAnchoredObj) && 
!pAnchoredObj->GetAnchorFrame())
+return;
+const bool bFollowTextFlow = static_cast(rMod).GetFollowTextFlow().GetValue();
+sw::WW8AnchorConvResult& rResult(pWW8AnchorConvHint->m_rResult);
+// No distinction between layout directions, because of missing
+// information about WW8 in vertical layout.
+rResult.m_aPos.setX(lcl_GetWW8Pos(pAnchoredObj, bFollowTextFlow, 
rResult.m_eHoriConv).getX());
+rResult.m_aPos.setY(lcl_GetWW8Pos(pAnchoredObj, bFollowTextFlow, 
rResult.m_eVertConv).getY());
+rResult.m_bConverted = true;
+}
 }
 
 
@@ -1363,28 +1416,6 @@ namespace
 }
 return pAnchorFormat;
 }
-Point lcl_GetWW8Pos(SwAnchoredObject* pAnchoredObj, const bool 
bFollowTextFlow, sw::WW8AnchorConv& reConv)
-{
-switch(reConv)
-{
-case sw::WW8AnchorConv::CONV2PG:
-{
-bool bRelToTableCell(false);
-Point aPos(pAnchoredObj->GetRelPosToPageFrame(bFollowTextFlow, 
bRelToTableCell));
-if(bRelToTableCell)
-reConv = sw::WW8AnchorConv::RELTOTABLECELL;
-return aPos;
-}
-case sw::WW8AnchorConv::CONV2COL_OR_PARA:
-return pAnchoredObj->GetRelPosToAnchorFrame();
-case sw::WW8AnchorConv::CONV2CHAR:
-return pAnchoredObj->GetRelPosToChar();
-case sw::WW8AnchorConv::CONV2LINE:
-return pAnchoredObj->GetRelPosToLine();
-default: ;
-}
-return Point();
-}
 }
 
 void SwDrawContact::SwClientNotify(const SwModify& rMod, const SfxHint& rHint)
@@ -1541,34 +1572,6 @@ void SwDrawContact::SwClientNotify(const SwModify& rMod, 
co

[Libreoffice-commits] help.git: Branch 'libreoffice-5-3' - source/text

2016-12-24 Thread Gabor Kelemen
 source/text/swriter/01/0211.xhp |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5c13fe68ccf598df28e7e7e7b8fb52d36cd55501
Author: Gabor Kelemen 
Date:   Thu Dec 15 20:42:24 2016 +0100

tdf#88414 Connect the Navigator side pane to help

Change-Id: I41c51f34939dc2ddd7e96c6a0c1bfb4d7b3e03d9
Reviewed-on: https://gerrit.libreoffice.org/32061
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
Reviewed-on: https://gerrit.libreoffice.org/32315

diff --git a/source/text/swriter/01/0211.xhp 
b/source/text/swriter/01/0211.xhp
index c452b7e..78615bd 100644
--- a/source/text/swriter/01/0211.xhp
+++ b/source/text/swriter/01/0211.xhp
@@ -29,6 +29,7 @@
 
 
 
+
 Navigator
 Shows or hides the Navigator window, where you can 
quickly jump to different parts of your document. Navigator is also available 
as a deck of the Sidebar. You can also use the Navigator to insert elements 
from the current document or other open documents, and to organize master 
documents. To edit an item in the Navigator, right-click the item, and 
then choose a command from the context menu. If you want, you can dock the 
Navigator at the edge of your workspace.
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - helpcontent2

2016-12-24 Thread Gabor Kelemen
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit facadb4322e5406c85a3e6facab5ebf681dc2ca2
Author: Gabor Kelemen 
Date:   Thu Dec 15 20:42:24 2016 +0100

Updated core
Project: help  5c13fe68ccf598df28e7e7e7b8fb52d36cd55501

tdf#88414 Connect the Navigator side pane to help

Change-Id: I41c51f34939dc2ddd7e96c6a0c1bfb4d7b3e03d9
Reviewed-on: https://gerrit.libreoffice.org/32061
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
Reviewed-on: https://gerrit.libreoffice.org/32315

diff --git a/helpcontent2 b/helpcontent2
index b7da652..5c13fe6 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit b7da65258ab0875f5db91d3dd0fecf11ccf3fd42
+Subproject commit 5c13fe68ccf598df28e7e7e7b8fb52d36cd55501
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-3' - 5 commits - source/text to-wiki/getalltitles.py to-wiki/wikiconv2.py

2016-12-24 Thread Gabor Kelemen
 source/text/shared/optionen/01030300.xhp |   19 --
 source/text/swriter/01/05030800.xhp  |   85 ++---
 source/text/swriter/01/05040600.xhp  |   90 +--
 to-wiki/getalltitles.py  |6 +-
 to-wiki/wikiconv2.py |6 ++
 5 files changed, 114 insertions(+), 92 deletions(-)

New commits:
commit b7da65258ab0875f5db91d3dd0fecf11ccf3fd42
Author: Gabor Kelemen 
Date:   Wed Dec 14 23:01:27 2016 +0100

tdf#76488 (partial) Update footnote properties page

Document changes and reconnect with the UI

Change-Id: Ia426309a89773ff7ffaa8ba7e3c6157fea3b6282
Reviewed-on: https://gerrit.libreoffice.org/32022
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
Reviewed-on: https://gerrit.libreoffice.org/32314

diff --git a/source/text/swriter/01/05040600.xhp 
b/source/text/swriter/01/05040600.xhp
index ae3f068..95d8572 100644
--- a/source/text/swriter/01/05040600.xhp
+++ b/source/text/swriter/01/05040600.xhp
@@ -28,47 +28,57 @@


   
-
-Footnote
- Specifies the layout options 
for footnotes, including the line that separates the footnote from the main 
body of document.
+
+Footnote
+ Specifies the layout 
options for footnotes, including the line that separates the footnote from the 
main body of document.
   
   
  
-  removed a note
-Footnote area
-  Set the height of the footnote area.
-
-Not larger than page area
-  Automatically adjusts 
the height of the footnote area depending on the number of 
footnotes.
-
-Maximum Footnote Height
-  Sets a maximum height for the footnote area. Enable 
this option, then enter the height.
-
-  Enter the 
maximum height for the footnote area.
-
-Distance from text
-  Enter the 
amount of space to leave between the bottom page margin and the first line of 
text in the footnote area.
-  Separator Line
-  Specifies the position and length of the separator line.
-
-Position
-  Select the 
horizontal alignment for the line that separates the main text from the 
footnote area.
-
-Length
-  Enter the 
length of the separator line as a percentage of the page width 
area.
-
-Weight
-  Select the 
formatting style for the separator line. If you do not want a separator line, 
choose "0.0 pt".
-
-Spacing
-  Enter the 
amount of space to leave between the separator line and the first line of the 
footnote area.
-  To specify the spacing between two footnotes, choose Format - Paragraph, and then click the Indents 
& Spacing tab.
-  
+  
+Footnote area
+  Set the 
height of the footnote area.
+
+
+Not 
larger than page area
+  Automatically adjusts 
the height of the footnote area depending on the number of 
footnotes.
+
+
+Maximum 
footnote height
+  Sets a maximum height for 
the footnote area. Enable this option, then enter the 
height.
+
+
+  Enter the maximum height 
for the footnote area.
+
+
+Space 
to text
+  Enter the amount of space 
to leave between the bottom page margin and the first line of text in the 
footnote area.
+
+  Separator Line
+  Specifies the position and other properties of the separator 
line.
+
+Position
+  Select the horizontal 
alignment for the line that separates the main text from the footnote 
area.
+
+
+Style
+  Select the formatting style for 
the separator line. If you do not want a separator line, choose 
"None".
+
+
+Thickness
+  Select the thickness of the 
separator line.
+
+
+Color
+  Select the color of the 
separator line.
+
+
+
+Length
+  Enter the length of the 
separator line as a percentage of the page width area.
+
+
+Spacing 
to footnote contents
+  Enter the amount of 
space to leave between the separator line and the first line of the footnote 
area.
+  To specify the 
spacing between two footnotes, choose Format - 
Paragraph, and then click the Indents & Spacing 
tab.

-
\ No newline at end of file
+
commit f82a8513425645b9c421399467cb84081f2cf7e7
Author: Gabor Kelemen 
Date:   Wed Dec 14 22:06:57 2016 +0100

tdf#100096 Document security option for link blocking

Also fix the nonsensical ahids of that page

Change-Id: Iaa7b190c031e0c925d066d576ec14f4b282ef67c
Reviewed-on: https://gerrit.libreoffice.org/32021
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
Reviewed-on: https://gerrit.libreoffice.org/32313

diff --git a/source/text/shared/optionen/01030300.xhp 
b/source/text/shared/optionen/01030300.xhp
index 747fe87..7a451d4 100644
--- a/source/text/shared/optionen/01030300.xhp
+++ b/source/text/shared/optionen/01030300.xhp
@@ -46,24 +46,29 @@
 The Security options and 
warnings dialog contains the following controls:
 
 When saving or sending
-Select to see a warning dialog when you try 
to save or send a document that contains recorded changes, versions, or 
comments.
+Select to see 
a warning dialog when

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - 5 commits - helpcontent2

2016-12-24 Thread Gabor Kelemen
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e967fc7866bc26c2c28c648d9ab581a6a88a776f
Author: Gabor Kelemen 
Date:   Wed Dec 14 23:01:27 2016 +0100

Updated core
Project: help  b7da65258ab0875f5db91d3dd0fecf11ccf3fd42

tdf#76488 (partial) Update footnote properties page

Document changes and reconnect with the UI

Change-Id: Ia426309a89773ff7ffaa8ba7e3c6157fea3b6282
Reviewed-on: https://gerrit.libreoffice.org/32022
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
Reviewed-on: https://gerrit.libreoffice.org/32314

diff --git a/helpcontent2 b/helpcontent2
index f82a851..b7da652 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit f82a8513425645b9c421399467cb84081f2cf7e7
+Subproject commit b7da65258ab0875f5db91d3dd0fecf11ccf3fd42
commit 73a3dfc5b140c0e336e90debb221ec27c3bebac2
Author: Gabor Kelemen 
Date:   Wed Dec 14 22:06:57 2016 +0100

Updated core
Project: help  f82a8513425645b9c421399467cb84081f2cf7e7

tdf#100096 Document security option for link blocking

Also fix the nonsensical ahids of that page

Change-Id: Iaa7b190c031e0c925d066d576ec14f4b282ef67c
Reviewed-on: https://gerrit.libreoffice.org/32021
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
Reviewed-on: https://gerrit.libreoffice.org/32313

diff --git a/helpcontent2 b/helpcontent2
index 019d305..f82a851 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 019d305ec0f0402d71910a3997ddebaf94df8dd2
+Subproject commit f82a8513425645b9c421399467cb84081f2cf7e7
commit 91ffdda5f531c990e63ef83dadd89d3fc4f5133b
Author: Gabor Kelemen 
Date:   Sun Dec 4 23:29:36 2016 +0100

Updated core
Project: help  019d305ec0f0402d71910a3997ddebaf94df8dd2

tdf#104359 (partial) Handle ol_item and ul_item

This was throwing an exception and not generating a wiki page

Change-Id: Ic7d362cf65507aa8d90335c7f0ff3b5d8ea6fe58
Reviewed-on: https://gerrit.libreoffice.org/31610
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/32312
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 422cd59..019d305 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 422cd594a106151a3142c150ad4fcda75ffad9b2
+Subproject commit 019d305ec0f0402d71910a3997ddebaf94df8dd2
commit 970f465dd8b3e899682bd869819369269e062c42
Author: Gabor Kelemen 
Date:   Thu Dec 8 19:59:10 2016 +0100

Updated core
Project: help  422cd594a106151a3142c150ad4fcda75ffad9b2

tdf#104489 Include the product name in wiki page URL

Change-Id: I39155cf12a7ba178b0fb4e25315bd32156086846
Reviewed-on: https://gerrit.libreoffice.org/31772
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/32311
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 8fbbde6..422cd59 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 8fbbde6f3f3d3282112f8631660ba84f0c07f97b
+Subproject commit 422cd594a106151a3142c150ad4fcda75ffad9b2
commit 12e8ce06a942eba667851fdbf17172620711ab24
Author: Gabor Kelemen 
Date:   Sat Dec 10 22:24:34 2016 +0100

Updated core
Project: help  8fbbde6f3f3d3282112f8631660ba84f0c07f97b

tdf#93299 Reconnect 'Outline and Numbering' page and UI

Update bookmark and ahelp HIDs.
Add a description to the 'Edit Style' button.

Change-Id: I9866c00e62d5ea54881e3c8156ef57db4d998fbc
Reviewed-on: https://gerrit.libreoffice.org/31842
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
Reviewed-on: https://gerrit.libreoffice.org/32310

diff --git a/helpcontent2 b/helpcontent2
index af6e22a..8fbbde6 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit af6e22a489989a42c83a37b333d57540bf366cdf
+Subproject commit 8fbbde6f3f3d3282112f8631660ba84f0c07f97b
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-3' - 3 commits - source/text

2016-12-24 Thread Gabor Kelemen
 source/text/shared/01/0114.xhp|  117 --
 source/text/shared/01/prop_font_embed.xhp |4 -
 source/text/shared/optionen/01010500.xhp  |   90 +--
 3 files changed, 102 insertions(+), 109 deletions(-)

New commits:
commit af6e22a489989a42c83a37b333d57540bf366cdf
Author: Gabor Kelemen 
Date:   Sun Dec 11 12:25:24 2016 +0100

tdf#76488 (partial) Reconnect Printer Setup window and help

Update bookmark and ahelp ids.
Removed sys=WIN marks because these informations are visible
on Linux too (no idea about Mac though).
Add documentation about the Options button.

Change-Id: Ia59119b266b4794655f7236622fc1c5c40b4095c
Reviewed-on: https://gerrit.libreoffice.org/31858
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
Reviewed-on: https://gerrit.libreoffice.org/32309

diff --git a/source/text/shared/01/0114.xhp 
b/source/text/shared/01/0114.xhp
index 80fd8cf..0e6eb55 100644
--- a/source/text/shared/01/0114.xhp
+++ b/source/text/shared/01/0114.xhp
@@ -1,6 +1,5 @@
 
-
-
+
 
-   
-
+-->
+
 
-
-Printer Setup
-/text/shared/01/0114.xhp
-
-
-Sun Microsystems, Inc.
-
+  
+Printer Setup
+/text/shared/01/0114.xhp
+  
 
+
 
+
+
 
-printers; properties
-settings; printers
-properties; printers
-default printer; setting up
-printers; default printer
-page formats; restriction
+
+  printers; properties
+  settings; printers
+  properties; printers
+  default printer; setting up
+  printers; default printer
+  page formats; restriction
 
-
+
 
-
-Printer Settings
-Select the default printer 
for the current document.
-
+
+Printer 
Settings
+Select the default printer 
for the current document. 
 
+
 
-  
+
 
-You might experience a slight delay when you change the default 
printer for a document that contains embedded $[officename] OLE 
objects.
-Printer 
-
-Lists the 
information that applies to the selected printer. 
-
-If the list is empty, you need to install a default printer for 
your operating system. Refer to the online help for your operating system for 
instructions on how to install and setup a default printer.
-
-Name
-Lists the installed 
printers on your operating system. To change the default printer, select a 
printer name from the list.
-Status 
-
-Describes the 
current status of the selected printer. 
-
-Type 
-
-Displays the 
type of printer that you selected. 
-
-Location 
-
-Displays the 
port for the selected printer. 
-
-Comments 
-
-Displays 
additional information for the printer. 
-
-
-Properties
-Changes the 
printer settings of your operating system for the current document.
-
-Ensure that the Landscape or Portrait layout option set in the 
printer properties dialog matches the page format that you set by choosing 
Format - Page.
+You might 
experience a slight delay when you change the default printer for a document 
that contains embedded $[officename] OLE objects.
+
+Printer
+Lists the 
information that applies to the selected printer.
+If the list is 
empty, you need to install a default printer for your operating system. Refer 
to the online help for your operating system for instructions on how to install 
and setup a default printer.
+
+
+Name
+Lists the installed printers on your 
operating system. To change the default printer, select a printer name from the 
list.
+
+Status
+Describes the 
current status of the selected printer.
+
+Type
+Displays the 
type of printer that you selected.
+
+Location
+Displays the 
port for the selected printer.
+
+Comments
+Displays 
additional information for the printer.
+
+
+Properties
+Changes the printer settings of your 
operating system for the current document.
+Ensure that the 
Landscape or Portrait layout option set in the printer properties dialog 
matches the page format that you set by choosing Format - 
Page.
+
+
+Options
+Opens the 
Printer Options dialog where you can override the global printer 
options set on the %PRODUCTNAME - 
PreferencesTools - 
Options
+ - %PRODUCTNAME 
+Writer
+Calc
+Writer/Web
+
+ - Print panel for the current document.
+
+The 
Options button is only available in %PRODUCTNAME Writer and 
Calc.
+
 
+
 
commit 76de84f0a256db661f3a10d6a77644189f456aeb
Author: Gabor Kelemen 
Date:   Sat Dec 10 23:54:18 2016 +0100

tdf#76488 Fix HIDs for Properties - Font tab

test-hid-vs-ui says:
From source/text/shared/01/prop_font_embed.xhp,
referenced items ['DocumentInfoPage'] were not
found inside sfx2/uiconfig/ui/documentfontspage.ui.

Change-Id: I18a64e22b44bc53de96e8db4cb49b7848c743037
Reviewed-on: https://gerrit.libreoffice.org/31845
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
Reviewed-on: https://gerrit.libreoffice.org/32308

diff --git a/source/text/shared/01/prop_font_embed.xhp 
b/source/text/shared/01/prop_font_embed.xhp
index 2daaca9..7ae4905 100644
--- a/source/text/shared/01/prop_font_embed.xhp
+++ b/source/text/shared/

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - 3 commits - helpcontent2

2016-12-24 Thread Gabor Kelemen
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2125490ba54f58bd990c2d35ded72be95cbf37e3
Author: Gabor Kelemen 
Date:   Sun Dec 11 12:25:24 2016 +0100

Updated core
Project: help  af6e22a489989a42c83a37b333d57540bf366cdf

tdf#76488 (partial) Reconnect Printer Setup window and help

Update bookmark and ahelp ids.
Removed sys=WIN marks because these informations are visible
on Linux too (no idea about Mac though).
Add documentation about the Options button.

Change-Id: Ia59119b266b4794655f7236622fc1c5c40b4095c
Reviewed-on: https://gerrit.libreoffice.org/31858
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
Reviewed-on: https://gerrit.libreoffice.org/32309

diff --git a/helpcontent2 b/helpcontent2
index 76de84f..af6e22a 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 76de84f0a256db661f3a10d6a77644189f456aeb
+Subproject commit af6e22a489989a42c83a37b333d57540bf366cdf
commit 16b75994dcf01107812266e9e39ad1a9d713f565
Author: Gabor Kelemen 
Date:   Sat Dec 10 23:54:18 2016 +0100

Updated core
Project: help  76de84f0a256db661f3a10d6a77644189f456aeb

tdf#76488 Fix HIDs for Properties - Font tab

test-hid-vs-ui says:
From source/text/shared/01/prop_font_embed.xhp,
referenced items ['DocumentInfoPage'] were not
found inside sfx2/uiconfig/ui/documentfontspage.ui.

Change-Id: I18a64e22b44bc53de96e8db4cb49b7848c743037
Reviewed-on: https://gerrit.libreoffice.org/31845
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
Reviewed-on: https://gerrit.libreoffice.org/32308

diff --git a/helpcontent2 b/helpcontent2
index fbcfea6..76de84f 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit fbcfea666d6af3d158cd5281ddcd7d93703e5634
+Subproject commit 76de84f0a256db661f3a10d6a77644189f456aeb
commit 7ffe4c9db4edaebc938b4f50a0ab0fe9f660940c
Author: Gabor Kelemen 
Date:   Mon Nov 7 09:06:54 2016 +0100

Updated core
Project: help  fbcfea666d6af3d158cd5281ddcd7d93703e5634

tdf#103527 Update Area -> Color page

After the redesign of this summer.
TODO: Describe UI items under the Active column.
I don't really get the function of these.

Change-Id: Ie1f5f37b0d98b50bb79e4f4f84371a380f4c936e
Reviewed-on: https://gerrit.libreoffice.org/31611
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 
Reviewed-on: https://gerrit.libreoffice.org/32307

diff --git a/helpcontent2 b/helpcontent2
index 270cff6..fbcfea6 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 270cff6cb7a0e6f7b796dea8a4090f241465813d
+Subproject commit fbcfea666d6af3d158cd5281ddcd7d93703e5634
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-3' - 4 commits - source/text

2016-12-24 Thread Gabor Kelemen
 source/text/smath/00/0004.xhp|  126 ++-
 source/text/smath/01/03091501.xhp|2 
 source/text/smath/01/03091502.xhp|2 
 source/text/smath/01/03091503.xhp|2 
 source/text/smath/01/03091504.xhp|2 
 source/text/smath/01/03091505.xhp|2 
 source/text/smath/01/03091506.xhp|2 
 source/text/smath/01/03091507.xhp|2 
 source/text/smath/01/03091508.xhp|2 
 source/text/smath/01/03091509.xhp|2 
 source/text/smath/guide/keyboard.xhp |6 -
 source/text/smath/guide/limits.xhp   |   10 +-
 source/text/smath/main0103.xhp   |2 
 source/text/smath/main0503.xhp   |2 
 14 files changed, 28 insertions(+), 136 deletions(-)

New commits:
commit 270cff6cb7a0e6f7b796dea8a4090f241465813d
Author: Gabor Kelemen 
Date:   Tue Nov 29 22:09:26 2016 +0100

tdf#98608 (partial) Elements window is gone

Now we have a side pane with a listbox and no icons to select categories

Change-Id: Icee8308583acd943083178103c9d5e74420a7e74
Reviewed-on: https://gerrit.libreoffice.org/31402
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/32306
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/source/text/smath/00/0004.xhp 
b/source/text/smath/00/0004.xhp
index 1177f07..bb3406b 100644
--- a/source/text/smath/00/0004.xhp
+++ b/source/text/smath/00/0004.xhp
@@ -150,138 +150,42 @@
 
 Open the context menu in the Commands window - choose 
Unary/Binary Operators
 
-Choose View - Elements - in the Elements window, 
click
-
-
-
-
-Icon
-   
-
-
-Unary/Binary Operators
-
-
-
+Choose 
View - Elements; then on the Elements pane select 
Unary/Binary Operators from the listbox.
 
 
 Open the context menu in the Commands window - choose 
Relations
 
-Choose View - Elements - in the Elements window, 
click
-
-
-
-
-Icon
-   
-
-
-Relations
-
-
-
+Choose 
View - Elements; then on the Elements pane select 
Relations from the listbox.
 
 
 Open the context menu in the Commands window - choose 
Operators
 
-Choose View - Elements - in the Elements window, 
click
-
-
-
-
-Icon
-   
-
-
-Operators
-
-
-
+Choose 
View - Elements; then on the Elements pane select 
Operators from the listbox.
 
 
 Open the context menu in the Commands window - choose 
Functions
 
-Choose View - Elements - in the Elements window, 
click
-
-
-
-
-Icon
-   
-
-
-Functions
-
-
-
+Choose 
View - Elements; then on the Elements pane select 
Functions from the listbox.
 
 
 Open the context menu in the Commands window - choose 
Brackets
 
-Choose View - Elements - in the Elements window, 
click
-
-
-
-
-Icon
-   
-
-
-Brackets
-
-
-
+Choose 
View - Elements; then on the Elements pane select 
Brackets from the listbox.
 
 
 Open the context menu in the Commands window - choose 
Attributes
 
-Choose View - Elements - in the Elements window, 
click
-
-
-
-
-Icon
-   
-
-
-Attributes
-
-
-
+Choose 
View - Elements; then on the Elements pane select 
Attributes from the listbox.
 
 
 Open the context menu in the Commands window - choose 
Formats
 
-Choose View - Elements - in the Elements window, 
click
-
-
-
-
-Icon
-   
-
-
-Formats
-
-
-
+Choose 
View - Elements; then on the Elements pane select 
Formats from the listbox.
 
 
 Open the context menu in the Commands window - choose Set 
Operations
 
-Choose View - Elements - in the Elements window, 
click
-
-
-
-
-Icon
-   
-
-
-Set Operations
-
-
-
+Choose 
View - Elements; then on the Elements pane select Set 
Operations from the listbox.
 
 Choose Format - Fonts
 
@@ -325,19 +229,7 @@
 
 Open the context menu in the Commands window - choose 
Others
 
-Choose View - Elements - in the Elements window, 
click
-
-
-
-
-Icon
-   
-
-
-Others
-
-
-
+Choose View - Elements; then on the Elements pane 
select Others from the listbox.
 
 
 
commit 13ad610544238bb95c88944e0876e7363afd7572
Author: Gabor Kelemen 
Date:   Tue Nov 29 23:11:17 2016 +0100

tdf#98608 (partial) Remove mentions of the Elements window

Change-Id: I37b0a3530b76dada8d48e217da18ba7b0e7b9f32
Reviewed-on: https://gerrit.libreoffice.org/31403
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/32305
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/source/text/smath/guide/keyboard.xhp 
b/source/text/smath/guide/keyboard.xhp
index c952095..978553f 100644
--- a/source/text/smath/guide/keyboard.xhp
+++ b/source/text/smath/guide/keyboard.xhp
@@ -59,13 +59,13 @@
 The cursor waits in the Commands window and you can type the 
formula.
 
 
-You can compose formulas using the Elements window. Open it with 
the menu View - Elements if it is not already open.
+You can compose 
formulas using the Elements pane. Open it with the menu View - 
Elements if it is not already open.
 
 
-If the Elements window is open, use F6 to swit

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - 4 commits - helpcontent2

2016-12-24 Thread Gabor Kelemen
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d8cba56fa2d46987f0b0a2c7e45a041603cc1ad9
Author: Gabor Kelemen 
Date:   Tue Nov 29 22:09:26 2016 +0100

Updated core
Project: help  270cff6cb7a0e6f7b796dea8a4090f241465813d

tdf#98608 (partial) Elements window is gone

Now we have a side pane with a listbox and no icons to select categories

Change-Id: Icee8308583acd943083178103c9d5e74420a7e74
Reviewed-on: https://gerrit.libreoffice.org/31402
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/32306
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 13ad610..270cff6 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 13ad610544238bb95c88944e0876e7363afd7572
+Subproject commit 270cff6cb7a0e6f7b796dea8a4090f241465813d
commit 2e62151042d88598e6b9848e476f93d302eee4a7
Author: Gabor Kelemen 
Date:   Tue Nov 29 23:11:17 2016 +0100

Updated core
Project: help  13ad610544238bb95c88944e0876e7363afd7572

tdf#98608 (partial) Remove mentions of the Elements window

Change-Id: I37b0a3530b76dada8d48e217da18ba7b0e7b9f32
Reviewed-on: https://gerrit.libreoffice.org/31403
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/32305
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index d37b526..13ad610 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit d37b5263ff007bd0561ad7fd3baf00b90d7267f8
+Subproject commit 13ad610544238bb95c88944e0876e7363afd7572
commit 81d20a11c894d343367efcd7ef918f20c992e8c0
Author: Gabor Kelemen 
Date:   Wed Nov 30 00:31:37 2016 +0100

Updated core
Project: help  d37b5263ff007bd0561ad7fd3baf00b90d7267f8

tdf#98608 (partial) Remove mentions of the Elements window

Change-Id: Ie8564d97761ab7163f5ee39b6ba53d662b646e32
Reviewed-on: https://gerrit.libreoffice.org/31404
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/32304
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 5968675..d37b526 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 5968675f7aebc5fd733b79684b931c1f3a05fc91
+Subproject commit d37b5263ff007bd0561ad7fd3baf00b90d7267f8
commit 130222578871470423e9cd5c636f68a6fa85d80b
Author: Gabor Kelemen 
Date:   Wed Nov 30 00:44:56 2016 +0100

Updated core
Project: help  5968675f7aebc5fd733b79684b931c1f3a05fc91

tdf#98608 (partial) Remove mentions of the Elements window

From table headers too

Change-Id: I2ee638c411c6e144e6d5894a8dc4d00dc42b3f89
Reviewed-on: https://gerrit.libreoffice.org/31405
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/32303
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index cdb2356..5968675 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit cdb2356fc9a83389a6b667d24e03d84ba7b192d5
+Subproject commit 5968675f7aebc5fd733b79684b931c1f3a05fc91
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-5-3' - 2 commits - source/text

2016-12-24 Thread Gabor Kelemen
 source/text/smath/01/03090100.xhp |4 ++--
 source/text/smath/01/03090200.xhp |4 ++--
 source/text/smath/01/03090300.xhp |4 ++--
 source/text/smath/01/03090400.xhp |4 ++--
 source/text/smath/01/03090500.xhp |4 ++--
 source/text/smath/01/03090600.xhp |6 +++---
 source/text/smath/01/03090700.xhp |4 ++--
 source/text/smath/01/03090800.xhp |4 ++--
 source/text/smath/01/03091100.xhp |2 +-
 source/text/smath/04/0102.xhp |2 +-
 10 files changed, 19 insertions(+), 19 deletions(-)

New commits:
commit cdb2356fc9a83389a6b667d24e03d84ba7b192d5
Author: Gabor Kelemen 
Date:   Wed Nov 30 01:07:16 2016 +0100

tdf#98608 (partial) Remove mentioning the Elements window

The keyboard navigation is completely broken here so not touching the
main part about that.

Change-Id: If66823294224e39a92d30d9a0b66cee872584ff7
Reviewed-on: https://gerrit.libreoffice.org/31406
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/32302
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/source/text/smath/04/0102.xhp 
b/source/text/smath/04/0102.xhp
index 66876d2..278f15e 100644
--- a/source/text/smath/04/0102.xhp
+++ b/source/text/smath/04/0102.xhp
@@ -58,7 +58,7 @@
 F9
 Update
 
-Navigation in the Elements Window
+Navigation in the Elements pane
 
 Left or right arrow
 Move left or right to the next category or function.
commit 6ec77d90ae86f3109c643f6ec4ebdc4598520843
Author: Gabor Kelemen 
Date:   Wed Nov 30 10:34:05 2016 +0100

tdf#98608 (partial) 'Elements window' is now 'Elements pane'

Change-Id: If93b10f4761bc34687e3937da7672b858ce9f501
Reviewed-on: https://gerrit.libreoffice.org/31407
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/32301
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/source/text/smath/01/03090100.xhp 
b/source/text/smath/01/03090100.xhp
index 9e101bf..f9036df 100644
--- a/source/text/smath/01/03090100.xhp
+++ b/source/text/smath/01/03090100.xhp
@@ -59,12 +59,12 @@
 
 
 Unary/Binary Operators
-You can 
choose various unary and binary operators to build your $[officename] Math 
formula. Unary refers to operators that affect one placeholder. Binary refers 
to operators that connect two placeholders. The lower area of the Elements 
window displays the individual operators. The context 
menu of the Commands window also contains a list of these 
operators, as well as additional operators. If you need an operator that is not 
contained in the Elements window, use the context menu or type it directly in 
the Commands window.
+You can choose various unary 
and binary operators to build your $[officename] Math formula. Unary refers to 
operators that affect one placeholder. Binary refers to operators that connect 
two placeholders. The lower area of the Elements pane displays the individual 
operators. The context menu of the Commands window 
also contains a list of these operators, as well as additional operators. If 
you need an operator that is not contained in the Elements pane, use the 
context menu or type it directly in the Commands 
window.
 
 
   
 
-The following is a complete list of the unary and binary operators. 
The symbol next to the operator indicates that it can be accessed through the 
Elements window (choose View - Elements) or through the context 
menu of the Commands window.
+The following 
is a complete list of the unary and binary operators. The symbol next to the 
operator indicates that it can be accessed through the Elements pane (choose 
View - Elements) or through the context menu of the Commands 
window.
 Unary and Binary Operators
 
 
diff --git a/source/text/smath/01/03090200.xhp 
b/source/text/smath/01/03090200.xhp
index 84fb57c..affce50 100644
--- a/source/text/smath/01/03090200.xhp
+++ b/source/text/smath/01/03090200.xhp
@@ -75,12 +75,12 @@
 
 
 Relations
-You 
can choose among various relations to structure your $[officename] 
Math formula. The relation functions are displayed in the lower part of 
the Elements window. The list is also in the context 
menu of the Commands window. All relations that are not 
contained in the Elements window or in the context menu can be typed manually 
in the Commands window.
+You 
can choose among various relations to structure your $[officename] 
Math formula. The relation functions are displayed in the lower part of 
the Elements pane. The list is also in the context 
menu of the Commands window. All relations that are not 
contained in the Elements pane or in the context menu can be typed manually in 
the Commands window.
 
 
   
 
-The following is a complete list of the relations. The symbol next 
to the name of the relation indicates that it can be accessed through the 
Elements window (choose View - Elements) or through the context 
menu of the Commands window.
+The following is

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - helpcontent2

2016-12-24 Thread Gabor Kelemen
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fa075922cb28e9b153b9dc79344e2677ecde1005
Author: Gabor Kelemen 
Date:   Wed Nov 30 01:07:16 2016 +0100

Updated core
Project: help  cdb2356fc9a83389a6b667d24e03d84ba7b192d5

tdf#98608 (partial) Remove mentioning the Elements window

The keyboard navigation is completely broken here so not touching the
main part about that.

Change-Id: If66823294224e39a92d30d9a0b66cee872584ff7
Reviewed-on: https://gerrit.libreoffice.org/31406
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/32302
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 6ec77d9..cdb2356 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 6ec77d90ae86f3109c643f6ec4ebdc4598520843
+Subproject commit cdb2356fc9a83389a6b667d24e03d84ba7b192d5
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - helpcontent2

2016-12-24 Thread Gabor Kelemen
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5292358ac0e253a27c358bf765f554f48744ade1
Author: Gabor Kelemen 
Date:   Wed Nov 30 10:34:05 2016 +0100

Updated core
Project: help  6ec77d90ae86f3109c643f6ec4ebdc4598520843

tdf#98608 (partial) 'Elements window' is now 'Elements pane'

Change-Id: If93b10f4761bc34687e3937da7672b858ce9f501
Reviewed-on: https://gerrit.libreoffice.org/31407
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/32301
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index e511aad..6ec77d9 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit e511aad844fd2fa16077db4d11311b5710f45b64
+Subproject commit 6ec77d90ae86f3109c643f6ec4ebdc4598520843
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Warning and error during settingup lode in windows

2016-12-24 Thread Dennis Roczek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



On 24.12.2016 20:04, slacka wrote:
> Nikhil,
> What GPU and version of Windows do you have?
> 
> 
> Markus,
> I posted about  the same testFinancialXirrFormula error here.
> 
> I was only seeing this on my Win 10 laptop with intel HD 5500 
> Driver: 20.19.15.4404 
> 
> My Win 10 desktop with a Nvidia GTX 650 passes all the Unit Tests.
> 
> I was planning to submit a patch to blacklist my current driver. Is th
at a
> better solution, or is it better to remove the failing test as you hav
e
> already done?

If the functions which do use OpenCL do not work, then normal users will
have the problem: so yes: disable OpenCL for that driver versions!


Dennis
-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJYXspkAAoJEM4+Qf3OKrbZGn8P/RcTu3GVB40Iod6k4UmriEGF
wl0BbeSESVj1uXCIJRC1+rpYvrfGJB/4ojZ+3C2uAxSuHwDAem2pyAsWKr0OIUCu
0YP6JuqTM5nCeFJx9IclfI4IIpsE/LUfjGjyxpn0buOc+7HMP+ef3VUeR0iXI2Rx
yAmB8eZ6Y4Me+l1ueGwhiyFA/XLvLs+eu9HoTJGulV04Y4s9HAsnH5O2dT6H5bab
Q5ZVbnrtM5TzzpZKtulVWYQE71kc3Uc0xp0KPmUCBUYG5pzz8IAZaqaB5XAor5/p
NHDr4QdUu77iVVV75m39dQEt+8KKksA/SB6jlrTe9HewF7vFa6h31n2xHTorbQVf
2sTIfiAezUI+x3T0ih4K0AA+Ezh7PXokj74pEPm7xJi2nUjVhWvcc6qhIFtsHwrh
9JoZWvG7zt5gy57PzQitZhxQW0D6ftIRtg0eBeSbshO6GsFt4xsfpWBBaRvukxLo
GJN+WGD4CwbsAkLFzdnrGxN8ufqi47FWIODBYJp5fgGR7hMiTbNC9w4JCgEACOxm
ePE4uIhspTVMdALpsIZqtbyYq6VJuF8+QjzvwOBU/JaxqanrsT9JcyjMD5fYdiX2
bFNTUzniyn0fEznXN/nty5n4s5nbdUJEq3Nb2B1UAkQgx05NmlZ6ajWvYrwlI68W
af1xcFWj2RksjpA7oEdm
=W7hD
-END PGP SIGNATURE-
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Warning and error during settingup lode in windows

2016-12-24 Thread slacka
Nikhil,
What GPU and version of Windows do you have?


Markus,
I posted about  the same testFinancialXirrFormula error here.

  
I was only seeing this on my Win 10 laptop with intel HD 5500 
Driver: 20.19.15.4404 

My Win 10 desktop with a Nvidia GTX 650 passes all the Unit Tests.

I was planning to submit a patch to blacklist my current driver. Is that a
better solution, or is it better to remove the failing test as you have
already done?






--
View this message in context: 
http://nabble.documentfoundation.org/Warning-and-error-during-settingup-lode-in-windows-tp4203495p4203524.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: uitest/calc_tests uitest/demo_ui uitest/math_tests uitest/uitest

2016-12-24 Thread Markus Mohrhard
 uitest/calc_tests/create_range_name.py |6 ++
 uitest/demo_ui/combobox.py |5 ++---
 uitest/demo_ui/listbox.py  |5 ++---
 uitest/demo_ui/spinfield.py|6 +++---
 uitest/demo_ui/tabcontrol.py   |3 ++-
 uitest/demo_ui/tabdialog.py|5 ++---
 uitest/demo_ui/treelist.py |4 ++--
 uitest/math_tests/start.py |6 +++---
 uitest/uitest/uihelper/common.py   |3 +++
 9 files changed, 21 insertions(+), 22 deletions(-)

New commits:
commit 85a1dda8ef9d5970adf881dca2bf9d1a652f7245
Author: Markus Mohrhard 
Date:   Thu Dec 22 03:58:26 2016 +0100

uitest: write a helper method for selecting based on position

Change-Id: Ia7c4450f83a5a7cebd9d518c9ccac1ce07045570
Reviewed-on: https://gerrit.libreoffice.org/32407
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/uitest/calc_tests/create_range_name.py 
b/uitest/calc_tests/create_range_name.py
index 5f3b8c3..1ab7805 100644
--- a/uitest/calc_tests/create_range_name.py
+++ b/uitest/calc_tests/create_range_name.py
@@ -8,7 +8,7 @@
 from libreoffice.uno.propertyvalue import mkPropertyValues
 
 from uitest.framework import UITestCase
-from uitest.uihelper.common import type_text
+from uitest.uihelper.common import type_text, select_pos
 
 class CreateRangeNameTest(UITestCase):
 
@@ -40,9 +40,7 @@ class CreateRangeNameTest(UITestCase):
 type_text(xEdit, "simpleRangeName")
 
 xScope = xAddNameDlg.getChild("scope")
-props = {"POS": "1"}
-scopeProps = mkPropertyValues(props)
-xScope.executeAction("SELECT", scopeProps)
+select_pos(xScope, "1")
 
 xAddBtn = xAddNameDlg.getChild("add")
 xAddBtn.executeAction("CLICK", tuple())
diff --git a/uitest/demo_ui/combobox.py b/uitest/demo_ui/combobox.py
index 9b677a4..32e6402 100644
--- a/uitest/demo_ui/combobox.py
+++ b/uitest/demo_ui/combobox.py
@@ -8,6 +8,7 @@
 from libreoffice.uno.propertyvalue import mkPropertyValues
 
 from uitest.framework import UITestCase
+from uitest.uihelper.common import select_pos
 
 class ComboBoxTest(UITestCase):
 
@@ -19,9 +20,7 @@ class ComboBoxTest(UITestCase):
 xAddNameDlg = self.xUITest.getTopFocusWindow()
 
 scopeCB = xAddNameDlg.getChild("scope")
-props = {"POS": "1"}
-actionProps = mkPropertyValues(props)
-scopeCB.executeAction("SELECT", actionProps)
+select_pos(scopeCB, "1")
 
 xCancelBtn = xAddNameDlg.getChild("cancel")
 xCancelBtn.executeAction("CLICK", tuple())
diff --git a/uitest/demo_ui/listbox.py b/uitest/demo_ui/listbox.py
index 5c56c10..15bd8ab 100644
--- a/uitest/demo_ui/listbox.py
+++ b/uitest/demo_ui/listbox.py
@@ -8,6 +8,7 @@
 from libreoffice.uno.propertyvalue import mkPropertyValues
 
 from uitest.framework import UITestCase
+from uitest.uihelper.common import select_pos
 
 class ListBoxTest(UITestCase):
 
@@ -19,9 +20,7 @@ class ListBoxTest(UITestCase):
 xCellsDlg = self.xUITest.getTopFocusWindow()
 
 categoryLB = xCellsDlg.getChild("categorylb")
-props = {"POS": "4"}
-actionProps = mkPropertyValues(props)
-categoryLB.executeAction("SELECT", actionProps)
+select_pos(categoryLB, "4")
 
 xOkBtn = xCellsDlg.getChild("ok")
 xOkBtn.executeAction("CLICK", tuple())
diff --git a/uitest/demo_ui/spinfield.py b/uitest/demo_ui/spinfield.py
index c093cf5..a36189a 100644
--- a/uitest/demo_ui/spinfield.py
+++ b/uitest/demo_ui/spinfield.py
@@ -8,7 +8,7 @@
 from libreoffice.uno.propertyvalue import mkPropertyValues
 
 from uitest.framework import UITestCase
-from uitest.uihelper.common import get_state_as_dict, type_text
+from uitest.uihelper.common import get_state_as_dict, type_text, select_pos
 
 class SpinFieldTest(UITestCase):
 
@@ -20,7 +20,7 @@ class SpinFieldTest(UITestCase):
 xCellsDlg = self.xUITest.getTopFocusWindow()
 
 # select the numbers tab page
-xCellsDlg.executeAction("SELECT", mkPropertyValues({"POS": "0"}))
+select_pos(xCellsDlg, "0")
 
 xDecimalPlaces = xCellsDlg.getChild("leadzerosed")
 xDecimalPlaces.executeAction("UP", tuple())
@@ -41,7 +41,7 @@ class SpinFieldTest(UITestCase):
 xCellsDlg = self.xUITest.getTopFocusWindow()
 
 # select the numbers tab page
-xCellsDlg.executeAction("SELECT", mkPropertyValues({"POS": "0"}))
+select_pos(xCellsDlg, "0")
 
 xDecimalPlaces = xCellsDlg.getChild("leadzerosed")
 xDecimalPlaces.executeAction("UP", tuple())
diff --git a/uitest/demo_ui/tabcontrol.py b/uitest/demo_ui/tabcontrol.py
index 79a2948..2dbe3ef 100644
--- a/uitest/demo_ui/tabcontrol.py
+++ b/uitest/demo_ui/tabcontrol.py
@@ -8,6 +8,7 @@
 from libreoffice.uno.propertyvalue import mkPropertyValues
 
 from uitest.uihelper.calc import enter_text_to_cell
+from uitest.uihelper.common import select_pos
 
 from uitest.framework import UITestCase
 
@@ -

[Libreoffice-commits] core.git: uitest/calc_tests uitest/demo_ui uitest/manual_tests uitest/math_tests uitest/uitest uitest/writer_tests

2016-12-24 Thread Markus Mohrhard
 uitest/calc_tests/create_chart.py  |   20 +++-
 uitest/calc_tests/create_range_name.py |   12 
 uitest/calc_tests/edit_chart.py|   20 +++-
 uitest/demo_ui/edit.py |5 ++---
 uitest/demo_ui/spinfield.py|4 ++--
 uitest/manual_tests/calc.py|4 ++--
 uitest/math_tests/start.py |8 
 uitest/uitest/uihelper/calc.py |3 ++-
 uitest/uitest/uihelper/common.py   |5 -
 uitest/writer_tests/start.py   |7 +++
 10 files changed, 37 insertions(+), 51 deletions(-)

New commits:
commit 57e785e1cf52e422ac60cb259a2f53b696d3c4cc
Author: Markus Mohrhard 
Date:   Thu Dec 22 03:38:34 2016 +0100

uitest: add a helper method for typing text

Change-Id: If450e3f0ff1e2a8f33db05e9512a13e5771115a8
Reviewed-on: https://gerrit.libreoffice.org/32406
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/uitest/calc_tests/create_chart.py 
b/uitest/calc_tests/create_chart.py
index c43be5f..d98eeff 100644
--- a/uitest/calc_tests/create_chart.py
+++ b/uitest/calc_tests/create_chart.py
@@ -8,29 +8,23 @@
 from libreoffice.uno.propertyvalue import mkPropertyValues
 
 from uitest.framework import UITestCase
+from uitest.uihelper.calc import enter_text_to_cell
 
 import time
 import unittest
 
 class CalcChartUIDemo(UITestCase):
 
-def add_content_to_cell(self, gridwin, cell, content):
-selectProps = mkPropertyValues({"CELL": cell})
-gridwin.executeAction("SELECT", selectProps)
-
-contentProps = mkPropertyValues({"TEXT": content})
-gridwin.executeAction("TYPE", contentProps)
-
 def fill_spreadsheet(self):
 xCalcDoc = self.xUITest.getTopFocusWindow()
 xGridWindow = xCalcDoc.getChild("grid_window")
 
-self.add_content_to_cell(xGridWindow, "A1", "col1")
-self.add_content_to_cell(xGridWindow, "B1", "col2")
-self.add_content_to_cell(xGridWindow, "C1", "col3")
-self.add_content_to_cell(xGridWindow, "A2", "1")
-self.add_content_to_cell(xGridWindow, "B2", "3")
-self.add_content_to_cell(xGridWindow, "C2", "5")
+enter_text_to_cell(xGridWindow, "A1", "col1")
+enter_text_to_cell(xGridWindow, "B1", "col2")
+enter_text_to_cell(xGridWindow, "C1", "col3")
+enter_text_to_cell(xGridWindow, "A2", "1")
+enter_text_to_cell(xGridWindow, "B2", "3")
+enter_text_to_cell(xGridWindow, "C2", "5")
 
 xGridWindow.executeAction("SELECT", mkPropertyValues({"RANGE": 
"A1:C2"}))
 
diff --git a/uitest/calc_tests/create_range_name.py 
b/uitest/calc_tests/create_range_name.py
index ee398ab..5f3b8c3 100644
--- a/uitest/calc_tests/create_range_name.py
+++ b/uitest/calc_tests/create_range_name.py
@@ -8,6 +8,7 @@
 from libreoffice.uno.propertyvalue import mkPropertyValues
 
 from uitest.framework import UITestCase
+from uitest.uihelper.common import type_text
 
 class CreateRangeNameTest(UITestCase):
 
@@ -19,11 +20,9 @@ class CreateRangeNameTest(UITestCase):
 
 xAddNameDlg = self.xUITest.getTopFocusWindow()
 
-props = {"TEXT": "simpleRangeName"}
-actionProps = mkPropertyValues(props)
-
 xEdit = xAddNameDlg.getChild("edit")
-xEdit.executeAction("TYPE", actionProps)
+type_text(xEdit, "simpleRangeName")
+
 xAddBtn = xAddNameDlg.getChild("add")
 xAddBtn.executeAction("CLICK", tuple())
 
@@ -37,11 +36,8 @@ class CreateRangeNameTest(UITestCase):
 
 xAddNameDlg = self.xUITest.getTopFocusWindow()
 
-props = {"TEXT": "simpleRangeName"}
-actionProps = mkPropertyValues(props)
-
 xEdit = xAddNameDlg.getChild("edit")
-xEdit.executeAction("TYPE", actionProps)
+type_text(xEdit, "simpleRangeName")
 
 xScope = xAddNameDlg.getChild("scope")
 props = {"POS": "1"}
diff --git a/uitest/calc_tests/edit_chart.py b/uitest/calc_tests/edit_chart.py
index c5d85c0..a8aa36e 100644
--- a/uitest/calc_tests/edit_chart.py
+++ b/uitest/calc_tests/edit_chart.py
@@ -8,28 +8,22 @@
 from libreoffice.uno.propertyvalue import mkPropertyValues
 
 from uitest.framework import UITestCase
+from uitest.uihelper.calc import enter_text_to_cell
 
 import unittest
 
 class CalcChartEditUIDemo(UITestCase):
 
-def add_content_to_cell(self, gridwin, cell, content):
-selectProps = mkPropertyValues({"CELL": cell})
-gridwin.executeAction("SELECT", selectProps)
-
-contentProps = mkPropertyValues({"TEXT": content})
-gridwin.executeAction("TYPE", contentProps)
-
 def fill_spreadsheet(self):
 xCalcDoc = self.xUITest.getTopFocusWindow()
 xGridWindow = xCalcDoc.getChild("grid_window")
 
-self.add_content_to_cell(xGridWindow, "A1", "col1")
-self.add_content_to_cell(xGridWindow, "B1", "col2")
-self.add_content_to_cell(xGridWindow, "C1", "col3")
-self.add_content_to_cell(xGridWindow,

[Libreoffice-commits] core.git: include/vcl svtools/source vcl/source

2016-12-24 Thread Caolán McNamara
 include/vcl/image.hxx|2 +-
 svtools/source/misc/imagemgr.cxx |2 +-
 vcl/source/image/ImageList.cxx   |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2dc821572e23dd0ac553e49244179e1e19d0df37
Author: Caolán McNamara 
Date:   Sat Dec 24 16:31:05 2016 +

HasImageAtPos takes an id not a pos

so rename it

Change-Id: Id83a11d31d1d51f414e6a98ebb71a227c7fe448f

diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx
index 7c4bd09..a571fab 100644
--- a/include/vcl/image.hxx
+++ b/include/vcl/image.hxx
@@ -101,7 +101,7 @@ public:
 Image   GetImage( const OUString& rImageName ) const;
 
 sal_uInt16  GetImagePos( sal_uInt16 nId ) const;
-boolHasImageAtPos( sal_uInt16 nId ) const;
+boolHasImageForId( sal_uInt16 nId ) const;
 sal_uInt16  GetImagePos( const OUString& rImageName ) const;
 
 sal_uInt16  GetImageId( sal_uInt16 nPos ) const;
diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx
index 6405b68..0db8c6f 100644
--- a/svtools/source/misc/imagemgr.cxx
+++ b/svtools/source/misc/imagemgr.cxx
@@ -517,7 +517,7 @@ static Image GetImageFromList_Impl( sal_uInt16 nImageId, 
bool bBig )
 pList = xSmallImageList.get();
 }
 
-if ( pList->HasImageAtPos( nImageId ) )
+if ( pList->HasImageForId( nImageId ) )
 return pList->GetImage( nImageId );
 return Image();
 }
diff --git a/vcl/source/image/ImageList.cxx b/vcl/source/image/ImageList.cxx
index 572bc6b..57eaf89 100644
--- a/vcl/source/image/ImageList.cxx
+++ b/vcl/source/image/ImageList.cxx
@@ -287,7 +287,7 @@ sal_uInt16 ImageList::GetImagePos( sal_uInt16 nId ) const
 return IMAGELIST_IMAGE_NOTFOUND;
 }
 
-bool ImageList::HasImageAtPos( sal_uInt16 nId ) const
+bool ImageList::HasImageForId( sal_uInt16 nId ) const
 {
 return GetImagePos( nId ) != IMAGELIST_IMAGE_NOTFOUND;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: basic/qa

2016-12-24 Thread Laurent Balland-Poirier
 basic/qa/basic_coverage/test_array_methods.vb  |   19 +---
 basic/qa/basic_coverage/test_conversion_methods.vb |   36 +++-
 basic/qa/basic_coverage/test_datetime_methods.vb   |   43 +++---
 basic/qa/basic_coverage/test_logic_methods.vb  |   24 +
 basic/qa/basic_coverage/test_math_methods.vb   |6 -
 basic/qa/basic_coverage/test_string_methods.vb |   90 +++--
 basic/qa/basic_coverage/test_system_methods.vb |   12 +-
 7 files changed, 84 insertions(+), 146 deletions(-)

New commits:
commit 40578897d39c4eb0b528cff04ce82f5becbecc3f
Author: Laurent Balland-Poirier 
Date:   Sun Dec 11 13:43:07 2016 +0100

basic: cleanup test_*_methods

cleanup
remove duplicate test with other tests

Change-Id: I4c82ad9f226f25080199ac0dc3815492fc4c265a
Reviewed-on: https://gerrit.libreoffice.org/31860
Tested-by: Jenkins 
Reviewed-by: Arnaud Versini 

diff --git a/basic/qa/basic_coverage/test_array_methods.vb 
b/basic/qa/basic_coverage/test_array_methods.vb
index 093867a..53b2c87 100644
--- a/basic/qa/basic_coverage/test_array_methods.vb
+++ b/basic/qa/basic_coverage/test_array_methods.vb
@@ -13,26 +13,21 @@ Function doUnitTest as Integer
 If (aVector(2) <> "Hello") Then
 doUnitTest = 0
 ' LBOUND
-Else If ( LBound( aVector() ) <> 0 ) Then
+ElseIf ( LBound( aVector() ) <> 0 ) Then
 doUnitTest = 0
 ' TYPELEN
-Else If ( TypeLen(aVector(2)) <> 5 ) Then
+ElseIf ( TypeLen(aVector(2)) <> 5 ) Then
 doUnitTest = 0
 ' TYPENAME
-Else If ( TypeName(aVector(2)) <> "String" ) Then
-doUnitTest = 0
-' UBOUND
-Else If ( UBound( aVector() ) <> 3 ) Then
+ElseIf ( TypeName(aVector(2)) <> "String" ) Then
 doUnitTest = 0
+' UBOUND already tested
+'ElseIf ( UBound( aVector() ) <> 3 ) Then
+'doUnitTest = 0
 ' VARTYPE
-Else If ( VarType(aVector(2)) <> 8 ) Then
+ElseIf ( VarType(aVector(2)) <> 8 ) Then
 doUnitTest = 0
 Else
 doUnitTest = 1
 End If
-End If
-End If
-End If
-End If
-End If
 End Function
diff --git a/basic/qa/basic_coverage/test_conversion_methods.vb 
b/basic/qa/basic_coverage/test_conversion_methods.vb
index 7790cbc..6d441e0 100644
--- a/basic/qa/basic_coverage/test_conversion_methods.vb
+++ b/basic/qa/basic_coverage/test_conversion_methods.vb
@@ -14,46 +14,36 @@ Function doUnitTest as Integer
 If (CBool(3) <> True) Then
 doUnitTest = 0
 ' CBYTE
-Else If (CByte("3") <> 3) Then
+ElseIf (CByte("3") <> 3) Then
 doUnitTest = 0
 ' CCUR
-Else If (CCur("100") <> 100) Then
+ElseIf (CCur("100") <> 100) Then
 doUnitTest = 0
 ' CDATE
-Else If (CDate(100) <> 100) Then
+ElseIf (CDate(100) <> 100) Then
 doUnitTest = 0
-' CDEC
-'Else If (CDec("100") <> 100) Then
+' CDEC already tested
+'ElseIf (CDec("100") <> 100) Then
 'doUnitTest = 0
 ' CDBL
-Else If (CDbl("100") <> 100) Then
+ElseIf (CDbl("100") <> 100) Then
 doUnitTest = 0
 ' CINT
-Else If (CInt("100") <> 100) Then
-doUnitTest = 0
-' CLNG
-Else If (CLng("100") <> 100) Then
+ElseIf (CInt("100") <> 100) Then
 doUnitTest = 0
+' CLNG already tested
+'ElseIf (CLng("100") <> 100) Then
+ '   doUnitTest = 0
 ' CSNG
-Else If (CSng("100") <> 100) Then
+ElseIf (CSng("100") <> 100) Then
 doUnitTest = 0
 ' CSTR
-Else If (CStr(100) <> "100") Then
+ElseIf (CStr(100) <> "100") Then
 doUnitTest = 0
 ' VAL
-Else If ( Val("4") <> 4 ) Then
+ElseIf ( Val("4") <> 4 ) Then
 doUnitTest = 0
 Else
 doUnitTest = 1
 End If
-End If
-End If
-End If
-End If
-End If
-End If
-End If
-End If
-End If
-'End If
 End Function
diff --git a/basic/qa/basic_coverage/test_datetime_methods.vb 
b/basic/qa/basic_coverage/test_datetime_methods.vb
index 679e129..0ef990c 100644
--- a/basic/qa/basic_coverage/test_datetime_methods.vb
+++ b/basic/qa/basic_coverage/test_datetime_methods.vb
@@ -19,59 +19,46 @@ Function doUnitTest as Integer
 If ( CDateToIso( CDateFromIso("20161016") ) <> "20161016" ) Then
 doUnitTest = 0
 ' DATE DATEDIFF DATEADD
-Else If ( DateDiff( "d", aVector(0), DateAdd("d", 1, aVector(0)) ) <> 1 ) 
Then
+ElseIf ( DateDiff( "d", aVector(0), DateAdd("d", 1, aVector(0)) ) <> 1 ) 
Then
 doUnitTest = 0
 ' DATEPART  DAY
-Else If ( DatePart( "d", aVector(0) ) <> Day( aVector(0) ) ) Then
-doUnitTest = 0
-' DATESERIAL DATEVALUE
-Else If ( DateSerial( 2016, 10, 16 ) <> DateValue("October 16, 2016") ) 
Then
+ElseIf ( DatePart( "d", aVector(0) ) <> Day( aVector(0) ) ) Then
 doUnitTest = 0
+' DATESERIAL DATEVALUE already tested
+'ElseIf ( DateSerial( 2016, 10, 16 ) <> DateValue("October 16, 2016") ) 
Then
+'doUnitTest = 0
 ' FormatDateTime
   

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

2016-12-24 Thread Caolán McNamara
 framework/source/uiconfiguration/imagemanagerimpl.cxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 3c96a9c431cda4c3a5b76277c3081f1a2e1786f2
Author: Caolán McNamara 
Date:   Sat Dec 24 16:24:32 2016 +

unused Image in framework, luckily because uses GetImage on pos not id

Change-Id: I97dab3bc1025cd4804910c228235b49216f3afe7

diff --git a/framework/source/uiconfiguration/imagemanagerimpl.cxx 
b/framework/source/uiconfiguration/imagemanagerimpl.cxx
index b2bae3f..d900733 100644
--- a/framework/source/uiconfiguration/imagemanagerimpl.cxx
+++ b/framework/source/uiconfiguration/imagemanagerimpl.cxx
@@ -889,7 +889,6 @@ throw ( css::lang::IllegalArgumentException,
 sal_uInt16 nPos = pImageList->GetImagePos( aCommandURLSequence[i] 
);
 if ( nPos != IMAGELIST_IMAGE_NOTFOUND )
 {
-Image aImage = pImageList->GetImage( nPos );
 sal_uInt16 nId   = pImageList->GetImageId( nPos );
 pImageList->RemoveImage( nId );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Build Failed only on Windows

2016-12-24 Thread Dennis Roczek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Tamsil,

On 24.12.2016 15:50, Tamsil Amani wrote:
> I was trying to fix the Easy bug #95416.
> I made some required changes.
> 
> Here is the gerrit link.
> https://gerrit.libreoffice.org/#/c/32404/
> 
> The build was successful on my machine Ubuntu 16.04.
> 
> Unfortunately, Jenkins failed to compile it on Windows, while it was
> successful on the rest.
Well you change code which is only trickered when working on Windows.
That your build (and jenkins) build fine for other platforms is not
really surprising.

> Here is the build information :
> 
> http://ci.libreoffice.org/job/lo_gerrit/4637/
> 
> Please, see if you can help.
Did you check the log of the windows console? It clearly states that it
cannot find your moved file.

> With regards,
> Tamsil Amani
Dennis
-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJYXp4MAAoJEM4+Qf3OKrbZXC8QALFMDF6yeB6RtKOo66i8eGov
cGwH25beS7ApVYn1EWzX7L2EI9xRlWAx9gHgpY1peUdl+y+dEy1ohcWAejRwYuwl
ZjiwiTYWIRqFN9j4bqdKtnAiCY0/jI7Imlo+yOg6fVDDGQkdX+TeQ/3lB8l5hpdp
RICVbRzzykx7Zyxv+dkRfpXqgzZkpWKgDRqpN1MoCj3Ka+fbpLrmsReMoQuFLo//
xZBY5Jf73EWEAR39LI6oyeWz6FDA50CnwHB9yuEPIIiWvJFS7VE59FxNi10vswvE
OobylTL6rHakP4TPQ8jumIkzYOkCxuA3cztHEV04YVeFinVVJYmV4LKjx8scD3Pp
Hg45K2Jy7nKkOTOqw+V1UWEQ50HZ77e6HZiH+R6NQcMydwyHdXehLgDy76aBAFDA
E9ACEbqyLeOklFr7KF732tE03a8j6Bl1m4v7D0ox5P9LpWAemvSyi2/YJPRpJAu/
AIEkDZrLX1kK4jUL5AKF7BVCp2Ib/qQH2sC9xX/oYscdyti8VVYyavqNKb21ty8U
+rQVf9arTAalrFSpHvO+BrO5jpwYAShapLB6RDLf4bErug9E+fEoU+CaWgc4B4bY
Rgu6Wh2roKhqJ7rlcND6vuWHwyZpxzmoeYULJeWRHPDt9Au4QCdwtEdCsmlt1gwO
TjG3bpPmsRuFnWKJgc3f
=z402
-END PGP SIGNATURE-
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7e/a61274f011b92debdbe2e1d7c8812eb9aa8ccc

2016-12-24 Thread Caolán McNamara
 7e/a61274f011b92debdbe2e1d7c8812eb9aa8ccc |1 +
 1 file changed, 1 insertion(+)

New commits:
commit aef87288716982dffc63c5505ea4a1db97459c74
Author: Caolán McNamara 
Date:   Sat Dec 24 15:56:24 2016 +

Notes added by 'git notes add'

diff --git a/7e/a61274f011b92debdbe2e1d7c8812eb9aa8ccc 
b/7e/a61274f011b92debdbe2e1d7c8812eb9aa8ccc
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/7e/a61274f011b92debdbe2e1d7c8812eb9aa8ccc
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 41/f72cc5376773b7571097521d80f3e523656a0c

2016-12-24 Thread Caolán McNamara
 41/f72cc5376773b7571097521d80f3e523656a0c |1 +
 1 file changed, 1 insertion(+)

New commits:
commit fd5124eb9ed410d90a1f7e655149fdf8ac8cb142
Author: Caolán McNamara 
Date:   Sat Dec 24 15:56:45 2016 +

Notes added by 'git notes add'

diff --git a/41/f72cc5376773b7571097521d80f3e523656a0c 
b/41/f72cc5376773b7571097521d80f3e523656a0c
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/41/f72cc5376773b7571097521d80f3e523656a0c
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 57/c845b936f42051270e4932cc08d9e42db1bc08

2016-12-24 Thread Caolán McNamara
 57/c845b936f42051270e4932cc08d9e42db1bc08 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 30fb60779b2f2ea765a5381dce41808f93d1038d
Author: Caolán McNamara 
Date:   Sat Dec 24 16:01:47 2016 +

Notes added by 'git notes add'

diff --git a/57/c845b936f42051270e4932cc08d9e42db1bc08 
b/57/c845b936f42051270e4932cc08d9e42db1bc08
new file mode 100644
index 000..76ab9d8
--- /dev/null
+++ b/57/c845b936f42051270e4932cc08d9e42db1bc08
@@ -0,0 +1 @@
+reject: wont apply
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 3a/1257f8221275a7399b95b787dd97b9d0dd9d65

2016-12-24 Thread Caolán McNamara
 3a/1257f8221275a7399b95b787dd97b9d0dd9d65 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit a4e166dfd3db368f40e10b31ebd0603408dfaec2
Author: Caolán McNamara 
Date:   Sat Dec 24 15:59:13 2016 +

Notes added by 'git notes add'

diff --git a/3a/1257f8221275a7399b95b787dd97b9d0dd9d65 
b/3a/1257f8221275a7399b95b787dd97b9d0dd9d65
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/3a/1257f8221275a7399b95b787dd97b9d0dd9d65
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 49/4e1b1613ad9415a3313160cf73b650eba7d5d9

2016-12-24 Thread Caolán McNamara
 49/4e1b1613ad9415a3313160cf73b650eba7d5d9 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0c418a8649961a1372ec5854c025fd8d32589659
Author: Caolán McNamara 
Date:   Sat Dec 24 15:57:48 2016 +

Notes added by 'git notes add'

diff --git a/49/4e1b1613ad9415a3313160cf73b650eba7d5d9 
b/49/4e1b1613ad9415a3313160cf73b650eba7d5d9
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/49/4e1b1613ad9415a3313160cf73b650eba7d5d9
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 65/4d16a64c3495c827f9576719d63ff0a3fa0576 84/39900c534ae05b7cb1eff1f209c33661ccb956

2016-12-24 Thread Caolán McNamara
 65/4d16a64c3495c827f9576719d63ff0a3fa0576 |1 +
 84/39900c534ae05b7cb1eff1f209c33661ccb956 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 255a03beeca5a72adacb6ced3c64348af5d4640d
Author: Caolán McNamara 
Date:   Sat Dec 24 15:57:14 2016 +

Notes added by 'git notes add'

diff --git a/84/39900c534ae05b7cb1eff1f209c33661ccb956 
b/84/39900c534ae05b7cb1eff1f209c33661ccb956
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/84/39900c534ae05b7cb1eff1f209c33661ccb956
@@ -0,0 +1 @@
+ignore: obsolete
commit 206ed88ae0ad8eea2e74169307f04370d3cd2416
Author: Caolán McNamara 
Date:   Sat Dec 24 15:57:03 2016 +

Notes added by 'git notes add'

diff --git a/65/4d16a64c3495c827f9576719d63ff0a3fa0576 
b/65/4d16a64c3495c827f9576719d63ff0a3fa0576
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/65/4d16a64c3495c827f9576719d63ff0a3fa0576
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 71/9900b86b4809f0e75c5f9e353284ed46da6a57 bb/f6983be4b4b7ab88b4ffaff326016caa2d1f52

2016-12-24 Thread Caolán McNamara
 71/9900b86b4809f0e75c5f9e353284ed46da6a57 |1 +
 bb/f6983be4b4b7ab88b4ffaff326016caa2d1f52 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 21c6bf18828c126a47e5fd31946faca611593f19
Author: Caolán McNamara 
Date:   Sat Dec 24 15:57:35 2016 +

Notes added by 'git notes add'

diff --git a/bb/f6983be4b4b7ab88b4ffaff326016caa2d1f52 
b/bb/f6983be4b4b7ab88b4ffaff326016caa2d1f52
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/bb/f6983be4b4b7ab88b4ffaff326016caa2d1f52
@@ -0,0 +1 @@
+ignore: obsolete
commit b8139b9dbb624e336a857a91aa446be4331d178f
Author: Caolán McNamara 
Date:   Sat Dec 24 15:57:26 2016 +

Notes added by 'git notes add'

diff --git a/71/9900b86b4809f0e75c5f9e353284ed46da6a57 
b/71/9900b86b4809f0e75c5f9e353284ed46da6a57
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/71/9900b86b4809f0e75c5f9e353284ed46da6a57
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 1f/32fee5c0aac7d73b836236cc30cf1bd21a4273 ff/a8e248a5a746387cebb5aa4184cfecaede249a

2016-12-24 Thread Caolán McNamara
 1f/32fee5c0aac7d73b836236cc30cf1bd21a4273 |1 +
 ff/a8e248a5a746387cebb5aa4184cfecaede249a |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 4a1c26ea2e33a2dbe5362baf1ae64f5ba2cd6d50
Author: Caolán McNamara 
Date:   Sat Dec 24 15:56:17 2016 +

Notes added by 'git notes add'

diff --git a/ff/a8e248a5a746387cebb5aa4184cfecaede249a 
b/ff/a8e248a5a746387cebb5aa4184cfecaede249a
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/ff/a8e248a5a746387cebb5aa4184cfecaede249a
@@ -0,0 +1 @@
+ignore: obsolete
commit f86d094dd8878e8d41ca9c6e49f21c02feb1e44e
Author: Caolán McNamara 
Date:   Sat Dec 24 15:56:05 2016 +

Notes added by 'git notes add'

diff --git a/1f/32fee5c0aac7d73b836236cc30cf1bd21a4273 
b/1f/32fee5c0aac7d73b836236cc30cf1bd21a4273
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/1f/32fee5c0aac7d73b836236cc30cf1bd21a4273
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 05/0de5f708b67188433793e8b751c65f968d0708 33/cb55d41d1c0f708d2003c91598cf029a14a611

2016-12-24 Thread Caolán McNamara
 05/0de5f708b67188433793e8b751c65f968d0708 |1 +
 33/cb55d41d1c0f708d2003c91598cf029a14a611 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 7ecf44be5f7fbe15a29fe1e02331112cde51c037
Author: Caolán McNamara 
Date:   Sat Dec 24 15:55:34 2016 +

Notes added by 'git notes add'

diff --git a/33/cb55d41d1c0f708d2003c91598cf029a14a611 
b/33/cb55d41d1c0f708d2003c91598cf029a14a611
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/33/cb55d41d1c0f708d2003c91598cf029a14a611
@@ -0,0 +1 @@
+ignore: obsolete
commit 941d1e0c004936e9b729ec9b6b8183f95ed2326c
Author: Caolán McNamara 
Date:   Sat Dec 24 15:55:22 2016 +

Notes added by 'git notes add'

diff --git a/05/0de5f708b67188433793e8b751c65f968d0708 
b/05/0de5f708b67188433793e8b751c65f968d0708
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/05/0de5f708b67188433793e8b751c65f968d0708
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 35/359e9791969e6e17a601f99154cee519b75dda 95/f214f0352a8c4621c62d1ef3a5d5363bcade63

2016-12-24 Thread Caolán McNamara
 35/359e9791969e6e17a601f99154cee519b75dda |1 +
 95/f214f0352a8c4621c62d1ef3a5d5363bcade63 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit f59e522fd1d0e2cf0a0a3d9a6d021715eff3afbe
Author: Caolán McNamara 
Date:   Sat Dec 24 15:55:53 2016 +

Notes added by 'git notes add'

diff --git a/35/359e9791969e6e17a601f99154cee519b75dda 
b/35/359e9791969e6e17a601f99154cee519b75dda
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/35/359e9791969e6e17a601f99154cee519b75dda
@@ -0,0 +1 @@
+ignore: obsolete
commit d9e9cea4ed15711a7a09c288db8b69bcbdd183ce
Author: Caolán McNamara 
Date:   Sat Dec 24 15:55:46 2016 +

Notes added by 'git notes add'

diff --git a/95/f214f0352a8c4621c62d1ef3a5d5363bcade63 
b/95/f214f0352a8c4621c62d1ef3a5d5363bcade63
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/95/f214f0352a8c4621c62d1ef3a5d5363bcade63
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 04/c569c49faf2943bcb3f96aac372d2befd26ebb 1c/351998ef21744766aba5766290ce5c8daab637

2016-12-24 Thread Caolán McNamara
 04/c569c49faf2943bcb3f96aac372d2befd26ebb |1 +
 1c/351998ef21744766aba5766290ce5c8daab637 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 647dbfe717ad81c9a60cc47a613a15eb62d3973c
Author: Caolán McNamara 
Date:   Sat Dec 24 15:55:09 2016 +

Notes added by 'git notes add'

diff --git a/04/c569c49faf2943bcb3f96aac372d2befd26ebb 
b/04/c569c49faf2943bcb3f96aac372d2befd26ebb
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/04/c569c49faf2943bcb3f96aac372d2befd26ebb
@@ -0,0 +1 @@
+ignore: obsolete
commit 57fa6d515cd6321b308952c89851aeeb4e66eed1
Author: Caolán McNamara 
Date:   Sat Dec 24 15:55:00 2016 +

Notes added by 'git notes add'

diff --git a/1c/351998ef21744766aba5766290ce5c8daab637 
b/1c/351998ef21744766aba5766290ce5c8daab637
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/1c/351998ef21744766aba5766290ce5c8daab637
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 82/60fc791c84afa1072ad5299155c183b3614fa3 ba/822272db365f840e354905167976ff84a007e4

2016-12-24 Thread Caolán McNamara
 82/60fc791c84afa1072ad5299155c183b3614fa3 |1 +
 ba/822272db365f840e354905167976ff84a007e4 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 1fc9ad39dec72ee2a42ba1912fbe0e7f07b61976
Author: Caolán McNamara 
Date:   Sat Dec 24 15:54:00 2016 +

Notes added by 'git notes add'

diff --git a/82/60fc791c84afa1072ad5299155c183b3614fa3 
b/82/60fc791c84afa1072ad5299155c183b3614fa3
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/82/60fc791c84afa1072ad5299155c183b3614fa3
@@ -0,0 +1 @@
+ignore: obsolete
commit 8f241cbc07ad3a94ebd02ccad832486803ea2cef
Author: Caolán McNamara 
Date:   Sat Dec 24 15:53:50 2016 +

Notes added by 'git notes add'

diff --git a/ba/822272db365f840e354905167976ff84a007e4 
b/ba/822272db365f840e354905167976ff84a007e4
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/ba/822272db365f840e354905167976ff84a007e4
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 5b/3de1509743351c8d9175853d8a36ab3c67ffe8 8e/316a2a19b26d60413a5ff61a541928b7e1a235

2016-12-24 Thread Caolán McNamara
 5b/3de1509743351c8d9175853d8a36ab3c67ffe8 |1 +
 8e/316a2a19b26d60413a5ff61a541928b7e1a235 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit fa4d73d90185b241186905a384eb565d6cd5fce9
Author: Caolán McNamara 
Date:   Sat Dec 24 15:53:42 2016 +

Notes added by 'git notes add'

diff --git a/8e/316a2a19b26d60413a5ff61a541928b7e1a235 
b/8e/316a2a19b26d60413a5ff61a541928b7e1a235
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/8e/316a2a19b26d60413a5ff61a541928b7e1a235
@@ -0,0 +1 @@
+ignore: obsolete
commit ce8c5cba2e6421f49d6a30832bd2a5c10b65e23f
Author: Caolán McNamara 
Date:   Sat Dec 24 15:53:28 2016 +

Notes added by 'git notes add'

diff --git a/5b/3de1509743351c8d9175853d8a36ab3c67ffe8 
b/5b/3de1509743351c8d9175853d8a36ab3c67ffe8
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/5b/3de1509743351c8d9175853d8a36ab3c67ffe8
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - da/00a6f0d63026bc56d0738f86a24041926fe48c e4/3aeeb408247b756050ec362b76a22e4954fd76

2016-12-24 Thread Caolán McNamara
 da/00a6f0d63026bc56d0738f86a24041926fe48c |1 +
 e4/3aeeb408247b756050ec362b76a22e4954fd76 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 8e908f83400fb3ed2188fc9ffc4273e9ab900702
Author: Caolán McNamara 
Date:   Sat Dec 24 15:52:52 2016 +

Notes added by 'git notes add'

diff --git a/e4/3aeeb408247b756050ec362b76a22e4954fd76 
b/e4/3aeeb408247b756050ec362b76a22e4954fd76
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/e4/3aeeb408247b756050ec362b76a22e4954fd76
@@ -0,0 +1 @@
+ignore: obsolete
commit 1013a2df059b3c41365d23d5f534843b9b7457a9
Author: Caolán McNamara 
Date:   Sat Dec 24 15:52:45 2016 +

Notes added by 'git notes add'

diff --git a/da/00a6f0d63026bc56d0738f86a24041926fe48c 
b/da/00a6f0d63026bc56d0738f86a24041926fe48c
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/da/00a6f0d63026bc56d0738f86a24041926fe48c
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - e6/452c7306322c74eeaeb9c5df751bf5743f3477

2016-12-24 Thread Caolán McNamara
 e6/452c7306322c74eeaeb9c5df751bf5743f3477 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0a1f75d0a59911e88ae8e0ec2a7dd632864a99c0
Author: Caolán McNamara 
Date:   Sat Dec 24 15:52:27 2016 +

Notes added by 'git notes add'

diff --git a/e6/452c7306322c74eeaeb9c5df751bf5743f3477 
b/e6/452c7306322c74eeaeb9c5df751bf5743f3477
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/e6/452c7306322c74eeaeb9c5df751bf5743f3477
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 30/2f0efa931a17a99f8f07a6adec877863eb840f b3/ac276ae0b7d3c93f6f6e45c5eb744108a3d12c

2016-12-24 Thread Caolán McNamara
 30/2f0efa931a17a99f8f07a6adec877863eb840f |1 +
 b3/ac276ae0b7d3c93f6f6e45c5eb744108a3d12c |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 13c8d72765a785568105df006d3153a3077f1066
Author: Caolán McNamara 
Date:   Sat Dec 24 15:53:13 2016 +

Notes added by 'git notes add'

diff --git a/b3/ac276ae0b7d3c93f6f6e45c5eb744108a3d12c 
b/b3/ac276ae0b7d3c93f6f6e45c5eb744108a3d12c
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/b3/ac276ae0b7d3c93f6f6e45c5eb744108a3d12c
@@ -0,0 +1 @@
+ignore: obsolete
commit d93bf5746889b87ccf692512f0de5bcaa7349654
Author: Caolán McNamara 
Date:   Sat Dec 24 15:53:04 2016 +

Notes added by 'git notes add'

diff --git a/30/2f0efa931a17a99f8f07a6adec877863eb840f 
b/30/2f0efa931a17a99f8f07a6adec877863eb840f
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/30/2f0efa931a17a99f8f07a6adec877863eb840f
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 3a/71a37ac937445a7a26850c152fa32036f8c8b7 f6/0516220ca8f997147b3248768bbe9270b2dfba

2016-12-24 Thread Caolán McNamara
 3a/71a37ac937445a7a26850c152fa32036f8c8b7 |1 +
 f6/0516220ca8f997147b3248768bbe9270b2dfba |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 326f934c2fb842c2d054406805cf98d25904ee19
Author: Caolán McNamara 
Date:   Sat Dec 24 15:52:19 2016 +

Notes added by 'git notes add'

diff --git a/f6/0516220ca8f997147b3248768bbe9270b2dfba 
b/f6/0516220ca8f997147b3248768bbe9270b2dfba
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/f6/0516220ca8f997147b3248768bbe9270b2dfba
@@ -0,0 +1 @@
+ignore: obsolete
commit e378ca9eaa92615710a1d339c566b8d503f9179f
Author: Caolán McNamara 
Date:   Sat Dec 24 15:52:05 2016 +

Notes added by 'git notes add'

diff --git a/3a/71a37ac937445a7a26850c152fa32036f8c8b7 
b/3a/71a37ac937445a7a26850c152fa32036f8c8b7
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/3a/71a37ac937445a7a26850c152fa32036f8c8b7
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 1a/3089c84cf34812c49d6173143b46689a5f600a eb/06385ab39a71ace4422401b6ba1f1b29a85bd5

2016-12-24 Thread Caolán McNamara
 1a/3089c84cf34812c49d6173143b46689a5f600a |1 +
 eb/06385ab39a71ace4422401b6ba1f1b29a85bd5 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 9d349ec891db2434009402c188d6a8f11c048a9b
Author: Caolán McNamara 
Date:   Sat Dec 24 15:51:41 2016 +

Notes added by 'git notes add'

diff --git a/eb/06385ab39a71ace4422401b6ba1f1b29a85bd5 
b/eb/06385ab39a71ace4422401b6ba1f1b29a85bd5
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/eb/06385ab39a71ace4422401b6ba1f1b29a85bd5
@@ -0,0 +1 @@
+ignore: obsolete
commit dfd742d006e9812d0b1fe98bb38f2df45e9b077f
Author: Caolán McNamara 
Date:   Sat Dec 24 15:51:26 2016 +

Notes added by 'git notes add'

diff --git a/1a/3089c84cf34812c49d6173143b46689a5f600a 
b/1a/3089c84cf34812c49d6173143b46689a5f600a
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/1a/3089c84cf34812c49d6173143b46689a5f600a
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2016-12-24 Thread Gabor Kelemen
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e1da65d6713bea42a620494ceef33f8404ccc3d8
Author: Gabor Kelemen 
Date:   Wed Dec 21 00:32:28 2016 +0100

Updated core
Project: help  6f19c099aa6852d0ec0570d9f56281e7f7032f81

Add script to check for broken image references

Such may appear if images are moved around in the
icon theme directories or between the icon themes
and the helpcontent2 repo.
Simple typos are also possible.

Change-Id: Iafee73efe9776ebf8ae74919c90644570593d94e
Reviewed-on: https://gerrit.libreoffice.org/32264
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 447e7d6..6f19c09 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 447e7d65d59935724657e59b7f9f8bf312c6dce8
+Subproject commit 6f19c099aa6852d0ec0570d9f56281e7f7032f81
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 4c/5a2d096c9bf3b17552e8ee47de6b5aff7493bb 6a/532c8cdb2ed2ec37e3694ff6d70032bccdced0

2016-12-24 Thread Caolán McNamara
 4c/5a2d096c9bf3b17552e8ee47de6b5aff7493bb |1 +
 6a/532c8cdb2ed2ec37e3694ff6d70032bccdced0 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 2f590f32e60242ddc9c58ae91e8272d191936973
Author: Caolán McNamara 
Date:   Sat Dec 24 15:51:16 2016 +

Notes added by 'git notes add'

diff --git a/4c/5a2d096c9bf3b17552e8ee47de6b5aff7493bb 
b/4c/5a2d096c9bf3b17552e8ee47de6b5aff7493bb
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/4c/5a2d096c9bf3b17552e8ee47de6b5aff7493bb
@@ -0,0 +1 @@
+ignore: obsolete
commit 61dfa02d6523047d87db555f4b366655164fddc0
Author: Caolán McNamara 
Date:   Sat Dec 24 15:51:09 2016 +

Notes added by 'git notes add'

diff --git a/6a/532c8cdb2ed2ec37e3694ff6d70032bccdced0 
b/6a/532c8cdb2ed2ec37e3694ff6d70032bccdced0
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/6a/532c8cdb2ed2ec37e3694ff6d70032bccdced0
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 5a/cd2f9a99edf3444c3ae945d6e3a3f27ee442b9 89/1012df64bfa88702757c1403208f00da88c930

2016-12-24 Thread Caolán McNamara
 5a/cd2f9a99edf3444c3ae945d6e3a3f27ee442b9 |1 +
 89/1012df64bfa88702757c1403208f00da88c930 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 829eda2fe4048bddb207bea3c1e6329d75d924e7
Author: Caolán McNamara 
Date:   Sat Dec 24 15:50:53 2016 +

Notes added by 'git notes add'

diff --git a/5a/cd2f9a99edf3444c3ae945d6e3a3f27ee442b9 
b/5a/cd2f9a99edf3444c3ae945d6e3a3f27ee442b9
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/5a/cd2f9a99edf3444c3ae945d6e3a3f27ee442b9
@@ -0,0 +1 @@
+ignore: obsolete
commit 0dc1d5aad1e290d0afc40c972bbce40f6b2dcc81
Author: Caolán McNamara 
Date:   Sat Dec 24 15:50:39 2016 +

Notes added by 'git notes add'

diff --git a/89/1012df64bfa88702757c1403208f00da88c930 
b/89/1012df64bfa88702757c1403208f00da88c930
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/89/1012df64bfa88702757c1403208f00da88c930
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: helpers/find-invalid-help-images.sh

2016-12-24 Thread Gabor Kelemen
 helpers/find-invalid-help-images.sh |   32 
 1 file changed, 32 insertions(+)

New commits:
commit 6f19c099aa6852d0ec0570d9f56281e7f7032f81
Author: Gabor Kelemen 
Date:   Wed Dec 21 00:32:28 2016 +0100

Add script to check for broken image references

Such may appear if images are moved around in the
icon theme directories or between the icon themes
and the helpcontent2 repo.
Simple typos are also possible.

Change-Id: Iafee73efe9776ebf8ae74919c90644570593d94e
Reviewed-on: https://gerrit.libreoffice.org/32264
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/helpers/find-invalid-help-images.sh 
b/helpers/find-invalid-help-images.sh
new file mode 100755
index 000..c73d40e
--- /dev/null
+++ b/helpers/find-invalid-help-images.sh
@@ -0,0 +1,32 @@
+#!/bin/bash
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# This script looks up  tags in helpcontent, checks whether the
+# referenced file exist in the galaxy theme or in source/ and prints a warning 
if it does not.
+# Execute from the root directory of the helpcontent2 repository.
+# No parameters are used.
+
+images=$(git grep \https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 3d/8607502e3248574fb6ce59f27b6c793e81afe3

2016-12-24 Thread Caolán McNamara
 3d/8607502e3248574fb6ce59f27b6c793e81afe3 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 742456f77fab06126fc28990e350ba0b913d430a
Author: Caolán McNamara 
Date:   Sat Dec 24 15:50:24 2016 +

Notes added by 'git notes add'

diff --git a/3d/8607502e3248574fb6ce59f27b6c793e81afe3 
b/3d/8607502e3248574fb6ce59f27b6c793e81afe3
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/3d/8607502e3248574fb6ce59f27b6c793e81afe3
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 38/367c55834e7d26f37f859709b852bdd499aba0 b1/d859da47a092df8c817b5769cc44e53b025971

2016-12-24 Thread Caolán McNamara
 38/367c55834e7d26f37f859709b852bdd499aba0 |1 +
 b1/d859da47a092df8c817b5769cc44e53b025971 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit d9fc88e4c439d6b1bde879c15bf52f4f1ca22e18
Author: Caolán McNamara 
Date:   Sat Dec 24 15:50:05 2016 +

Notes added by 'git notes add'

diff --git a/38/367c55834e7d26f37f859709b852bdd499aba0 
b/38/367c55834e7d26f37f859709b852bdd499aba0
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/38/367c55834e7d26f37f859709b852bdd499aba0
@@ -0,0 +1 @@
+ignore: obsolete
commit 4a9a47214d420af280163c4b98f695dae0385d78
Author: Caolán McNamara 
Date:   Sat Dec 24 15:49:54 2016 +

Notes added by 'git notes add'

diff --git a/b1/d859da47a092df8c817b5769cc44e53b025971 
b/b1/d859da47a092df8c817b5769cc44e53b025971
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/b1/d859da47a092df8c817b5769cc44e53b025971
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 11/d0cb2b2116a262b54b898ee85be4df1f066f86 ab/fad237b447f788eb9e705be5561aac55d6f439

2016-12-24 Thread Caolán McNamara
 11/d0cb2b2116a262b54b898ee85be4df1f066f86 |1 +
 ab/fad237b447f788eb9e705be5561aac55d6f439 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit c4e625f8c83596f3be75172bf264183b06d31933
Author: Caolán McNamara 
Date:   Sat Dec 24 15:49:22 2016 +

Notes added by 'git notes add'

diff --git a/11/d0cb2b2116a262b54b898ee85be4df1f066f86 
b/11/d0cb2b2116a262b54b898ee85be4df1f066f86
new file mode 100644
index 000..8e5c182
--- /dev/null
+++ b/11/d0cb2b2116a262b54b898ee85be4df1f066f86
@@ -0,0 +1 @@
+ignore: aoo
commit dcd66cd812418c8ae95ae861b6d5f2557bed1757
Author: Caolán McNamara 
Date:   Sat Dec 24 15:49:09 2016 +

Notes added by 'git notes add'

diff --git a/ab/fad237b447f788eb9e705be5561aac55d6f439 
b/ab/fad237b447f788eb9e705be5561aac55d6f439
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/ab/fad237b447f788eb9e705be5561aac55d6f439
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 34/94812abc0593bc7f8f3239be4b11e10c5056fa

2016-12-24 Thread Caolán McNamara
 34/94812abc0593bc7f8f3239be4b11e10c5056fa |1 +
 1 file changed, 1 insertion(+)

New commits:
commit e2cea8d9c05f122428c9806b3ddd07903f2c7ca6
Author: Caolán McNamara 
Date:   Sat Dec 24 15:48:54 2016 +

Notes added by 'git notes add'

diff --git a/34/94812abc0593bc7f8f3239be4b11e10c5056fa 
b/34/94812abc0593bc7f8f3239be4b11e10c5056fa
new file mode 100644
index 000..8e5c182
--- /dev/null
+++ b/34/94812abc0593bc7f8f3239be4b11e10c5056fa
@@ -0,0 +1 @@
+ignore: aoo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 48/6f9633c44ca2e49d7828cab6ef82e885a03d7d e8/82f6ef292dada2facd5e7f7086a45ba5eb6dab

2016-12-24 Thread Caolán McNamara
 48/6f9633c44ca2e49d7828cab6ef82e885a03d7d |1 +
 e8/82f6ef292dada2facd5e7f7086a45ba5eb6dab |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 6b8faf2df6a6743bebcdb9da7fa3c612556d350c
Author: Caolán McNamara 
Date:   Sat Dec 24 15:48:38 2016 +

Notes added by 'git notes add'

diff --git a/48/6f9633c44ca2e49d7828cab6ef82e885a03d7d 
b/48/6f9633c44ca2e49d7828cab6ef82e885a03d7d
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/48/6f9633c44ca2e49d7828cab6ef82e885a03d7d
@@ -0,0 +1 @@
+ignore: obsolete
commit 9e158a64cd7f3beea01cdb8c95d371d75009cc5c
Author: Caolán McNamara 
Date:   Sat Dec 24 15:48:26 2016 +

Notes added by 'git notes add'

diff --git a/e8/82f6ef292dada2facd5e7f7086a45ba5eb6dab 
b/e8/82f6ef292dada2facd5e7f7086a45ba5eb6dab
new file mode 100644
index 000..8e5c182
--- /dev/null
+++ b/e8/82f6ef292dada2facd5e7f7086a45ba5eb6dab
@@ -0,0 +1 @@
+ignore: aoo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 2c/ebc0187b6bb8ea09e0d4566b76ee28eab793b5 c9/f8cfd2b72b689c638d15ca089c05b655446e7f

2016-12-24 Thread Caolán McNamara
 2c/ebc0187b6bb8ea09e0d4566b76ee28eab793b5 |1 +
 c9/f8cfd2b72b689c638d15ca089c05b655446e7f |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 614ee246d9a124e164d217411b79390bd385fcf4
Author: Caolán McNamara 
Date:   Sat Dec 24 15:47:54 2016 +

Notes added by 'git notes add'

diff --git a/2c/ebc0187b6bb8ea09e0d4566b76ee28eab793b5 
b/2c/ebc0187b6bb8ea09e0d4566b76ee28eab793b5
new file mode 100644
index 000..8e5c182
--- /dev/null
+++ b/2c/ebc0187b6bb8ea09e0d4566b76ee28eab793b5
@@ -0,0 +1 @@
+ignore: aoo
commit 45419091a4319f56ec903f72d1f7c6674eed38e5
Author: Caolán McNamara 
Date:   Sat Dec 24 15:47:42 2016 +

Notes added by 'git notes add'

diff --git a/c9/f8cfd2b72b689c638d15ca089c05b655446e7f 
b/c9/f8cfd2b72b689c638d15ca089c05b655446e7f
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/c9/f8cfd2b72b689c638d15ca089c05b655446e7f
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 39/41fcce893193b24c0fd089666e57e23412bdaa

2016-12-24 Thread Caolán McNamara
 39/41fcce893193b24c0fd089666e57e23412bdaa |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3a36e8c1a7668a83bc0e29afbc116cb922d226ff
Author: Caolán McNamara 
Date:   Sat Dec 24 15:48:10 2016 +

Notes added by 'git notes add'

diff --git a/39/41fcce893193b24c0fd089666e57e23412bdaa 
b/39/41fcce893193b24c0fd089666e57e23412bdaa
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/39/41fcce893193b24c0fd089666e57e23412bdaa
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - b2/7e6920d1d3f9c5e18109c24107dbd33a773414

2016-12-24 Thread Caolán McNamara
 b2/7e6920d1d3f9c5e18109c24107dbd33a773414 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit a9e9ccbd3366508b8cfdc538afc959cd0fa2600e
Author: Caolán McNamara 
Date:   Sat Dec 24 15:47:21 2016 +

Notes added by 'git notes add'

diff --git a/b2/7e6920d1d3f9c5e18109c24107dbd33a773414 
b/b2/7e6920d1d3f9c5e18109c24107dbd33a773414
new file mode 100644
index 000..8e5c182
--- /dev/null
+++ b/b2/7e6920d1d3f9c5e18109c24107dbd33a773414
@@ -0,0 +1 @@
+ignore: aoo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a2/64476563664ef1f594ab2f3e26ca30758e0d38

2016-12-24 Thread Caolán McNamara
 a2/64476563664ef1f594ab2f3e26ca30758e0d38 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit da37293488a02cc56e25b91dd5a165d19dc92f5b
Author: Caolán McNamara 
Date:   Sat Dec 24 15:47:03 2016 +

Notes added by 'git notes add'

diff --git a/a2/64476563664ef1f594ab2f3e26ca30758e0d38 
b/a2/64476563664ef1f594ab2f3e26ca30758e0d38
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/a2/64476563664ef1f594ab2f3e26ca30758e0d38
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 9f/eaf73b22cb8ee5ba90440c50d06179f4bce8ba

2016-12-24 Thread Caolán McNamara
 9f/eaf73b22cb8ee5ba90440c50d06179f4bce8ba |1 +
 1 file changed, 1 insertion(+)

New commits:
commit c598897c0dbd31079ef78a9272772c0a58b0d959
Author: Caolán McNamara 
Date:   Sat Dec 24 15:46:36 2016 +

Notes added by 'git notes add'

diff --git a/9f/eaf73b22cb8ee5ba90440c50d06179f4bce8ba 
b/9f/eaf73b22cb8ee5ba90440c50d06179f4bce8ba
new file mode 100644
index 000..7d9949c
--- /dev/null
+++ b/9f/eaf73b22cb8ee5ba90440c50d06179f4bce8ba
@@ -0,0 +1 @@
+prefer: 3d6d07a7e34e0e767c653008c0eb16ce7ffe5f19
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 56/2b300a60093268ccf78b4c5de0699e0c341732

2016-12-24 Thread Caolán McNamara
 56/2b300a60093268ccf78b4c5de0699e0c341732 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 219403c60e4c8962e228edeebc1bbb3844256352
Author: Caolán McNamara 
Date:   Sat Dec 24 15:45:35 2016 +

Notes added by 'git notes add'

diff --git a/56/2b300a60093268ccf78b4c5de0699e0c341732 
b/56/2b300a60093268ccf78b4c5de0699e0c341732
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/56/2b300a60093268ccf78b4c5de0699e0c341732
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 87/4598f85eb11a124fafa957ac673eea4a899025

2016-12-24 Thread Caolán McNamara
 87/4598f85eb11a124fafa957ac673eea4a899025 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit f9316da3fbe32e5011a3bdd2a73ca604a5a54785
Author: Caolán McNamara 
Date:   Sat Dec 24 15:45:19 2016 +

Notes added by 'git notes add'

diff --git a/87/4598f85eb11a124fafa957ac673eea4a899025 
b/87/4598f85eb11a124fafa957ac673eea4a899025
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/87/4598f85eb11a124fafa957ac673eea4a899025
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 0a/09230b9e7793eb19f7c659249662397ded36fc 52/033a2f9a457a03d0f79367eac4636dfc84e5bb

2016-12-24 Thread Caolán McNamara
 0a/09230b9e7793eb19f7c659249662397ded36fc |1 +
 52/033a2f9a457a03d0f79367eac4636dfc84e5bb |1 +
 2 files changed, 2 insertions(+)

New commits:
commit fd69253c72aeec578ca194622a8d20dc3ca65170
Author: Caolán McNamara 
Date:   Sat Dec 24 15:44:52 2016 +

Notes added by 'git notes add'

diff --git a/52/033a2f9a457a03d0f79367eac4636dfc84e5bb 
b/52/033a2f9a457a03d0f79367eac4636dfc84e5bb
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/52/033a2f9a457a03d0f79367eac4636dfc84e5bb
@@ -0,0 +1 @@
+ignore: obsolete
commit 6d767b97bd927205240413da52d4ce8c7a0da6cc
Author: Caolán McNamara 
Date:   Sat Dec 24 15:44:37 2016 +

Notes added by 'git notes add'

diff --git a/0a/09230b9e7793eb19f7c659249662397ded36fc 
b/0a/09230b9e7793eb19f7c659249662397ded36fc
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/0a/09230b9e7793eb19f7c659249662397ded36fc
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 46/8972d8a7f8e0ccf999458a2f5a00921dfae7fc e1/a3f9701dcad218e07fac47d2164d3f944c2db4

2016-12-24 Thread Caolán McNamara
 46/8972d8a7f8e0ccf999458a2f5a00921dfae7fc |1 +
 e1/a3f9701dcad218e07fac47d2164d3f944c2db4 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 17267ea36d2b3d320f6c8be0dbc4b216ae3c5361
Author: Caolán McNamara 
Date:   Sat Dec 24 15:45:14 2016 +

Notes added by 'git notes add'

diff --git a/e1/a3f9701dcad218e07fac47d2164d3f944c2db4 
b/e1/a3f9701dcad218e07fac47d2164d3f944c2db4
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/e1/a3f9701dcad218e07fac47d2164d3f944c2db4
@@ -0,0 +1 @@
+ignore: obsolete
commit df68dd6662d0e50da617642d13ea040a5e1a6024
Author: Caolán McNamara 
Date:   Sat Dec 24 15:45:01 2016 +

Notes added by 'git notes add'

diff --git a/46/8972d8a7f8e0ccf999458a2f5a00921dfae7fc 
b/46/8972d8a7f8e0ccf999458a2f5a00921dfae7fc
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/46/8972d8a7f8e0ccf999458a2f5a00921dfae7fc
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 55/9db5c2b1cc58087b93954a0162960ffecd577a

2016-12-24 Thread Caolán McNamara
 55/9db5c2b1cc58087b93954a0162960ffecd577a |1 +
 1 file changed, 1 insertion(+)

New commits:
commit a2b6fbe4392b4c2137e5f3e9de57ce1c27adfbcf
Author: Caolán McNamara 
Date:   Sat Dec 24 15:44:20 2016 +

Notes added by 'git notes add'

diff --git a/55/9db5c2b1cc58087b93954a0162960ffecd577a 
b/55/9db5c2b1cc58087b93954a0162960ffecd577a
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/55/9db5c2b1cc58087b93954a0162960ffecd577a
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 4f/f944ac35edd4333fc41c23042c05e853aea6ad

2016-12-24 Thread Caolán McNamara
 4f/f944ac35edd4333fc41c23042c05e853aea6ad |1 +
 1 file changed, 1 insertion(+)

New commits:
commit ccf3b3cbb0c9c8149941d0477d98d2d0f92b29a4
Author: Caolán McNamara 
Date:   Sat Dec 24 15:43:59 2016 +

Notes added by 'git notes add'

diff --git a/4f/f944ac35edd4333fc41c23042c05e853aea6ad 
b/4f/f944ac35edd4333fc41c23042c05e853aea6ad
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/4f/f944ac35edd4333fc41c23042c05e853aea6ad
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 60/19a45b943ba772a54ba881e2c102b2dfc739d9

2016-12-24 Thread Caolán McNamara
 60/19a45b943ba772a54ba881e2c102b2dfc739d9 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit a27580bf41ae383b9551b3fadb342c939b6ce7ab
Author: Caolán McNamara 
Date:   Sat Dec 24 15:42:47 2016 +

Notes added by 'git notes add'

diff --git a/60/19a45b943ba772a54ba881e2c102b2dfc739d9 
b/60/19a45b943ba772a54ba881e2c102b2dfc739d9
new file mode 100644
index 000..e19ada2
--- /dev/null
+++ b/60/19a45b943ba772a54ba881e2c102b2dfc739d9
@@ -0,0 +1 @@
+prefer: eccddbe04f415d7402b819cca4517964c51eab3d
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - ec/d7f6c5a3b5243d0d67c0d1ad2a215b07103c66 ef/8ff408f80c414d72f2e127f781dfcc309fbe69

2016-12-24 Thread Caolán McNamara
 ec/d7f6c5a3b5243d0d67c0d1ad2a215b07103c66 |1 +
 ef/8ff408f80c414d72f2e127f781dfcc309fbe69 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit e8f1e1482a5ba76c3e4bf84606ec4faf840b14d0
Author: Caolán McNamara 
Date:   Sat Dec 24 15:43:31 2016 +

Notes added by 'git notes add'

diff --git a/ec/d7f6c5a3b5243d0d67c0d1ad2a215b07103c66 
b/ec/d7f6c5a3b5243d0d67c0d1ad2a215b07103c66
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/ec/d7f6c5a3b5243d0d67c0d1ad2a215b07103c66
@@ -0,0 +1 @@
+ignore: obsolete
commit 063fd983c8ac2feead952e5e5678a47c3f2dac1c
Author: Caolán McNamara 
Date:   Sat Dec 24 15:43:18 2016 +

Notes added by 'git notes add'

diff --git a/ef/8ff408f80c414d72f2e127f781dfcc309fbe69 
b/ef/8ff408f80c414d72f2e127f781dfcc309fbe69
new file mode 100644
index 000..01926c9
--- /dev/null
+++ b/ef/8ff408f80c414d72f2e127f781dfcc309fbe69
@@ -0,0 +1 @@
+prefer: 889ec0e4d4afac36d4d462bfeaf146398baa4082
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - cf/101f68c8adaa5fe6398b8523c51ab41857703f

2016-12-24 Thread Caolán McNamara
 cf/101f68c8adaa5fe6398b8523c51ab41857703f |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 03b84facf25dffb2aacf8ebe19cbf24cc30938f9
Author: Caolán McNamara 
Date:   Sat Dec 24 15:41:38 2016 +

Notes added by 'git notes add'

diff --git a/cf/101f68c8adaa5fe6398b8523c51ab41857703f 
b/cf/101f68c8adaa5fe6398b8523c51ab41857703f
new file mode 100644
index 000..b8b4358
--- /dev/null
+++ b/cf/101f68c8adaa5fe6398b8523c51ab41857703f
@@ -0,0 +1 @@
+prefer: c0c6aac4c84521379a155bbe3bf24b674cfb7009
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-12-24 Thread Caolán McNamara
 sfx2/source/appl/linkmgr2.cxx |   27 ++-
 1 file changed, 6 insertions(+), 21 deletions(-)

New commits:
commit c0c6aac4c84521379a155bbe3bf24b674cfb7009
Author: Caolán McNamara 
Date:   Sat Dec 24 15:40:58 2016 +

fix some whitespace formattting

Change-Id: I5b89aa3dbaab81df0c092fb64d2a26410390cefc

diff --git a/sfx2/source/appl/linkmgr2.cxx b/sfx2/source/appl/linkmgr2.cxx
index 7b6a068..3da0210 100644
--- a/sfx2/source/appl/linkmgr2.cxx
+++ b/sfx2/source/appl/linkmgr2.cxx
@@ -63,13 +63,11 @@ public:
 virtual bool Connect( sfx2::SvBaseLink* ) override;
 };
 
-
 LinkManager::LinkManager(SfxObjectShell* p)
 : pPersist( p )
 {
 }
 
-
 LinkManager::~LinkManager()
 {
 for(tools::SvRef & rTmp : aLinkTbl)
@@ -101,7 +99,6 @@ void LinkManager::CloseCachedComps()
 maCachedComps.clear();
 }
 
-
 void LinkManager::Remove( SvBaseLink *pLink )
 {
 // No duplicate links inserted
@@ -129,7 +126,6 @@ void LinkManager::Remove( SvBaseLink *pLink )
 }
 }
 
-
 void LinkManager::Remove( size_t nPos, size_t nCnt )
 {
 if( nCnt && nPos < aLinkTbl.size() )
@@ -150,7 +146,6 @@ void LinkManager::Remove( size_t nPos, size_t nCnt )
 }
 }
 
-
 bool LinkManager::Insert( SvBaseLink* pLink )
 {
 for( size_t n = 0; n < aLinkTbl.size(); ++n )
@@ -169,7 +164,6 @@ bool LinkManager::Insert( SvBaseLink* pLink )
 return true;
 }
 
-
 bool LinkManager::InsertLink( SvBaseLink * pLink,
 sal_uInt16 nObjType,
 SfxLinkUpdateMode nUpdateMode,
@@ -183,7 +177,6 @@ bool LinkManager::InsertLink( SvBaseLink * pLink,
 return Insert( pLink );
 }
 
-
 void LinkManager::InsertDDELink( SvBaseLink * pLink,
 const OUString& rServer,
 const OUString& rTopic,
@@ -200,7 +193,6 @@ void LinkManager::InsertDDELink( SvBaseLink * pLink,
 Insert( pLink );
 }
 
-
 void LinkManager::InsertDDELink( SvBaseLink * pLink )
 {
 DBG_ASSERT( OBJECT_CLIENT_SO & pLink->GetObjType(), "no OBJECT_CLIENT_SO" 
);
@@ -213,7 +205,6 @@ void LinkManager::InsertDDELink( SvBaseLink * pLink )
 Insert( pLink );
 }
 
-
 // Obtain the string for the dialog
 bool LinkManager::GetDisplayNames( const SvBaseLink * pLink,
 OUString* pType,
@@ -338,7 +329,6 @@ void LinkManager::UpdateAllLinks(
 CloseCachedComps();
 }
 
-
 SvLinkSourceRef LinkManager::CreateObj( SvBaseLink * pLink )
 {
 switch( pLink->GetObjType() )
@@ -365,13 +355,11 @@ bool LinkManager::InsertServer( SvLinkSource* pObj )
 return aServerTbl.insert( pObj ).second;
 }
 
-
 void LinkManager::RemoveServer( SvLinkSource* pObj )
 {
 aServerTbl.erase( pObj );
 }
 
-
 void MakeLnkName( OUString& rName, const OUString* pType, const OUString& 
rFile,
 const OUString& rLink, const OUString* pFilter )
 {
@@ -484,11 +472,12 @@ void LinkManager::CancelTransfers()
 nullptr != ( pFileObj = static_cast(pLnk->GetObj()) 
) )
 pFileObj->CancelTransfers();
 }
-// For the purpose of sending Status information from the file object to
-// the base link, there exist a dedicated ClipBoardId. The SvData-object
-// gets the appropriate information as a string
-// For now this is required for file object in conjunction with JavaScript
-// - needs information about Load/Abort/Error
+
+// For the purpose of sending Status information from the file object to
+// the base link, there exist a dedicated ClipBoardId. The SvData-object
+// gets the appropriate information as a string
+// For now this is required for file object in conjunction with JavaScript
+// - needs information about Load/Abort/Error
 SotClipboardFormatId LinkManager::RegisterStatusInfoId()
 {
 static SotClipboardFormatId nFormat = SotClipboardFormatId::NONE;
@@ -501,7 +490,6 @@ SotClipboardFormatId LinkManager::RegisterStatusInfoId()
 return nFormat;
 }
 
-
 bool LinkManager::GetGraphicFromAny( const OUString& rMimeType,
 const css::uno::Any & rValue,
 Graphic& rGrf )
@@ -544,7 +532,6 @@ bool LinkManager::GetGraphicFromAny( const OUString& 
rMimeType,
 return bRet;
 }
 
-
 OUString lcl_DDE_RelToAbs( const OUString& rTopic, const OUString& rBaseURL )
 {
 OUString sRet;
@@ -680,8 +667,6 @@ bool SvxInternalLink::Connect( sfx2::SvBaseLink* pLink )
 return false;
 }
 
-
 }
 
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 3e/75e32a0ff864e72d2725355036d937214bb47f

2016-12-24 Thread Caolán McNamara
 3e/75e32a0ff864e72d2725355036d937214bb47f |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1191dea11daaa46582c44079c8481514a20e1ff8
Author: Caolán McNamara 
Date:   Sat Dec 24 15:39:08 2016 +

Notes added by 'git notes add'

diff --git a/3e/75e32a0ff864e72d2725355036d937214bb47f 
b/3e/75e32a0ff864e72d2725355036d937214bb47f
new file mode 100644
index 000..d9b97fe
--- /dev/null
+++ b/3e/75e32a0ff864e72d2725355036d937214bb47f
@@ -0,0 +1 @@
+prefer: 3a009c427fc04c0a1a100f5f04516cedd1f6f118
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7a/c035b2ddf9275085c30d1048bec7da160158f0

2016-12-24 Thread Caolán McNamara
 7a/c035b2ddf9275085c30d1048bec7da160158f0 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0c25bff6b3daef82da8d3e0cd3564cfad3f0f9fa
Author: Caolán McNamara 
Date:   Sat Dec 24 15:38:09 2016 +

Notes added by 'git notes add'

diff --git a/7a/c035b2ddf9275085c30d1048bec7da160158f0 
b/7a/c035b2ddf9275085c30d1048bec7da160158f0
new file mode 100644
index 000..cc36c4c
--- /dev/null
+++ b/7a/c035b2ddf9275085c30d1048bec7da160158f0
@@ -0,0 +1 @@
+merged as: 1307212b87194f5c18eae0517f0dc4fcb0833e33
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-12-24 Thread Damjan Jovanovic
 connectivity/source/drivers/file/FConnection.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1307212b87194f5c18eae0517f0dc4fcb0833e33
Author: Damjan Jovanovic 
Date:   Sun Dec 4 05:28:54 2016 +

Fix some comment typos.

Patch by: me

(cherry picked from commit 7ac035b2ddf9275085c30d1048bec7da160158f0)

Change-Id: Ic5fa1abe69fbf5f656e79fcd5e17ea5f84208ae6

diff --git a/connectivity/source/drivers/file/FConnection.cxx 
b/connectivity/source/drivers/file/FConnection.cxx
index 8937d10..d77f1b4 100644
--- a/connectivity/source/drivers/file/FConnection.cxx
+++ b/connectivity/source/drivers/file/FConnection.cxx
@@ -191,11 +191,11 @@ void OConnection::construct(const OUString& url,const 
Sequence< PropertyValue >&
 }
 else
 {
-OSL_FAIL("OConnection::construct: ::ucbhelper::Content isn't a 
folder nor a document! How that?!");
+OSL_FAIL("OConnection::construct: ::ucbhelper::Content is 
neither a folder nor a document! How's that?!");
 throw SQLException();
 }
 }
-catch(Exception& e) // a exception is thrown when no file exists
+catch(Exception& e) // an exception is thrown when no file exists
 {
 throwUrlNotValid(getURL(),e.Message);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 43/af186241ac54ce61cdcbb391c21b67b7d7bd2b

2016-12-24 Thread Caolán McNamara
 43/af186241ac54ce61cdcbb391c21b67b7d7bd2b |1 +
 1 file changed, 1 insertion(+)

New commits:
commit a1ec1d8e57454e89efe727f788efb657bc6aa1cb
Author: Caolán McNamara 
Date:   Sat Dec 24 15:36:04 2016 +

Notes added by 'git notes add'

diff --git a/43/af186241ac54ce61cdcbb391c21b67b7d7bd2b 
b/43/af186241ac54ce61cdcbb391c21b67b7d7bd2b
new file mode 100644
index 000..8ff78c0
--- /dev/null
+++ b/43/af186241ac54ce61cdcbb391c21b67b7d7bd2b
@@ -0,0 +1 @@
+prefer: c6551760fc30ce99c6c351cb63093d09a5490061
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 21/6c8d4f89778f35c9988d8c413b318e7418ea10

2016-12-24 Thread Caolán McNamara
 21/6c8d4f89778f35c9988d8c413b318e7418ea10 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit dd2418bb51119bdf0e9b45ccb7469ea287c81263
Author: Caolán McNamara 
Date:   Sat Dec 24 15:35:09 2016 +

Notes added by 'git notes add'

diff --git a/21/6c8d4f89778f35c9988d8c413b318e7418ea10 
b/21/6c8d4f89778f35c9988d8c413b318e7418ea10
new file mode 100644
index 000..6e52838
--- /dev/null
+++ b/21/6c8d4f89778f35c9988d8c413b318e7418ea10
@@ -0,0 +1 @@
+prefer: 1f9bc2b2aa8168f9c164044058b117d2a17d83ad
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 13/4d59496b3571b8c969d6d9e6e6ad14150bd402

2016-12-24 Thread Caolán McNamara
 13/4d59496b3571b8c969d6d9e6e6ad14150bd402 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5cf7d9233c79401ab8f9aa00a6c5083f65309b68
Author: Caolán McNamara 
Date:   Sat Dec 24 15:34:13 2016 +

Notes added by 'git notes add'

diff --git a/13/4d59496b3571b8c969d6d9e6e6ad14150bd402 
b/13/4d59496b3571b8c969d6d9e6e6ad14150bd402
new file mode 100644
index 000..2a6ae3d
--- /dev/null
+++ b/13/4d59496b3571b8c969d6d9e6e6ad14150bd402
@@ -0,0 +1 @@
+prefer: 0b081027fecbfdcdee6ab4e36e22123f3cd4cfde
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 92/9721b5d4e549a8a7e946bdc66f4ad0433664d2

2016-12-24 Thread Caolán McNamara
 92/9721b5d4e549a8a7e946bdc66f4ad0433664d2 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9b8902f87f679f31b00ff7877f95dea7f97beee9
Author: Caolán McNamara 
Date:   Sat Dec 24 15:33:30 2016 +

Notes added by 'git notes add'

diff --git a/92/9721b5d4e549a8a7e946bdc66f4ad0433664d2 
b/92/9721b5d4e549a8a7e946bdc66f4ad0433664d2
new file mode 100644
index 000..8e5c182
--- /dev/null
+++ b/92/9721b5d4e549a8a7e946bdc66f4ad0433664d2
@@ -0,0 +1 @@
+ignore: aoo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 73/2929f8fad6a5e9276307c21e052fa5c8a1f07c

2016-12-24 Thread Caolán McNamara
 73/2929f8fad6a5e9276307c21e052fa5c8a1f07c |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 814496150034e2a08b7b0bba416a2d92380d85db
Author: Caolán McNamara 
Date:   Sat Dec 24 15:32:59 2016 +

Notes added by 'git notes add'

diff --git a/73/2929f8fad6a5e9276307c21e052fa5c8a1f07c 
b/73/2929f8fad6a5e9276307c21e052fa5c8a1f07c
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/73/2929f8fad6a5e9276307c21e052fa5c8a1f07c
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 87/b65544da349b5a091276d10d4c8c41ac8c18e1 d2/7c9519f3cfd3ca9b4d67cec86eb44b32372cdd

2016-12-24 Thread Caolán McNamara
 87/b65544da349b5a091276d10d4c8c41ac8c18e1 |1 +
 d2/7c9519f3cfd3ca9b4d67cec86eb44b32372cdd |1 +
 2 files changed, 2 insertions(+)

New commits:
commit dbaf7572d97edcc2a36bfcc4c6d3c970fb434ff8
Author: Caolán McNamara 
Date:   Sat Dec 24 15:32:35 2016 +

Notes added by 'git notes add'

diff --git a/87/b65544da349b5a091276d10d4c8c41ac8c18e1 
b/87/b65544da349b5a091276d10d4c8c41ac8c18e1
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/87/b65544da349b5a091276d10d4c8c41ac8c18e1
@@ -0,0 +1 @@
+ignore: obsolete
commit bc41223e50838992362b8b4eed0067a89ce7fa6f
Author: Caolán McNamara 
Date:   Sat Dec 24 15:32:20 2016 +

Notes added by 'git notes add'

diff --git a/d2/7c9519f3cfd3ca9b4d67cec86eb44b32372cdd 
b/d2/7c9519f3cfd3ca9b4d67cec86eb44b32372cdd
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/d2/7c9519f3cfd3ca9b4d67cec86eb44b32372cdd
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 54/cf0b54944712f037f916d8a18162a2b032ef1f f3/3cb9e46fc6385129b91dd23035d4a19dacfc48

2016-12-24 Thread Caolán McNamara
 54/cf0b54944712f037f916d8a18162a2b032ef1f |1 +
 f3/3cb9e46fc6385129b91dd23035d4a19dacfc48 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit d91dc542d46f8b2cdcbb6ec682702ae6e1ad332e
Author: Caolán McNamara 
Date:   Sat Dec 24 15:32:02 2016 +

Notes added by 'git notes add'

diff --git a/f3/3cb9e46fc6385129b91dd23035d4a19dacfc48 
b/f3/3cb9e46fc6385129b91dd23035d4a19dacfc48
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/f3/3cb9e46fc6385129b91dd23035d4a19dacfc48
@@ -0,0 +1 @@
+ignore: obsolete
commit be9a070399491ed7fede4d60c14572a80e364123
Author: Caolán McNamara 
Date:   Sat Dec 24 15:31:46 2016 +

Notes added by 'git notes add'

diff --git a/54/cf0b54944712f037f916d8a18162a2b032ef1f 
b/54/cf0b54944712f037f916d8a18162a2b032ef1f
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/54/cf0b54944712f037f916d8a18162a2b032ef1f
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - af/0e5f5c14ead7879700f34a1ffbbae5f90ac1b1

2016-12-24 Thread Caolán McNamara
 af/0e5f5c14ead7879700f34a1ffbbae5f90ac1b1 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 873b30ff26c4f1c9e77127ab5415a634eab89166
Author: Caolán McNamara 
Date:   Sat Dec 24 15:31:12 2016 +

Notes added by 'git notes add'

diff --git a/af/0e5f5c14ead7879700f34a1ffbbae5f90ac1b1 
b/af/0e5f5c14ead7879700f34a1ffbbae5f90ac1b1
new file mode 100644
index 000..82363c6
--- /dev/null
+++ b/af/0e5f5c14ead7879700f34a1ffbbae5f90ac1b1
@@ -0,0 +1 @@
+prefer: ed870efe80397042d8f51d2ca7002025ba4e111f
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-12-24 Thread Caolán McNamara
 extensions/source/bibliography/bib.hrc |   13 ++
 extensions/source/bibliography/toolbar.cxx |   35 ++-
 extensions/source/bibliography/toolbar.hxx |2 -
 extensions/source/bibliography/toolbar.src |   37 ++---
 4 files changed, 44 insertions(+), 43 deletions(-)

New commits:
commit ab72a07f1a1213bf6f9515058865fb898ff7bf24
Author: Caolán McNamara 
Date:   Sat Dec 24 15:27:39 2016 +

unwind RID_TOOLBAR_IMGLIST and RID_TOOLBAR_BIGIMGLIST ImageLists

Change-Id: Iae7ffce940f90e48dfb95b33abab35ca03a6b305

diff --git a/extensions/source/bibliography/bib.hrc 
b/extensions/source/bibliography/bib.hrc
index 2a08819..5c7ea6e 100644
--- a/extensions/source/bibliography/bib.hrc
+++ b/extensions/source/bibliography/bib.hrc
@@ -25,11 +25,14 @@
 #define RID_BIB_START   RID_EXTENSIONS_START
 #endif
 
-//Controls(100)
-#define RID_BIB_CONTROLS(RID_BIB_START + 100)
-#define RID_TOOLBAR_IMGLIST (RID_BIB_CONTROLS+ 2)
-// free
-#define RID_TOOLBAR_BIGIMGLIST  (RID_BIB_CONTROLS+ 4)
+//Bitmaps(100)
+#define RID_BIB_IMAGES   (RID_BIB_START + 100)
+#define RID_EXTBMP_AUTOFILTER_SC (RID_BIB_IMAGES + 1)
+#define RID_EXTBMP_FILTERCRIT_SC (RID_BIB_IMAGES + 2)
+#define RID_EXTBMP_REMOVE_FILTER_SORT_SC (RID_BIB_IMAGES + 3)
+#define RID_EXTBMP_AUTOFILTER_LC (RID_BIB_IMAGES + 4)
+#define RID_EXTBMP_FILTERCRIT_LC (RID_BIB_IMAGES + 5)
+#define RID_EXTBMP_REMOVE_FILTER_SORT_LC (RID_BIB_IMAGES + 6)
 
 // Strings (500)
 #define RID_BIB_STRING  (RID_BIB_START + 200)
diff --git a/extensions/source/bibliography/toolbar.cxx 
b/extensions/source/bibliography/toolbar.cxx
index db6fb3e..9f5541d 100644
--- a/extensions/source/bibliography/toolbar.cxx
+++ b/extensions/source/bibliography/toolbar.cxx
@@ -175,18 +175,16 @@ void BibTBEditListener::statusChanged(const 
frame::FeatureStateEvent& rEvt)throw
 
 BibToolBar::BibToolBar(vcl::Window* pParent, Link aLink)
 : ToolBox(pParent, "toolbar", "modules/sbibliography/ui/toolbar.ui")
-, aImgLst(BibResId(  RID_TOOLBAR_IMGLIST )),
-aBigImgLst(BibResId( RID_TOOLBAR_BIGIMGLIST )),
-aFtSource(VclPtr::Create(this,WB_VCENTER)),
-aLBSource(VclPtr::Create(this,WB_DROPDOWN)),
-aFtQuery(VclPtr::Create(this,WB_VCENTER)),
-aEdQuery(VclPtr::Create(this)),
-pPopupMenu(VclPtr::Create()),
-nMenuId(0),
-nSelMenuItem(0),
-aLayoutManager( aLink ),
-nSymbolsSize( SFX_SYMBOLS_SIZE_SMALL ),
-nOutStyle( 0 )
+, aFtSource(VclPtr::Create(this,WB_VCENTER))
+, aLBSource(VclPtr::Create(this,WB_DROPDOWN))
+, aFtQuery(VclPtr::Create(this,WB_VCENTER))
+, aEdQuery(VclPtr::Create(this))
+, pPopupMenu(VclPtr::Create())
+, nMenuId(0)
+, nSelMenuItem(0)
+, aLayoutManager(aLink)
+, nSymbolsSize(SFX_SYMBOLS_SIZE_SMALL)
+, nOutStyle(0)
 {
 SvtMiscOptions aSvtMiscOptions;
 nSymbolsSize = aSvtMiscOptions.GetCurrentSymbolsSize();
@@ -556,7 +554,6 @@ IMPL_LINK_NOARG( BibToolBar, OptionsChanged_Impl, 
LinkParamNone*, void )
 RebuildToolbar();
 }
 
-
 IMPL_LINK_NOARG( BibToolBar, SettingsChanged_Impl, VclSimpleEvent&, void )
 {
 // Check if toolbar button size have changed and we have to use system 
settings
@@ -568,7 +565,6 @@ IMPL_LINK_NOARG( BibToolBar, SettingsChanged_Impl, 
VclSimpleEvent&, void )
 }
 }
 
-
 void BibToolBar::RebuildToolbar()
 {
 ApplyImageList();
@@ -576,16 +572,11 @@ void BibToolBar::RebuildToolbar()
 Application::PostUserEvent( aLayoutManager );
 }
 
-
 void BibToolBar::ApplyImageList()
 {
-ImageList& rList = ( nSymbolsSize == SFX_SYMBOLS_SIZE_SMALL ) ?
-   ( aImgLst ) :
-   ( aBigImgLst );
-
-SetItemImage(nTBC_BT_AUTOFILTER  , rList.GetImage(SID_FM_AUTOFILTER));
-SetItemImage(nTBC_BT_FILTERCRIT  , rList.GetImage(SID_FM_FILTERCRIT));
-SetItemImage(nTBC_BT_REMOVEFILTER, 
rList.GetImage(SID_FM_REMOVE_FILTER_SORT ));
+SetItemImage(nTBC_BT_AUTOFILTER, Image(BitmapEx(BibResId(nSymbolsSize == 
SFX_SYMBOLS_SIZE_SMALL ? RID_EXTBMP_AUTOFILTER_SC : 
RID_EXTBMP_AUTOFILTER_LC;
+SetItemImage(nTBC_BT_FILTERCRIT, Image(BitmapEx(BibResId(nSymbolsSize == 
SFX_SYMBOLS_SIZE_SMALL ? RID_EXTBMP_FILTERCRIT_SC : 
RID_EXTBMP_FILTERCRIT_LC;
+SetItemImage(nTBC_BT_REMOVEFILTER, Image(BitmapEx(BibResId(nSymbolsSize == 
SFX_SYMBOLS_SIZE_SMALL ? RID_EXTBMP_REMOVE_FILTER_SORT_SC : 
RID_EXTBMP_REMOVE_FILTER_SORT_LC;
 AdjustToolBox();
 }
 
diff --git a/extensions/source/bibliography/toolbar.hxx 
b/extensions/source/bibliography/toolbar.hxx
index e6f4d1a..fc6f01b 100644
--- a/extensions/source/bibliography/toolbar.hxx
+++ b/extensions/source/bibliography/toolbar.hxx
@@ -110,8 +110,6 @@ class BibToolBar:   public ToolBox
 BibToolBarListenerArr   aListenerArr;
 css::uno::Reference< css::frame::XController >  xController;
 IdleaIdle;
-  

Build Failed only on Windows

2016-12-24 Thread Tamsil Amani
I was trying to fix the Easy bug #95416.
I made some required changes.

Here is the gerrit link.
https://gerrit.libreoffice.org/#/c/32404/

The build was successful on my machine Ubuntu 16.04.

Unfortunately, Jenkins failed to compile it on Windows, while it was
successful on the rest.

Here is the build information :

http://ci.libreoffice.org/job/lo_gerrit/4637/

Please, see if you can help.
With regards,
Tamsil Amani
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Warning and error during settingup lode in windows

2016-12-24 Thread Markus Mohrhard
Hey,

On Sat, Dec 24, 2016 at 6:46 AM, Nikhil Kumar vats <
sharmanikhil...@gmail.com> wrote:

> Hi,
>
> I have Visual Studio community 2013 update 5 and java 32 bit installed in
> windows 10 machine.
>
> After running "../../opt/bin/make 2>&1| tee build.log" command I get
> following errors.
>
> Following is output of build.log file.
>
> Can you point me direction what I am doing wrong.
>
>
>
>

Well, your OpenCL driver is buggy. However I just moved the test out of a
normal build. So do git pull -r and build again.

Regards,
Markus
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: sc/Module_sc.mk

2016-12-24 Thread Markus Mohrhard
 sc/Module_sc.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b44628b1e88f8b4fdecb928ed3d0dbd17e3b1841
Author: Markus Mohrhard 
Date:   Thu Dec 22 21:05:41 2016 +0100

move the OpenCL test to subsequentcheck

Based on ESC discussion around stability of tests.

Change-Id: I1c6d84c91c1f85435771013b028cb3aa65a347fc
Reviewed-on: https://gerrit.libreoffice.org/32408
Reviewed-by: Markus Mohrhard 
Tested-by: Markus Mohrhard 

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index cd5c045..0ff41df 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -64,7 +64,6 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \
CppunitTest_sc_subsequent_filters_test \
CppunitTest_sc_subsequent_export_test \
CppunitTest_sc_html_export_test \
-   CppunitTest_sc_opencl_test \
CppunitTest_sc_copypaste \
 ))
 
@@ -101,6 +100,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
JunitTest_sc_unoapi_5 \
JunitTest_sc_unoapi_6 \
JunitTest_sc_unoapi_7 \
+   CppunitTest_sc_opencl_test \
CppunitTest_sc_anchor_test \
CppunitTest_sc_annotationshapeobj \
CppunitTest_sc_outlineobj \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - sw/inc sw/source

2016-12-24 Thread Bjoern Michaelsen
 sw/inc/dcontact.hxx  |5 ++---
 sw/inc/frmfmt.hxx|   35 +++
 sw/source/core/draw/dcontact.cxx |   31 ++-
 sw/source/core/layout/atrfrm.cxx |   15 ++-
 sw/source/core/text/itrform2.cxx |2 +-
 sw/source/core/text/porfly.cxx   |   16 +---
 sw/source/core/text/porfly.hxx   |4 ++--
 7 files changed, 65 insertions(+), 43 deletions(-)

New commits:
commit 4280607328c1c46b566719212ae3f802d511493b
Author: Bjoern Michaelsen 
Date:   Sat Dec 24 03:02:26 2016 +0100

kill FindContactObject and adapt FindSdrObject

- the latter is cheating for now, the FrameFormat should really actively 
bookkeep
  those

Change-Id: Icf64256ba5277dc4d1ec9ac8858bdc014b3f95f5
Reviewed-on: https://gerrit.libreoffice.org/32392
Tested-by: Jenkins 
Reviewed-by: Björn Michaelsen 

diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx
index 9c2b628..ae84eee 100644
--- a/sw/inc/dcontact.hxx
+++ b/sw/inc/dcontact.hxx
@@ -66,7 +66,7 @@ SwContact* GetUserCall( const SdrObject* );
 bool IsMarqueeTextObj( const SdrObject& rObj );
 
 /// Base class for the following contact objects (frame + draw objects).
-class SwContact : public SdrObjUserCall, public SwClient
+class SW_DLLPUBLIC SwContact : public SdrObjUserCall, public SwClient
 {
 /** boolean, indicating destruction of contact object
  important note: boolean has to be set at the beginning of each destructor
@@ -100,6 +100,7 @@ class SwContact : public SdrObjUserCall, public SwClient
 
 protected:
 void SetInDTOR();
+virtual void SwClientNotify(const SwModify&, const SfxHint& rHint) 
override;
 
 public:
 
@@ -190,8 +191,6 @@ class SW_DLLPUBLIC SwFlyDrawContact : public SwContact
 private:
 SwFlyDrawObj* mpMasterObj;
 
-protected:
-virtual void SwClientNotify(const SwModify&, const SfxHint& rHint) 
override;
 
 public:
 
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index f1ebc09..fafa003 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -33,7 +33,19 @@ class IMapObject;
 class SwRect;
 class SwContact;
 class SdrObject;
-namespace sw { class DocumentLayoutManager; }
+namespace sw
+{
+class DocumentLayoutManager;
+// This is cheating: we are not really decoupling much with this hint.
+// SwDrawFrameFormat should probably bookkeep its SdrObject (and
+// SwDrawFrameFormat too) as members
+struct SW_DLLPUBLIC FindSdrObjectHint final : SfxHint
+{
+SdrObject** m_ppObject;
+FindSdrObjectHint(SdrObject** ppObject) : m_ppObject(ppObject) {};
+virtual ~FindSdrObjectHint() override;
+};
+}
 class SwFrameFormats;
 
 /// Style of a layout element.
@@ -106,17 +118,16 @@ public:
 SwRect FindLayoutRect( const bool bPrtArea = false,
const Point* pPoint = nullptr ) const;
 
-/** Searches SdrObject. SdrObjUserCall is client of the format.
-   The UserCall knows its SdrObject. */
-  SwContact *FindContactObj();
-const SwContact *FindContactObj() const
-{ return const_cast(this)->FindContactObj(); }
-
 /** @return the SdrObject, that is connected to the ContactObject.
Only DrawFrameFormats are connected to the "real SdrObject". 
FlyFrameFormats
are connected to a Master and all FlyFrames has the "real SdrObject".
"Real SdrObject" has position and a Z-order. */
-  SdrObject *FindSdrObject();
+SdrObject* FindSdrObject()
+{
+SdrObject* pObject(nullptr);
+CallSwClientNotify(sw::FindSdrObjectHint(&pObject));
+return pObject;
+}
 const SdrObject *FindSdrObject() const
 { return const_cast(this)->FindSdrObject(); }
 
diff --git a/sw/source/core/draw/dcontact.cxx b/sw/source/core/draw/dcontact.cxx
index 0b08435..d014583 100644
--- a/sw/source/core/draw/dcontact.cxx
+++ b/sw/source/core/draw/dcontact.cxx
@@ -378,6 +378,17 @@ sal_uInt32 SwContact::GetMaxOrdNum() const
 return nMaxOrdNum;
 }
 
+void SwContact::SwClientNotify(const SwModify&, const SfxHint& rHint)
+{
+// this does not call SwClient::SwClientNotify and thus doesnt handle 
RES_OBJECTDYING as usual. Is this intentional?
+if (auto pFindSdrObjectHint = dynamic_cast(&rHint))
+{
+if(!*pFindSdrObjectHint->m_ppObject)
+*pFindSdrObjectHint->m_ppObject = GetMaster();
+}
+}
+
+
 SwFlyDrawContact::SwFlyDrawContact( SwFlyFrameFormat *pToRegisterIn, SdrModel 
* ) :
 SwContact( pToRegisterIn )
 {
@@ -434,10 +445,6 @@ void SwFlyDrawContact::SetMaster( SdrObject* _pNewMaster )
 mpMasterObj = static_cast(_pNewMaster);
 }
 
-void SwFlyDrawContact::SwClientNotify(const SwModify&, const SfxHint&)
-{
-}
-
 /**
  * @note Overriding method to control Writer fly frames, which are linked, and
  *   to assure that all objects anchored at/inside the Writer fly frame are
@@ -1382,7 +1389,8 @@ namespace
 
 void SwDrawContact::SwClientNotify(const SwModi

[Libreoffice-commits] dev-tools.git: esc-reporting/esc-collect.py

2016-12-24 Thread jan Iversen
 esc-reporting/esc-collect.py |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 136a2d65c494e6bcb477507e88f2d6493c94b12b
Author: jan Iversen 
Date:   Sat Dec 24 12:39:12 2016 +0100

update due to problem in gerrit API

diff --git a/esc-reporting/esc-collect.py b/esc-reporting/esc-collect.py
index 6bfb9c0..e222485 100755
--- a/esc-reporting/esc-collect.py
+++ b/esc-reporting/esc-collect.py
@@ -93,7 +93,8 @@ def util_load_data_file(cfg, fileName, funcName, 
rawListProto):
   rawList = rawListProto
   rawList['newest-entry'] = (datetime.datetime.now() - 
datetime.timedelta(days=365)).strftime("%Y-%m-%d 00")
   print('retrieving full year of ' + funcName + ', take a coffee')
-return datetime.datetime.strptime(rawList['newest-entry'], "%Y-%m-%d %H"), 
rawList
+searchDate = datetime.datetime.strptime(rawList['newest-entry'], "%Y-%m-%d 
%H") - datetime.timedelta(days=2)
+return searchDate, rawList
 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-12-24 Thread Justin Luth
 sw/source/filter/ww8/ww8par6.cxx |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 604cf7024fce29143150ab77b2f14b59a45e61eb
Author: Justin Luth 
Date:   Sat Dec 24 12:00:21 2016 +0300

tdf#81263 ww8par6: only use valid sal_uInt16 values for ULSpace

VerticalOrient position returns a signed SwTwips number,
but ULSpace uses unsigned int16, so negative numbers
were creating huge margins.

fixes commit 3755c87d0426a499d4755e82d8fbc77caa240764

Change-Id: I23daea9a913ef73efc42a65e0adfc393eaf4e775
Reviewed-on: https://gerrit.libreoffice.org/32400
Tested-by: Jenkins 
Reviewed-by: Justin Luth 

diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 68b017e..0477795 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -2355,8 +2355,9 @@ bool SwWW8ImplReader::StartApo(const ApoTestResults &rApo,
 if (aFlySet.HasItem(RES_VERT_ORIENT, &pItem))
 {
 const SwFormatVertOrient* pOrient = static_cast(pItem);
-if (pOrient->GetPos() != 0)
-pULSpaceItem->SetUpper(pOrient->GetPos());
+SwTwips nPos = pOrient->GetPos();
+if( 0 < nPos && nPos <= SAL_MAX_UINT16 )
+pULSpaceItem->SetUpper( sal_uInt16(nPos) );
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: vcl/inc vcl/source

2016-12-24 Thread Julien Nabet
 vcl/inc/implimagetree.hxx  |2 +-
 vcl/source/image/ImplImageTree.cxx |6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 79995e832d10721422c4dfe0ff394d6efb11f367
Author: Julien Nabet 
Date:   Sat Dec 24 00:33:05 2016 +0100

Typo: scalePrecentage->scalePercentage

Change-Id: If30285545c396425dafef68e388f9e8302b43199
Reviewed-on: https://gerrit.libreoffice.org/32390
Tested-by: Jenkins 
Reviewed-by: Julien Nabet 

diff --git a/vcl/inc/implimagetree.hxx b/vcl/inc/implimagetree.hxx
index 5fa528e..1a4d4c6 100644
--- a/vcl/inc/implimagetree.hxx
+++ b/vcl/inc/implimagetree.hxx
@@ -55,7 +55,7 @@ struct ImageRequestParameters
 {}
 
 bool convertToDarkTheme();
-sal_Int32 scalePrecentage();
+sal_Int32 scalePercentage();
 };
 
 class ImplImageTree
diff --git a/vcl/source/image/ImplImageTree.cxx 
b/vcl/source/image/ImplImageTree.cxx
index 42f2104..8e34ff6 100644
--- a/vcl/source/image/ImplImageTree.cxx
+++ b/vcl/source/image/ImplImageTree.cxx
@@ -60,7 +60,7 @@ bool ImageRequestParameters::convertToDarkTheme()
 return bConvertToDarkTheme;
 }
 
-sal_Int32 ImageRequestParameters::scalePrecentage()
+sal_Int32 ImageRequestParameters::scalePercentage()
 {
 sal_Int32 aScalePercentage = 100;
 if (!(meFlags & ImageLoadFlags::IgnoreScalingFactor))
@@ -154,7 +154,7 @@ std::shared_ptr wrapStream(css::uno::Reference< 
css::io::XInputStream
 void loadImageFromStream(std::shared_ptr const & xStream, OUString 
const & rPath, ImageRequestParameters& rParameters)
 {
 bool bConvertToDarkTheme = rParameters.convertToDarkTheme();
-sal_Int32 aScalePercentage = rParameters.scalePrecentage();
+sal_Int32 aScalePercentage = rParameters.scalePercentage();
 
 if (rPath.endsWith(".png"))
 {
@@ -299,7 +299,7 @@ bool ImplImageTree::loadDefaultImage(OUString const & 
style, BitmapEx& bitmap, c
 OUString createVariant(ImageRequestParameters& rParameters)
 {
 bool bConvertToDarkTheme = rParameters.convertToDarkTheme();
-sal_Int32 aScalePercentage = rParameters.scalePrecentage();
+sal_Int32 aScalePercentage = rParameters.scalePercentage();
 
 OUString aVariant;
 if (aScalePercentage == 100 && !bConvertToDarkTheme)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-12-24 Thread Mert Tumer
 android/source/res/values/strings.xml|6 +
 android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java |   52 
++
 2 files changed, 58 insertions(+)

New commits:
commit 45f75e2909ccf47c8615b5adf1bfda4cd6247879
Author: Mert Tumer 
Date:   Wed Dec 21 12:48:53 2016 +0200

tdf#104856 - Fix for closing the document without asking for saving

Change-Id: I37b6fbf2639439a57c6d162b7817d009d1d49023
Reviewed-on: https://gerrit.libreoffice.org/32332
Reviewed-by: jan iversen 
Tested-by: jan iversen 

diff --git a/android/source/res/values/strings.xml 
b/android/source/res/values/strings.xml
index 9ac37be..5cf7311 100644
--- a/android/source/res/values/strings.xml
+++ b/android/source/res/values/strings.xml
@@ -100,5 +100,11 @@
 Choose Directory
 Invalid directory path
 
+
+Save the document before 
closing?
+SAVE
+CANCEL
+NO
+
 
 
diff --git 
a/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java 
b/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java
index c04742a..0eb326b 100755
--- a/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java
+++ b/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java
@@ -18,6 +18,7 @@ import android.support.v4.widget.DrawerLayout;
 import android.support.v7.app.AppCompatActivity;
 import android.support.v7.widget.Toolbar;
 import android.util.Log;
+import android.view.KeyEvent;
 import android.view.View;
 import android.view.inputmethod.InputMethodManager;
 import android.widget.AdapterView;
@@ -99,6 +100,7 @@ public class LibreOfficeMainActivity extends 
AppCompatActivity {
 private boolean isKeyboardOpen = false;
 private boolean isFormattingToolbarOpen = false;
 private boolean isSearchToolbarOpen = false;
+private boolean isDocumentChanged = false;
 @Override
 public void onCreate(Bundle savedInstanceState) {
 Log.w(LOGTAG, "onCreate..");
@@ -181,6 +183,16 @@ public class LibreOfficeMainActivity extends 
AppCompatActivity {
 layerView.setInputConnectionHandler(new LOKitInputConnectionHandler());
 mLayerClient.notifyReady();
 
+layerView.setOnKeyListener(new View.OnKeyListener() {
+@Override
+public boolean onKey(View view, int i, KeyEvent keyEvent) {
+if(keyEvent.getKeyCode() != KeyEvent.KEYCODE_BACK){
+isDocumentChanged=true;
+}
+return false;
+}
+});
+
 // create TextCursorLayer
 mDocumentOverlay = new DocumentOverlay(mAppContext, layerView);
 
@@ -269,6 +281,7 @@ public class LibreOfficeMainActivity extends 
AppCompatActivity {
 protected void onPostExecute(Void param) {
 Toast.makeText(activity, R.string.message_saved,
 Toast.LENGTH_SHORT).show();
+isDocumentChanged=false;
 }
 };
 // Delay the call to document provider save operation and check the
@@ -344,6 +357,45 @@ public class LibreOfficeMainActivity extends 
AppCompatActivity {
 }
 }
 }
+@Override
+public void onBackPressed() {
+if (!isDocumentChanged) {
+super.onBackPressed();
+return;
+}
+
+
+DialogInterface.OnClickListener dialogClickListener = new 
DialogInterface.OnClickListener() {
+@Override
+public void onClick(DialogInterface dialog, int which) {
+switch (which){
+case DialogInterface.BUTTON_POSITIVE:
+//SAVE
+saveDocument();
+isDocumentChanged=false;
+onBackPressed();
+break;
+
+case DialogInterface.BUTTON_NEGATIVE:
+//CANCEL
+break;
+case DialogInterface.BUTTON_NEUTRAL:
+//NO
+isDocumentChanged=false;
+onBackPressed();
+break;
+}
+}
+};
+
+AlertDialog.Builder builder = new AlertDialog.Builder(mAppContext);
+builder.setMessage(R.string.save_alert_dialog_title)
+.setPositiveButton(R.string.save_document, dialogClickListener)
+.setNegativeButton(R.string.cancel_save_document, 
dialogClickListener)
+.setNeutralButton(R.string.no_save_document, 
dialogClickListener)
+.show();
+
+}
 
 public LOKitThread getLOKitThread() {
 return sLOKitThread;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - sd/source svx/source sw/source

2016-12-24 Thread abdulwd
 sd/source/ui/app/strings.src |   10 +-
 svx/source/svdraw/svdstr.src |   12 ++--
 sw/source/core/undo/undo.src |2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 1c6993e6d7d04c42c6bd48da6afb6305eb608c11
Author: abdulwd 
Date:   Fri Dec 23 01:22:18 2016 +0530

tdf#70998 Change from picture to image

Change from 'picture' to 'image' in sw/source/core/undo

Change-Id: I075bb426b13023f35ccda1d8b8ade872a52c3d61
Reviewed-on: https://gerrit.libreoffice.org/32354
Tested-by: Jenkins 
Reviewed-by: jan iversen 

diff --git a/sw/source/core/undo/undo.src b/sw/source/core/undo/undo.src
index f045c85..fca138b 100644
--- a/sw/source/core/undo/undo.src
+++ b/sw/source/core/undo/undo.src
@@ -628,7 +628,7 @@ String STR_FOOTNOTE
 };
 String STR_GRAPHIC
 {
-Text[ en-US ] = "picture";
+Text[ en-US ] = "image";
 };
 String STR_DRAWING_OBJECTS
 {
commit a2a605d864417209f3bfacc858fe9107a1e48531
Author: tamsil1amani3 
Date:   Thu Dec 22 18:45:21 2016 +0530

tdf#70998 Text change: graphics/picture to image

Changed files: sd/source/ui/app/strings.src
   svx/source/svdraw/svdstr.src

Change-Id: I380f2c568120cdef2be7a5203307d5cda8b65530
Reviewed-on: https://gerrit.libreoffice.org/32337
Tested-by: Jenkins 
Reviewed-by: jan iversen 

diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src
index 94de063..185dc9e 100644
--- a/sd/source/ui/app/strings.src
+++ b/sd/source/ui/app/strings.src
@@ -444,7 +444,7 @@ String STR_WARN_PRINTFORMAT_FAILURE
 };
 String STR_REMOVE_LINK
 {
-Text [ en-US ] = "This graphic is linked to a document. \nDo you want to 
unlink the graphic in order to edit it?" ;
+Text [ en-US ] = "This image is linked to a document. \nDo you want to 
unlink the image in order to edit it?" ;
 };
 String STR_IMPORT_GRFILTER_OPENERROR
 {
@@ -918,7 +918,7 @@ String STR_HTMLEXP_SETTEXT
 
 String STR_HTMLEXP_SETGRAPHIC
 {
-Text [ en-US ] = "Graphics";
+Text [ en-US ] = "Image";
 };
 
 String STR_HTMLEXP_OUTLINE
@@ -963,7 +963,7 @@ String STR_ISLOADING
 
 String STR_DRAW_GRAF_TOOLBOX
 {
-Text [ en-US ] = "Graphics Object Bar" ;
+Text [ en-US ] = "Image Object Bar" ;
 };
 
 String STR_UNDO_APPLY_3D_FAVOURITE
@@ -973,7 +973,7 @@ String STR_UNDO_APPLY_3D_FAVOURITE
 
 String STR_UNDO_GRAFFILTER
 {
-Text [ en-US ] = "Graphics filter" ;
+Text [ en-US ] = "Image filter" ;
 };
 
 String STR_WARNING_NOSOUNDFILE
@@ -1157,7 +1157,7 @@ String STR_TASKPANEL_LAYOUT_MENU_TITLE
 };
 String STR_GRAPHICS_STYLE_FAMILY
 {
-Text [ en-US ] = "Graphic Styles";
+Text [ en-US ] = "Image Styles";
 };
 String STR_PRESENTATIONS_STYLE_FAMILY
 {
diff --git a/svx/source/svdraw/svdstr.src b/svx/source/svdraw/svdstr.src
index 29fd30a..d9423b9 100644
--- a/svx/source/svdraw/svdstr.src
+++ b/svx/source/svdraw/svdstr.src
@@ -425,19 +425,19 @@ String STR_ObjNamePluralCUSTOMSHAPE
 };
 String STR_ObjNameSingulGRAFMAC
 {
-Text [ en-US ] = "Mac graphic" ;
+Text [ en-US ] = "Mac image" ;
 };
 String STR_ObjNamePluralGRAFMAC
 {
-Text [ en-US ] = "Mac graphics" ;
+Text [ en-US ] = "Mac image" ;
 };
 String STR_ObjNameSingulGRAFMACLNK
 {
-Text [ en-US ] = "Linked Mac graphic" ;
+Text [ en-US ] = "Linked Mac image" ;
 };
 String STR_ObjNamePluralGRAFMACLNK
 {
-Text [ en-US ] = "Linked Mac graphics" ;
+Text [ en-US ] = "Linked Mac image" ;
 };
 
 // Svg support
@@ -1461,7 +1461,7 @@ String STR_ItemNam_GRAFINVERT
 };
 String STR_ItemNam_GRAFMODE
 {
-Text [ en-US ] = "Graphics mode";
+Text [ en-US ] = "Image mode";
 };
 String STR_ItemNam_GRAFRESERVE2 { Text = "" ; };
 String STR_ItemNam_GRAFRESERVE3 { Text = "" ; };
@@ -2661,7 +2661,7 @@ String SIP_SA_GRAFINVERT
 };
 String SIP_SA_GRAFMODE
 {
-Text [ en-US ] = "Graphics mode";
+Text [ en-US ] = "Image mode";
 };
 String SIP_SA_GRAFCROP
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-12-24 Thread abdulwd
 extras/source/wordbook/technical.dic |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1597730ac12e39d98c556bb5fe4be4c0b61b0567
Author: abdulwd 
Date:   Fri Dec 23 19:17:43 2016 +0530

tdf#87605 Added 'ANSI' to technical dictionary

Updated the technical dictionary at extras/source/workbook/technical.dic

Change-Id: Iadd62acf24cbec3ec7782e4d31f14297d8702bbb
Reviewed-on: https://gerrit.libreoffice.org/32383
Tested-by: Jenkins 
Reviewed-by: jan iversen 

diff --git a/extras/source/wordbook/technical.dic 
b/extras/source/wordbook/technical.dic
index de90ade..e23c107 100644
--- a/extras/source/wordbook/technical.dic
+++ b/extras/source/wordbook/technical.dic
@@ -12,6 +12,7 @@ AIX=
 Amiga=
 AMD
 Android
+ANSI
 AppArmor
 AppConnect=
 Apple
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Repository.mk scp2/source shell/Module_shell.mk

2016-12-24 Thread Matúš Kukan
 Repository.mk  |3 ++-
 scp2/source/ooo/file_ooo.scp   |9 -
 scp2/source/ooo/module_ooo.scp |3 +--
 shell/Module_shell.mk  |   11 ++-
 4 files changed, 5 insertions(+), 21 deletions(-)

New commits:
commit b09035675465b156d773e60d6c6650fa12d17766
Author: Matúš Kukan 
Date:   Sat Dec 24 06:07:05 2016 +0100

tdf#90753: AutoInstall shell_senddoc package

Change-Id: I6cc638c460a8baa2cd9d29c3b82418b6ecfb630d
Reviewed-on: https://gerrit.libreoffice.org/32397
Tested-by: Jenkins 
Reviewed-by: Matúš Kukan 

diff --git a/Repository.mk b/Repository.mk
index 884a309..939b91d 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -796,7 +796,6 @@ $(eval $(call gb_Helper_register_packages, \
readlicense_oo_readmes \
setup_native_misc \
share \
-   shell_senddoc \
vcl_fontunxpsprint \
 ))
 
@@ -886,6 +885,8 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\
package_dtd \
sd_web \
sfx2_emojiconfig \
+   $(call gb_Helper_optional,DESKTOP,\
+   $(if $(filter-out WNT,$(OS)),$(if 
$(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
$(call gb_Helper_optional,DESKTOP,$(if $(filter-out MACOSX 
WNT,$(OS)),svx_gengal)) \
$(if $(USING_X11),vcl_fontunxppds) \
$(if $(filter $(OS),MACOSX),vcl_osxres) \
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index a3e5a67..6d962d0 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -27,15 +27,6 @@
 
 #include "macros.inc"
 
-#if defined UNX && ! defined ENABLE_MACOSX_SANDBOX
-File gid_File_Bin_Senddoc
-BIN_FILE_BODY;
-Dir = FILELIST_DIR;
-Name = "shell_senddoc.filelist";
-Styles = (FILELIST, PACKED);
-End
-#endif
-
 STD_RES_FILE( gid_File_Res_Eps, eps )
 
 #if defined WITH_HELP
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp
index 210f4e5..7f1fa99 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -23,8 +23,7 @@ Module gid_Module_Root
 PackageInfo = "packinfo_office.txt";
 InstallOrder = "20";
 MOD_NAME_DESC(MODULE_ROOT_OSL);
-Files = (gid_File_Bin_Senddoc,
- gid_File_Txt_Pagein_Common,
+Files = (gid_File_Txt_Pagein_Common,
  gid_File_Txt_Pagein_Calc,
  gid_File_Txt_Pagein_Draw,
  gid_File_Txt_Pagein_Impress,
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 17661e9..53fda24 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -94,14 +94,6 @@ $(eval $(call gb_Module_add_targets,shell,\
Library_syssh \
 ))
 
-ifneq ($(OS),WNT)
-
-$(eval $(call gb_Module_add_targets,shell,\
-   StaticLibrary_xmlparser \
-))
-
-endif
-
 ifeq ($(USING_X11),TRUE)
 $(eval $(call gb_Module_add_targets,shell,\
Library_recentfile \
@@ -111,9 +103,10 @@ endif
 ifneq ($(OS),WNT)
 
 $(eval $(call gb_Module_add_targets,shell,\
+   StaticLibrary_xmlparser \
Executable_uri_encode \
Library_cmdmail \
-   Package_senddoc \
+   $(if $(ENABLE_MACOSX_SANDBOX),,Package_senddoc) \
 ))
 
 endif
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Repository.mk scp2/source

2016-12-24 Thread Matúš Kukan
 Repository.mk|7 ++-
 scp2/source/ooo/module_pdfimport.scp |8 
 2 files changed, 6 insertions(+), 9 deletions(-)

New commits:
commit 120a87a36e04b01c99c3544aca57faf66934d9c7
Author: Matúš Kukan 
Date:   Sat Dec 24 00:03:01 2016 +0100

tdf#90753: AutoInstall xpdfimport_err.pdf as filelist

Change-Id: Icfebcbf3cb738cb376a5ee97cd21a27a25c0bf35
Reviewed-on: https://gerrit.libreoffice.org/32396
Tested-by: Jenkins 
Reviewed-by: Matúš Kukan 

diff --git a/Repository.mk b/Repository.mk
index 6423202..884a309 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -794,7 +794,6 @@ $(eval $(call gb_Helper_register_packages, \
postprocess_registry \
python_zipcore \
readlicense_oo_readmes \
-   sdext_pdfimport_pdf \
setup_native_misc \
share \
shell_senddoc \
@@ -937,6 +936,12 @@ $(eval $(call 
gb_Helper_register_packages_for_install,ogltrans,\
slideshow_opengl_shader \
 ))
 
+ifneq ($(ENABLE_PDFIMPORT),)
+$(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
+   sdext_pdfimport_pdf \
+))
+endif
+
 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
reportbuilder-templates \
 ))
diff --git a/scp2/source/ooo/module_pdfimport.scp 
b/scp2/source/ooo/module_pdfimport.scp
index 5159b19..548ea58 100644
--- a/scp2/source/ooo/module_pdfimport.scp
+++ b/scp2/source/ooo/module_pdfimport.scp
@@ -34,7 +34,6 @@ Module gid_Module_Pdfimport
 Styles = (HIDDEN_ROOT);
 Dirs = (gid_Dir_Share_Xpdfimport);
 Files = (auto_pdfimport_ALL,
-gid_File_Dat_XpdfimportErrPdf,
 gid_File_Xcd_Pdfimport);
 End
 
@@ -43,13 +42,6 @@ Directory gid_Dir_Share_Xpdfimport
 DosName = "xpdfimport";
 End
 
-File gid_File_Dat_XpdfimportErrPdf
-TXT_FILE_BODY;
-Dir = gid_Dir_Share_Xpdfimport;
-Name = "xpdfimport_err.pdf";
-Styles = (PACKED);
-End
-
 File gid_File_Xcd_Pdfimport
 TXT_FILE_BODY;
 Dir = gid_Brand_Dir_Share_Registry;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: 1 of 233 Bug TDF#99097 - Call for reflection

2016-12-24 Thread Jan Iversen
Hi

It is vacation time, so please be prepared to wait a bit longer for answers :-)

> So, my question is: what do you think?
Personally I think we should try to have a consistent behaviour in our code 
base, however Eike and Markus are the specialist in Calc, and they might have 
some reasons to do things in a special way.

rgds
jan I.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Edmund Wong - license statement

2016-12-24 Thread Jan Iversen
WELCOME
Thanks for your license statement.

We suggest you add yourself to our wiki (remark this is not a demand)
https://wiki.documentfoundation.org/Development/Developers

If you want help to get started or have any questions, then please contact me. 
I am here to help you (and others) in getting their first patch submitted.

LibreOffice is a very big program and getting it built, setting up gerrit, and 
getting the first patch right can be a bit challenging, therefore do not 
hesitate to email me if you want help.

We have made a step by step guide to help you get started:
https://wiki.documentfoundation.org/Development/GetInvolved

rgds
Jan Iversen.___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice