[Libreoffice-commits] core.git: 2 commits - dtrans/source i18nlangtag/IwyuFilter_i18nlangtag.yaml i18nlangtag/qa i18nlangtag/source

2019-05-21 Thread Gabor Kelemen (via logerrit)
 dtrans/source/win32/ftransl/ftranslentry.cxx |2 +-
 i18nlangtag/IwyuFilter_i18nlangtag.yaml  |2 ++
 i18nlangtag/qa/cppunit/test_languagetag.cxx  |3 ---
 i18nlangtag/source/isolang/inunx.cxx |5 ++---
 i18nlangtag/source/isolang/inwnt.cxx |2 +-
 i18nlangtag/source/isolang/isolang.cxx   |2 --
 i18nlangtag/source/isolang/mslangid.cxx  |1 -
 7 files changed, 6 insertions(+), 11 deletions(-)

New commits:
commit afb764f83bd9e01e052608db87250d64503d4b9d
Author: Gabor Kelemen 
AuthorDate: Mon Apr 1 02:00:43 2019 +0200
Commit: Miklos Vajna 
CommitDate: Tue May 21 09:27:05 2019 +0200

tdf#42949 Fix IWYU warnings in i18nlangtag/

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I8a40dc89e121bd121c1f90f5636eee65636cad17
Reviewed-on: https://gerrit.libreoffice.org/72014
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/i18nlangtag/IwyuFilter_i18nlangtag.yaml 
b/i18nlangtag/IwyuFilter_i18nlangtag.yaml
new file mode 100644
index ..5b58117440f0
--- /dev/null
+++ b/i18nlangtag/IwyuFilter_i18nlangtag.yaml
@@ -0,0 +1,2 @@
+---
+assumeFilename: i18nlangtag/source/isolang/isolang.cxx
diff --git a/i18nlangtag/qa/cppunit/test_languagetag.cxx 
b/i18nlangtag/qa/cppunit/test_languagetag.cxx
index 2a22924e33d5..595fd92370e7 100644
--- a/i18nlangtag/qa/cppunit/test_languagetag.cxx
+++ b/i18nlangtag/qa/cppunit/test_languagetag.cxx
@@ -18,9 +18,6 @@
 #include 
 
 #include 
-#include 
-#include 
-#include 
 
 #include 
 #include 
diff --git a/i18nlangtag/source/isolang/inunx.cxx 
b/i18nlangtag/source/isolang/inunx.cxx
index 4c0146772f53..ce9ea5ee83e9 100644
--- a/i18nlangtag/source/isolang/inunx.cxx
+++ b/i18nlangtag/source/isolang/inunx.cxx
@@ -18,20 +18,19 @@
  */
 
 #include 
-#include 
 
 #ifdef MACOSX
 #include 
 #include 
 #include 
+#include 
 
 #else   // MACOSX
 #include 
 #endif  // MACOSX
 
 #include 
-#include 
-#include 
+#include 
 #include 
 
 
diff --git a/i18nlangtag/source/isolang/inwnt.cxx 
b/i18nlangtag/source/isolang/inwnt.cxx
index a96cc67bb5cb..76fe58b04917 100644
--- a/i18nlangtag/source/isolang/inwnt.cxx
+++ b/i18nlangtag/source/isolang/inwnt.cxx
@@ -24,7 +24,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 #include 
 
 static LanguageType nImplSystemLanguage = LANGUAGE_DONTKNOW;
diff --git a/i18nlangtag/source/isolang/isolang.cxx 
b/i18nlangtag/source/isolang/isolang.cxx
index d095542c8229..97b4f8c29a09 100644
--- a/i18nlangtag/source/isolang/isolang.cxx
+++ b/i18nlangtag/source/isolang/isolang.cxx
@@ -19,8 +19,6 @@
 
 #include 
 #include 
-#include 
-#include 
 
 #include 
 #include 
diff --git a/i18nlangtag/source/isolang/mslangid.cxx 
b/i18nlangtag/source/isolang/mslangid.cxx
index 3ed50cdd80e2..0d76ba3b8288 100644
--- a/i18nlangtag/source/isolang/mslangid.cxx
+++ b/i18nlangtag/source/isolang/mslangid.cxx
@@ -19,7 +19,6 @@
 
 #include 
 #include 
-#include 
 #include 
 
 #include 
commit a7d66f9fa6928080f9ebb61a1414b59b3b6b7ff9
Author: Andrea Gelmini 
AuthorDate: Tue May 14 21:25:36 2019 +
Commit: Julien Nabet 
CommitDate: Tue May 21 09:26:50 2019 +0200

Fix typo

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

diff --git a/dtrans/source/win32/ftransl/ftranslentry.cxx 
b/dtrans/source/win32/ftransl/ftranslentry.cxx
index 67e90161a207..cdcfda46b10c 100644
--- a/dtrans/source/win32/ftransl/ftranslentry.cxx
+++ b/dtrans/source/win32/ftransl/ftranslentry.cxx
@@ -38,7 +38,7 @@ using namespace ::com::sun::star::datatransfer;
 namespace
 {
 
-// functions to create a new Clipboad instance; is needed by factory 
helper implementation
+// functions to create a new Clipboard instance; is needed by factory 
helper implementation
 // @param rServiceManager - service manager, useful if the component needs 
other uno services
 // so we should give it to every UNO-Implementation component
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: chart2/source cui/source dbaccess/source extensions/source filter/source include/IwyuFilter_include.yaml include/svx sc/source sd/source svx/inc svx/source sw/source

2019-05-21 Thread Gabor Kelemen (via logerrit)
 chart2/source/controller/drawinglayer/DrawViewWrapper.cxx |1 
 cui/source/inc/numpages.hxx   |1 
 cui/source/options/optchart.cxx   |1 
 dbaccess/source/core/api/RowSet.cxx   |1 
 dbaccess/source/ui/control/sqledit.cxx|1 
 dbaccess/source/ui/querydesign/QueryDesignView.cxx|1 
 dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx |1 
 extensions/source/propctrlr/formcomponenthandler.cxx  |1 
 filter/source/msfilter/msdffimp.cxx   |1 
 filter/source/msfilter/svdfppt.cxx|1 
 include/IwyuFilter_include.yaml   |6 +++
 include/svx/EnhancedCustomShapeGeometry.hxx   |1 
 include/svx/EnhancedCustomShapeTypeNames.hxx  |1 
 include/svx/IAccessibleParent.hxx |   11 ---
 include/svx/IAccessibleViewForwarder.hxx  |1 
 include/svx/IAccessibleViewForwarderListener.hxx  |4 --
 include/svx/Palette.hxx   |5 +--
 include/svx/PaletteManager.hxx|   12 +++
 include/svx/ParaLineSpacingPopup.hxx  |4 --
 include/svx/ParaSpacingControl.hxx|7 ++--
 include/svx/ParseContext.hxx  |3 +
 include/svx/ctredlin.hxx  |   22 +-
 include/svx/e3dundo.hxx   |1 
 include/svx/extrud3d.hxx  |6 +++
 include/svx/hdft.hxx  |6 +--
 include/svx/helperhittest3d.hxx   |1 
 include/svx/hexcolorcontrol.hxx   |   10 +++---
 include/svx/imapdlg.hxx   |   16 +++---
 include/svx/ipolypolygoneditorcontroller.hxx  |1 
 include/svx/itemwin.hxx   |2 -
 include/svx/lathe3d.hxx   |6 +++
 include/svx/linectrl.hxx  |5 ---
 include/svx/msdffdef.hxx  |1 
 include/svx/numfmtsh.hxx  |1 
 include/svx/numinf.hxx|1 
 include/svx/numvset.hxx   |4 --
 include/svx/obj3d.hxx |   15 -
 include/svx/objfac3d.hxx  |1 
 include/svx/optgrid.hxx   |8 +++--
 include/svx/pagectrl.hxx  |2 -
 include/svx/paraprev.hxx  |1 
 include/svx/postattr.hxx  |1 
 include/svx/pszctrl.hxx   |1 
 include/svx/ruler.hxx |2 -
 include/svx/scene3d.hxx   |2 +
 include/svx/sphere3d.hxx  |5 +++
 include/svx/svddef.hxx|2 +
 sc/source/ui/miscdlgs/acredlin.cxx|1 
 sc/source/ui/optdlg/tpview.cxx|1 
 sc/source/ui/unoobj/confuno.cxx   |1 
 sd/source/ui/func/fusldlg.cxx |1 
 sd/source/ui/view/drviewse.cxx|1 
 svx/inc/palettes.hxx  |2 +
 svx/source/accessibility/ChildrenManagerImpl.cxx  |1 
 svx/source/customshapes/EnhancedCustomShape3d.cxx |1 
 svx/source/dialog/ctredlin.cxx|2 +
 svx/source/dialog/dlgctl3d.cxx|1 
 svx/source/dialog/hexcolorcontrol.cxx |2 +
 svx/source/dialog/imapdlg.cxx |2 +
 svx/source/dialog/pagectrl.cxx|1 
 svx/source/dialog/paraprev.cxx|1 
 svx/source/engine3d/cube3d.cxx|1 
 svx/source/engine3d/extrud3d.cxx  |1 
 svx/source/engine3d/lathe3d.cxx   |1 
 svx/source/engine3d/sphere3d.cxx  |1 
 svx/source/fmcomp/fmgridcl.cxx|2 -
 svx/source/form/ParseContext.cxx  |1 
 svx/source/form/filtnav.cxx   |1 
 svx/source/form/fmshimp.cxx   |1 
 svx/source/form/formcontroller.cxx|1 
 svx/source/inc/sqlparserclient.hxx|4 ++
 svx/source/sidebar/paragraph/ParaLineSpacingPopup.cxx |1 
 svx/source/sidebar/paragraph/ParaSpacingControl.cxx   |2 +
 svx/

[Libreoffice-commits] core.git: animations/IwyuFilter_animations.yaml animations/source eventattacher/IwyuFilter_eventattacher.yaml eventattacher/source i18nutil/IwyuFilter_i18nutil.yaml i18nutil/sour

2019-05-23 Thread Gabor Kelemen (via logerrit)
 animations/IwyuFilter_animations.yaml   |2 ++
 animations/source/animcore/animcore.cxx |5 +++--
 eventattacher/IwyuFilter_eventattacher.yaml |2 ++
 eventattacher/source/eventattacher.cxx  |4 ++--
 i18nutil/IwyuFilter_i18nutil.yaml   |2 ++
 i18nutil/source/utility/paper.cxx   |2 --
 i18nutil/source/utility/unicode.cxx |1 -
 7 files changed, 11 insertions(+), 7 deletions(-)

New commits:
commit c3c620c89d0159629f04642cb665fc8fdff7481e
Author: Gabor Kelemen 
AuthorDate: Thu May 16 00:23:44 2019 +0200
Commit: Miklos Vajna 
CommitDate: Thu May 23 09:06:27 2019 +0200

tdf#42949 Fix IWYU warnings in: animations/ eventattacher/ i18nutil/

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I23a6d485ee1ca0bc3801bcc1a6d748b8ed2b490c
Reviewed-on: https://gerrit.libreoffice.org/72634
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/animations/IwyuFilter_animations.yaml 
b/animations/IwyuFilter_animations.yaml
new file mode 100644
index ..68726e459898
--- /dev/null
+++ b/animations/IwyuFilter_animations.yaml
@@ -0,0 +1,2 @@
+---
+assumeFilename: animations/source/animcore/animcore.cxx
diff --git a/animations/source/animcore/animcore.cxx 
b/animations/source/animcore/animcore.cxx
index d5bcb0c21b14..b5a9a174bd7b 100644
--- a/animations/source/animcore/animcore.cxx
+++ b/animations/source/animcore/animcore.cxx
@@ -18,7 +18,6 @@
  */
 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -44,7 +43,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -62,6 +60,9 @@
 #include 
 #include 
 
+namespace com::sun::star::uno { class XComponentContext; }
+namespace com::sun::star::beans { struct NamedValue; }
+
 using ::osl::Mutex;
 using ::osl::Guard;
 using ::comphelper::OInterfaceContainerHelper2;
diff --git a/eventattacher/IwyuFilter_eventattacher.yaml 
b/eventattacher/IwyuFilter_eventattacher.yaml
new file mode 100644
index ..2922f0b494c5
--- /dev/null
+++ b/eventattacher/IwyuFilter_eventattacher.yaml
@@ -0,0 +1,2 @@
+---
+assumeFilename: eventattacher/source/eventattacher.cxx
diff --git a/eventattacher/source/eventattacher.cxx 
b/eventattacher/source/eventattacher.cxx
index 2711dd28a01a..6eebdc26a188 100644
--- a/eventattacher/source/eventattacher.cxx
+++ b/eventattacher/source/eventattacher.cxx
@@ -19,9 +19,7 @@
 #include 
 #include 
 #include 
-#include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -43,6 +41,8 @@
 #include 
 #include 
 
+namespace com::sun::star::lang { class XMultiServiceFactory; }
+
 using namespace com::sun::star::uno;
 using namespace com::sun::star::registry;
 using namespace com::sun::star::lang;
diff --git a/i18nutil/IwyuFilter_i18nutil.yaml 
b/i18nutil/IwyuFilter_i18nutil.yaml
new file mode 100644
index ..7c69af4385c6
--- /dev/null
+++ b/i18nutil/IwyuFilter_i18nutil.yaml
@@ -0,0 +1,2 @@
+---
+assumeFilename: i18nutil/source/utility/paper.cxx
diff --git a/i18nutil/source/utility/paper.cxx 
b/i18nutil/source/utility/paper.cxx
index 9933ac6fe82f..6b59399e9124 100644
--- a/i18nutil/source/utility/paper.cxx
+++ b/i18nutil/source/utility/paper.cxx
@@ -27,14 +27,12 @@
 
 #include 
 
-#include 
 #include 
 #include 
 #include 
 
 #ifdef UNX
 #include 
-#include 
 #include 
 #if defined(LC_PAPER) && defined(_GNU_SOURCE)
 #include 
diff --git a/i18nutil/source/utility/unicode.cxx 
b/i18nutil/source/utility/unicode.cxx
index ce363acbc4e2..7e0c425368be 100644
--- a/i18nutil/source/utility/unicode.cxx
+++ b/i18nutil/source/utility/unicode.cxx
@@ -18,7 +18,6 @@
  */
 
 #include 
-#include 
 #include 
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: scaddins/IwyuFilter_scaddins.yaml scaddins/source

2019-05-24 Thread Gabor Kelemen (via logerrit)
 scaddins/IwyuFilter_scaddins.yaml   |   25 +
 scaddins/source/analysis/analysis.cxx   |6 ++
 scaddins/source/analysis/analysis.hxx   |9 ++---
 scaddins/source/analysis/analysishelper.cxx |3 ++-
 scaddins/source/analysis/analysishelper.hxx |   17 -
 scaddins/source/analysis/bessel.cxx |4 +++-
 scaddins/source/analysis/bessel.hxx |2 --
 scaddins/source/analysis/financial.cxx  |1 +
 scaddins/source/datefunc/datefunc.cxx   |2 +-
 scaddins/source/datefunc/datefunc.hxx   |4 ++--
 scaddins/source/pricing/pricing.cxx |1 -
 scaddins/source/pricing/pricing.hxx |4 ++--
 12 files changed, 44 insertions(+), 34 deletions(-)

New commits:
commit c4ab578198aaa177b693ec9fc8b67b74f2ca9ba2
Author: Gabor Kelemen 
AuthorDate: Wed May 15 19:52:00 2019 +0200
Commit: Miklos Vajna 
CommitDate: Fri May 24 09:33:12 2019 +0200

tdf#42949 Fix IWYU warnings in scaddins/

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I6b39bd25e243ab0f39847f6feb0b767d7358bf0f
Reviewed-on: https://gerrit.libreoffice.org/72635
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/scaddins/IwyuFilter_scaddins.yaml 
b/scaddins/IwyuFilter_scaddins.yaml
new file mode 100644
index ..f9bb348e5457
--- /dev/null
+++ b/scaddins/IwyuFilter_scaddins.yaml
@@ -0,0 +1,25 @@
+---
+assumeFilename: scaddins/source/analysis/analysis.cxx
+blacklist:
+scaddins/source/analysis/analysis.hxx:
+# Base class needs complete type
+- com/sun/star/lang/XServiceInfo.hpp
+- com/sun/star/lang/XServiceName.hpp
+- com/sun/star/sheet/addin/XAnalysis.hpp
+- com/sun/star/sheet/XAddIn.hpp
+- com/sun/star/sheet/XCompatibilityNames.hpp
+scaddins/source/datefunc/datefunc.hxx:
+# Base class needs complete type
+- com/sun/star/lang/XServiceInfo.hpp
+- com/sun/star/lang/XServiceName.hpp
+- com/sun/star/sheet/addin/XDateFunctions.hpp
+- com/sun/star/sheet/addin/XMiscFunctions.hpp
+- com/sun/star/sheet/XAddIn.hpp
+- com/sun/star/sheet/XCompatibilityNames.hpp
+scaddins/source/pricing/pricing.hxx:
+# Base class needs complete type
+- com/sun/star/lang/XServiceInfo.hpp
+- com/sun/star/lang/XServiceName.hpp
+- com/sun/star/sheet/addin/XPricingFunctions.hpp
+- com/sun/star/sheet/XAddIn.hpp
+- com/sun/star/sheet/XCompatibilityNames.hpp
diff --git a/scaddins/source/analysis/analysis.cxx 
b/scaddins/source/analysis/analysis.cxx
index db051847789d..3587d859c2d6 100644
--- a/scaddins/source/analysis/analysis.cxx
+++ b/scaddins/source/analysis/analysis.cxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include "analysisdefs.hxx"
 #include "analysis.hxx"
-#include 
 #include "bessel.hxx"
 #include 
 #include 
@@ -26,12 +26,10 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
-#include 
 #include 
-#include 
+#include 
 #include 
 #include 
 #include 
diff --git a/scaddins/source/analysis/analysis.hxx 
b/scaddins/source/analysis/analysis.hxx
index c90c265abc82..ec82f509471c 100644
--- a/scaddins/source/analysis/analysis.hxx
+++ b/scaddins/source/analysis/analysis.hxx
@@ -24,22 +24,17 @@
 #include 
 #include 
 #include 
-#include 
 #include 
-#include 
 #include 
-#include 
 
 #include 
 
-#include "analysisdefs.hxx"
 #include "analysishelper.hxx"
 
 #include 
 
-namespace sca { namespace analysis {
-class ConvertDataList;
-} }
+namespace com::sun::star::lang { class XMultiServiceFactory; }
+namespace com::sun::star::sheet { struct LocalizedName; }
 
 css::uno::Reference< css::uno::XInterface > AnalysisAddIn_CreateInstance( 
const css::uno::Reference< css::lang::XMultiServiceFactory >& );
 
diff --git a/scaddins/source/analysis/analysishelper.cxx 
b/scaddins/source/analysis/analysishelper.cxx
index 40cfd180fb71..c44c55f763db 100644
--- a/scaddins/source/analysis/analysishelper.cxx
+++ b/scaddins/source/analysis/analysishelper.cxx
@@ -17,6 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include 
 #include 
 #include 
 
@@ -24,9 +25,9 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
+#include "analysisdefs.hxx"
 #include "analysishelper.hxx"
 #include 
 #include 
diff --git a/scaddins/source/analysis/analysishelper.hxx 
b/scaddins/source/analysis/analysishelper.hxx
index 5e58a2af8fb1..627315bb11f6 100644
--- a/scaddins/source/analysis/analysishelper.hxx
+++ b/scaddins/source/analysis/analysishelper.hxx
@@ -20,23 +20,16 @@
 #define INCLUDED_SCADDINS_SOURCE_ANALYSIS_ANALYSISHELPER_HXX
 
 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
+#include 
 
 #include 
 
-#include "analysisdefs.hxx"
-
 #include 
 #include 
 
+namespace com::sun::star::beans { class XPropertySet; }
+namespace com::sun::star::uno { cl

[Libreoffice-commits] core.git: cui/source include/cui include/svx sc/source sd/source svx/source sw/source

2019-05-27 Thread Gabor Kelemen (via logerrit)
 cui/source/factory/cuiexp.cxx |1 
 cui/source/factory/dlgfact.cxx|1 
 cui/source/tabpages/autocdlg.cxx  |2 
 cui/source/tabpages/chardlg.cxx   |1 
 cui/source/tabpages/numpages.cxx  |1 
 include/cui/cuicharmap.hxx|1 
 include/svx/ShapeTypeHandler.hxx  |   14 +++---
 include/svx/scene3d.hxx   |5 --
 include/svx/sdasitm.hxx   |6 +-
 include/svx/sdrhittesthelper.hxx  |3 -
 include/svx/sdrmasterpagedescriptor.hxx   |2 
 include/svx/sdrpagewindow.hxx |   10 ++--
 include/svx/sdrundomanager.hxx|1 
 include/svx/sdtfchim.hxx  |2 
 include/svx/searchcharmap.hxx |   21 
+-
 include/svx/selectioncontroller.hxx   |1 
 include/svx/shapepropertynotifier.hxx |9 ++--
 include/svx/ucsubset.hxx  |1 
 sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx  |1 
 sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx |1 
 sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx |1 
 sd/source/ui/accessibility/AccessiblePresentationShape.cxx|2 
 sd/source/ui/func/futext.cxx  |1 
 svx/source/accessibility/AccessibleGraphicShape.cxx   |1 
 svx/source/accessibility/AccessibleOLEShape.cxx   |1 
 svx/source/accessibility/AccessibleShape.cxx  |1 
 svx/source/accessibility/ChildrenManagerImpl.cxx  |1 
 svx/source/accessibility/ShapeTypeHandler.cxx |1 
 svx/source/dialog/searchcharmap.cxx   |1 
 svx/source/items/customshapeitem.cxx  |2 
 sw/source/core/access/accmap.cxx  |2 
 31 files changed, 52 insertions(+), 46 deletions(-)

New commits:
commit 1d944b934340617bf8b90a3fe2ec140be10ffe8f
Author: Gabor Kelemen 
AuthorDate: Sun May 19 09:32:13 2019 +0200
Commit: Miklos Vajna 
CommitDate: Mon May 27 10:05:34 2019 +0200

tdf#42949 Fix IWYU warnings in include/svx/[sS][a-h]*

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I84fc75e06e61e5391aef6e237c36daad95dedb84
Reviewed-on: https://gerrit.libreoffice.org/72550
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/cui/source/factory/cuiexp.cxx b/cui/source/factory/cuiexp.cxx
index 7c46eee53c93..3c8f89be234d 100644
--- a/cui/source/factory/cuiexp.cxx
+++ b/cui/source/factory/cuiexp.cxx
@@ -18,6 +18,7 @@
  */
 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index ca48341081fc..d9d818387f3e 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -27,6 +27,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index 7838cd35d816..9b2a98e20584 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -18,6 +18,7 @@
  */
 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -40,6 +41,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index de5d7e233013..9236a26a2dbd 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -29,6 +29,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx
index eb4356342a90..8c0ccf671032 100644
--- a/cui/source/tabpages/numpages.cxx
+++ b/cui/source/tabpages/numpages.cxx
@@ -32,6 +32,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/include/cui/cuicharmap.hxx b/include/cui/cuicharmap.hxx
index cfe472e632a9..c03c9a6808df 100644
--- a/include/cui/cuicharmap.hxx
+++ b/include/cui/cuicharmap.hxx
@@ -26,6 +26,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
diff --git a/include/svx/ShapeTypeHandler.hxx b/include/svx/ShapeTypeHandler.hxx
index e252ae30cc01..b58463879f55 100644
--- a/include/svx/ShapeTypeHandler.hxx
+++ b/include/svx/ShapeTypeHandler.hxx
@@ -20,19 +20,19 @@
 #ifndef INCLUDED_SVX_SHAPETYPEHANDLER_HXX
 #define INCLUDED_SVX_SHAPETYPE

[Libreoffice-commits] core.git: helpcontent2

2019-05-27 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b1501d65674a74481b61a10a250febed77348f4a
Author: Gabor Kelemen 
AuthorDate: Sun May 26 14:28:55 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon May 27 10:09:10 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Drop Personalization page

After core commit e1e9e2aa16f08a8fd9e38db706d63e8eceeda8d1

Change-Id: Ie035df76473890f634d4457ccbf1201b9998c5ff
Reviewed-on: https://gerrit.libreoffice.org/72977
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index a8a0ba510bc1..bc3054425edf 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit a8a0ba510bc1b5d73d5267e1b36a0e00f4117816
+Subproject commit bc3054425edfff31de5beafa8546213c19c6634d
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: bin/ui-checkdomain.sh

2019-05-28 Thread Gabor Kelemen (via logerrit)
 bin/ui-checkdomain.sh |   52 ++
 1 file changed, 52 insertions(+)

New commits:
commit be17c39aab166532b4ba386c1e36f0404c19eb50
Author: Gabor Kelemen 
AuthorDate: Mon May 27 23:33:47 2019 +0200
Commit: Caolán McNamara 
CommitDate: Tue May 28 10:05:34 2019 +0200

bin/ui-checkdomain.sh: Script to check translation domain in .ui files

Change-Id: Ibf6c181ecfb219ba5d142236471af03f8d3b32c6
Reviewed-on: https://gerrit.libreoffice.org/73072
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/bin/ui-checkdomain.sh b/bin/ui-checkdomain.sh
new file mode 100755
index ..30e0c5b0f594
--- /dev/null
+++ b/bin/ui-checkdomain.sh
@@ -0,0 +1,52 @@
+#!/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 finds .ui files with incorrect translation domain set
+# and prints the domain, the file name and the expected domain
+# See also the discussion at https://gerrit.libreoffice.org/#/c/72973/
+
+declare -A modules
+
+# List of modules with .ui files and their expected translation domain
+modules+=(  \
+[basctl]=basctl \
+[chart2]=chart \
+[cui]=cui \
+[dbaccess]=dba \
+[desktop]=dkt \
+[editeng]=editeng \
+[extensions]=pcr \
+[filter]=flt \
+[formula]="for" \
+[fpicker]=fps \
+[framework]=fwk \
+[reportdesign]=rpt \
+[sc]=sc \
+[sd]=sd \
+[sfx2]=sfx \
+[starmath]=sm \
+[svtools]=svt \
+[svx]=svx \
+[sw]=sw \
+[uui]=uui \
+[vcl]=vcl \
+[writerperfect]=wpt \
+[xmlsecurity]=xsc \
+)
+
+# Iterate the keys, i.e. modules with a uiconfig subdir
+for key in ${!modules[@]}; do
+# Enumerate all .ui files in each module
+for uifile in $(git ls-files ${key}/uiconfig/*\.ui); do
+# Check that they contain the expected domain in double quotation 
marks, print the line if they don't
+grep "\https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: sccomp/IwyuFilter_sccomp.yaml sccomp/qa sccomp/source

2019-05-28 Thread Gabor Kelemen (via logerrit)
 sccomp/IwyuFilter_sccomp.yaml|8 
 sccomp/qa/unit/SwarmSolverTest.cxx   |7 ---
 sccomp/qa/unit/solver.cxx|4 
 sccomp/source/solver/CoinMPSolver.cxx|3 ++-
 sccomp/source/solver/LpsolveSolver.cxx   |5 ++---
 sccomp/source/solver/SolverComponent.cxx |3 ---
 sccomp/source/solver/SolverComponent.hxx |3 ++-
 sccomp/source/solver/SwarmSolver.cxx |6 +-
 8 files changed, 19 insertions(+), 20 deletions(-)

New commits:
commit 77450fa1c9b7cb3acb19b23ff3b4ed7bc2b7c7a1
Author: Gabor Kelemen 
AuthorDate: Wed May 15 23:05:02 2019 +0200
Commit: Miklos Vajna 
CommitDate: Tue May 28 10:08:10 2019 +0200

tdf#42949 Fix IWYU warnings in sccomp/

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Ie2d1a6dad1dc1f05aa033ea5fed1807261ce
Reviewed-on: https://gerrit.libreoffice.org/72636
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/sccomp/IwyuFilter_sccomp.yaml b/sccomp/IwyuFilter_sccomp.yaml
new file mode 100644
index ..9c8634e83c26
--- /dev/null
+++ b/sccomp/IwyuFilter_sccomp.yaml
@@ -0,0 +1,8 @@
+---
+assumeFilename: sccomp/source/solver/SolverComponent.cxx
+blacklist:
+sccomp/source/solver/SolverComponent.hxx:
+# Base class needs full type
+- com/sun/star/sheet/XSolver.hpp
+- com/sun/star/sheet/XSolverDescription.hpp
+- com/sun/star/lang/XServiceInfo.hpp
diff --git a/sccomp/qa/unit/SwarmSolverTest.cxx 
b/sccomp/qa/unit/SwarmSolverTest.cxx
index b7bd3025373e..90422e520197 100644
--- a/sccomp/qa/unit/SwarmSolverTest.cxx
+++ b/sccomp/qa/unit/SwarmSolverTest.cxx
@@ -9,20 +9,13 @@
 
 #include 
 
-#include 
-#include 
-#include 
 #include 
-#include 
 #include 
 #include 
-#include 
 #include 
 
 #include 
 
-#include 
-
 using namespace css;
 
 namespace
diff --git a/sccomp/qa/unit/solver.cxx b/sccomp/qa/unit/solver.cxx
index 76d94fee88c3..9355733c36d2 100644
--- a/sccomp/qa/unit/solver.cxx
+++ b/sccomp/qa/unit/solver.cxx
@@ -9,15 +9,11 @@
 
 #include 
 
-#include 
 #include 
-#include 
 #include 
 #include 
 #include 
 
-#include 
-
 using namespace css;
 
 namespace {
diff --git a/sccomp/source/solver/CoinMPSolver.cxx 
b/sccomp/source/solver/CoinMPSolver.cxx
index d227e48d5f0f..cd2973580997 100644
--- a/sccomp/source/solver/CoinMPSolver.cxx
+++ b/sccomp/source/solver/CoinMPSolver.cxx
@@ -25,13 +25,14 @@
 
 #include 
 #include 
-#include 
 
 #include 
 #include 
 #include 
 #include 
 
+namespace com::sun::star::uno { class XComponentContext; }
+
 using namespace com::sun::star;
 
 class CoinMPSolver : public SolverComponent
diff --git a/sccomp/source/solver/LpsolveSolver.cxx 
b/sccomp/source/solver/LpsolveSolver.cxx
index 0eb7d08dafd6..e20434a8cb46 100644
--- a/sccomp/source/solver/LpsolveSolver.cxx
+++ b/sccomp/source/solver/LpsolveSolver.cxx
@@ -37,7 +37,6 @@
  /
 
 #include 
-#include 
 
 #undef LANGUAGE_NONE
 #if defined _WIN32
@@ -57,12 +56,12 @@
 
 #include 
 #include 
-#include 
 #include 
-#include 
 #include 
 #include 
 
+namespace com::sun::star::uno { class XComponentContext; }
+
 using namespace com::sun::star;
 
 class LpsolveSolver : public SolverComponent
diff --git a/sccomp/source/solver/SolverComponent.cxx 
b/sccomp/source/solver/SolverComponent.cxx
index d279d8feceb4..58ce00adf284 100644
--- a/sccomp/source/solver/SolverComponent.cxx
+++ b/sccomp/source/solver/SolverComponent.cxx
@@ -26,11 +26,8 @@
 #include 
 
 #include 
-#include 
 
 #include 
-#include 
-#include 
 
 using namespace com::sun::star;
 
diff --git a/sccomp/source/solver/SolverComponent.hxx 
b/sccomp/source/solver/SolverComponent.hxx
index 21b646731e0c..d4ead6889291 100644
--- a/sccomp/source/solver/SolverComponent.hxx
+++ b/sccomp/source/solver/SolverComponent.hxx
@@ -23,7 +23,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -32,6 +31,8 @@
 
 #include 
 
+namespace com::sun::star::table { class XCell; }
+
 // hash map for the coefficients of a dependent cell (objective or constraint)
 // The size of each vector is the number of columns (variable cells) plus one, 
first entry is initial value.
 
diff --git a/sccomp/source/solver/SwarmSolver.cxx 
b/sccomp/source/solver/SwarmSolver.cxx
index ac2d15bd29d1..e342658dea77 100644
--- a/sccomp/source/solver/SwarmSolver.cxx
+++ b/sccomp/source/solver/SwarmSolver.cxx
@@ -11,7 +11,6 @@
 #include 
 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -43,6 +42,11 @@
 
 #include 
 
+namespace com::sun::star::uno
+{
+class XComponentContext;
+}
+
 using namespace css;
 
 namespace
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: i18npool/inc i18npool/IwyuFilter_i18npool.yaml i18npool/qa i18npool/source

2019-05-28 Thread Gabor Kelemen (via logerrit)
 i18npool/IwyuFilter_i18npool.yaml   |   94 
++
 i18npool/inc/breakiteratorImpl.hxx  |   11 
-
 i18npool/inc/breakiterator_th.hxx   |1 
 i18npool/inc/breakiterator_unicode.hxx  |4 
 i18npool/inc/calendarImpl.hxx   |5 
 i18npool/inc/calendar_gregorian.hxx |4 
 i18npool/inc/cclass_unicode.hxx |6 
 i18npool/inc/chaptercollator.hxx|3 
 i18npool/inc/characterclassificationImpl.hxx|4 
 i18npool/inc/collatorImpl.hxx   |6 
 i18npool/inc/defaultnumberingprovider.hxx   |8 
 i18npool/inc/indexentrysupplier.hxx |3 
 i18npool/inc/indexentrysupplier_common.hxx  |4 
 i18npool/inc/inputsequencechecker.hxx   |4 
 i18npool/inc/localedata.hxx |   23 
--
 i18npool/inc/nativenumbersupplier.hxx   |4 
 i18npool/inc/numberformatcode.hxx   |7 
 i18npool/inc/ordinalsuffix.hxx  |3 
 i18npool/inc/textToPronounce_zh.hxx |2 
 i18npool/inc/textconversion.hxx |8 
 i18npool/inc/textconversionImpl.hxx |4 
 i18npool/inc/transliterationImpl.hxx|5 
 i18npool/inc/transliteration_Ignore.hxx |3 
 i18npool/inc/transliteration_OneToOne.hxx   |3 
 i18npool/inc/transliteration_commonclass.hxx|2 
 i18npool/inc/xdictionary.hxx|1 
 i18npool/qa/cppunit/test_breakiterator.cxx  |5 
 i18npool/qa/cppunit/test_characterclassification.cxx|7 
 i18npool/qa/cppunit/test_textsearch.cxx |6 
 i18npool/source/breakiterator/breakiteratorImpl.cxx |5 
 i18npool/source/breakiterator/breakiterator_cjk.cxx |4 
 i18npool/source/breakiterator/breakiterator_th.cxx  |1 
 i18npool/source/breakiterator/breakiterator_unicode.cxx |5 
 i18npool/source/breakiterator/gendict.cxx   |1 
 i18npool/source/breakiterator/xdictionary.cxx   |2 
 i18npool/source/calendar/calendarImpl.cxx   |2 
 i18npool/source/calendar/calendar_gregorian.cxx |8 
 i18npool/source/calendar/calendar_hijri.cxx |1 
 i18npool/source/calendar/calendar_jewish.cxx|7 
 i18npool/source/characterclassification/cclass_unicode.cxx  |4 
 i18npool/source/characterclassification/cclass_unicode_parser.cxx   |1 
 i18npool/source/characterclassification/characterclassificationImpl.cxx |3 
 i18npool/source/characterclassification/unoscripttypedetector.cxx   |3 
 i18npool/source/collator/collatorImpl.cxx   |1 
 i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx   |9 
 i18npool/source/indexentry/indexentrysupplier.cxx   |3 
 i18npool/source/indexentry/indexentrysupplier_asian.cxx |1 
 i18npool/source/indexentry/indexentrysupplier_common.cxx|2 
 i18npool/source/indexentry/indexentrysupplier_default.cxx   |1 
 i18npool/source/indexentry/indexentrysupplier_ja_phonetic.cxx   |1 
 i18npool/source/inputchecker/inputsequencechecker.cxx   |2 
 i18npool/source/localedata/LocaleNode.cxx   |3 
 i18npool/source/localedata/LocaleNode.hxx   |   12 
-
 i18npool/source/localedata/localedata.cxx   |   10 
-
 i18npool/source/localedata/saxparser.cxx|5 
 i18npool/source/nativenumber/nativenumbersupplier.cxx   |2 
 i18npool/source/ordinalsuffix/ordinalsuffix.cxx |4 
 i18npool/source/registerservices/registerservices.cxx   |3 
 i18npool/source/search/levdis.cxx   |1 
 i18npool/source/search/levdis.hxx   |2 
 i18npool/source/search/textsearch.cxx   |6 
 i18npool/source/search/textsearch.hxx

[Libreoffice-commits] core.git: sot/IwyuFilter_sot.yaml sot/qa sot/source

2019-05-28 Thread Gabor Kelemen (via logerrit)
 sot/IwyuFilter_sot.yaml|   13 +
 sot/qa/cppunit/test_sot.cxx|2 --
 sot/source/base/exchange.cxx   |3 ---
 sot/source/base/filelist.cxx   |2 --
 sot/source/base/formats.cxx|1 -
 sot/source/sdstor/stg.cxx  |5 -
 sot/source/sdstor/stgavl.hxx   |2 ++
 sot/source/sdstor/stgcache.cxx |4 
 sot/source/sdstor/stgcache.hxx |3 ---
 sot/source/sdstor/stgdir.cxx   |3 ---
 sot/source/sdstor/stgdir.hxx   |2 --
 sot/source/sdstor/stgelem.cxx  |3 ---
 sot/source/sdstor/stgio.cxx|2 --
 sot/source/sdstor/stgio.hxx|2 --
 sot/source/sdstor/stgole.cxx   |3 +--
 sot/source/sdstor/stgole.hxx   |2 --
 sot/source/sdstor/stgstrms.cxx |2 --
 sot/source/sdstor/storage.cxx  |3 ---
 sot/source/sdstor/storinfo.cxx |3 ++-
 sot/source/sdstor/ucbstorage.cxx   |9 ++---
 sot/source/unoolestorage/xolesimplestorage.cxx |3 ++-
 sot/source/unoolestorage/xolesimplestorage.hxx |   20 ++--
 22 files changed, 32 insertions(+), 60 deletions(-)

New commits:
commit e43f0657f19f9de8d351bb6b416b7fd7f570e3ff
Author: Gabor Kelemen 
AuthorDate: Wed May 22 23:05:03 2019 +0200
Commit: Michael Stahl 
CommitDate: Tue May 28 12:24:40 2019 +0200

tdf#42949 Fix IWYU warnings in sot/

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I202a98d76a37a564315374893b44ec25ef7798b3
Reviewed-on: https://gerrit.libreoffice.org/73005
Tested-by: Jenkins
Reviewed-by: Michael Stahl 

diff --git a/sot/IwyuFilter_sot.yaml b/sot/IwyuFilter_sot.yaml
new file mode 100644
index ..42d48d538f59
--- /dev/null
+++ b/sot/IwyuFilter_sot.yaml
@@ -0,0 +1,13 @@
+---
+assumeFilename: sot/source/base/object.cxx
+blacklist:
+sot/source/unoolestorage/xolesimplestorage.hxx:
+# Base class needs complete type
+- com/sun/star/embed/XOLESimpleStorage.hpp
+- com/sun/star/lang/XServiceInfo.hpp
+sot/source/sdstor/stgcache.hxx:
+# OSL_BIGENDIAN is being checked
+- osl/endian.h
+sot/source/sdstor/stgcache.cxx:
+# OSL_BIGENDIAN is being checked
+- osl/endian.h
diff --git a/sot/qa/cppunit/test_sot.cxx b/sot/qa/cppunit/test_sot.cxx
index 06e26c806eb1..101013a8fb2c 100644
--- a/sot/qa/cppunit/test_sot.cxx
+++ b/sot/qa/cppunit/test_sot.cxx
@@ -10,8 +10,6 @@
 #include 
 #include 
 
-#include 
-#include 
 #include 
 #include 
 #include 
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx
index f6d5ee8ca633..da90eef263d7 100644
--- a/sot/source/base/exchange.cxx
+++ b/sot/source/base/exchange.cxx
@@ -20,15 +20,12 @@
 #include 
 
 #include 
-#include 
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
-#include 
 #include 
 
 #include 
diff --git a/sot/source/base/filelist.cxx b/sot/source/base/filelist.cxx
index ac3388858643..9ccce2cc2bb5 100644
--- a/sot/source/base/filelist.cxx
+++ b/sot/source/base/filelist.cxx
@@ -19,9 +19,7 @@
 
 #include 
 #include 
-#include 
 #include 
-#include 
 
 /* Stream operators */
 
diff --git a/sot/source/base/formats.cxx b/sot/source/base/formats.cxx
index bb5ea3dcae16..d26521fd31e8 100644
--- a/sot/source/base/formats.cxx
+++ b/sot/source/base/formats.cxx
@@ -17,7 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include 
 #include 
 
 #include 
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx
index f8715d71408a..5b52b4b3683a 100644
--- a/sot/source/sdstor/stg.cxx
+++ b/sot/source/sdstor/stg.cxx
@@ -19,7 +19,6 @@
 
 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -27,14 +26,10 @@
 
 #include 
 #include "stgelem.hxx"
-#include "stgcache.hxx"
-#include "stgstrms.hxx"
 #include "stgdir.hxx"
 #include "stgio.hxx"
 #include "stgole.hxx"
 
-#include 
-
 static long nTmpCount = 0;
 
 // The internal open mode is StreamMode::READ | StreamMode::TRUNC, which is 
silly
diff --git a/sot/source/sdstor/stgavl.hxx b/sot/source/sdstor/stgavl.hxx
index 5dd29a988f30..c78df17229cd 100644
--- a/sot/source/sdstor/stgavl.hxx
+++ b/sot/source/sdstor/stgavl.hxx
@@ -20,6 +20,8 @@
 #ifndef INCLUDED_SOT_SOURCE_SDSTOR_STGAVL_HXX
 #define INCLUDED_SOT_SOURCE_SDSTOR_STGAVL_HXX
 
+#include 
+
 // This is an abstract base class for nodes.
 // Especially, the compare function must be implemented.
 
diff --git a/sot/source/sdstor/stgcache.cxx b/sot/source/sdstor/stgcache.cxx
index 5c03f89cc4fd..ba5610f706b5 100644
--- a/sot/source/sdstor/stgcache.cxx
+++ b/sot/source/sdstor/stgcache.cxx
@@ -23,11 +23,7 @@
 #include 
 
 #include 
-#include "stgelem.hxx"
 #include "stgcache.hxx"
-#include "stgstrms.hxx"
-#include

[Libreoffice-commits] core.git: opencl/inc opencl/IwyuFilter_opencl.yaml opencl/source

2019-05-29 Thread Gabor Kelemen (via logerrit)
 opencl/IwyuFilter_opencl.yaml|6 ++
 opencl/inc/opencl_device.hxx |5 +++--
 opencl/inc/opencl_device_selection.h |3 ---
 opencl/source/opencl_device.cxx  |4 +---
 opencl/source/openclwrapper.cxx  |6 +-
 5 files changed, 11 insertions(+), 13 deletions(-)

New commits:
commit 61b7525869178464e100085e0f9a66ffc008e483
Author: Gabor Kelemen 
AuthorDate: Tue May 14 01:02:55 2019 +0200
Commit: Miklos Vajna 
CommitDate: Wed May 29 09:11:52 2019 +0200

tdf#42949 Fix IWYU warnings in opencl/

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I0aedc40c49c8cb1382f45571f54873d6017ec62c
Reviewed-on: https://gerrit.libreoffice.org/72637
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/opencl/IwyuFilter_opencl.yaml b/opencl/IwyuFilter_opencl.yaml
new file mode 100644
index ..10b5be193d18
--- /dev/null
+++ b/opencl/IwyuFilter_opencl.yaml
@@ -0,0 +1,6 @@
+---
+assumeFilename: opencl/source/opencl_device.cxx
+blacklist:
+opencl/source/opencl_device.cxx:
+# Avoid loplugin:unreffun error
+- opencl_device.hxx
diff --git a/opencl/inc/opencl_device.hxx b/opencl/inc/opencl_device.hxx
index b69cbabc28a5..93cc5f7a1271 100644
--- a/opencl/inc/opencl_device.hxx
+++ b/opencl/inc/opencl_device.hxx
@@ -10,9 +10,10 @@
 #ifndef INCLUDED_OPENCL_INC_OPENCL_DEVICE_HXX
 #define INCLUDED_OPENCL_INC_OPENCL_DEVICE_HXX
 
-#include 
+#include 
 
-#include "opencl_device_selection.h"
+namespace openclwrapper { struct GPUEnv; }
+struct ds_device;
 
 ds_device const & getDeviceSelection(OUString const & pFileName, bool 
bForceSelection);
 
diff --git a/opencl/inc/opencl_device_selection.h 
b/opencl/inc/opencl_device_selection.h
index 982b65a5187c..2acb67047c4e 100644
--- a/opencl/inc/opencl_device_selection.h
+++ b/opencl/inc/opencl_device_selection.h
@@ -17,9 +17,6 @@
 #include 
 
 #include 
-#include 
-#include 
-#include 
 
 #include 
 #include 
diff --git a/opencl/source/opencl_device.cxx b/opencl/source/opencl_device.cxx
index 55f594ba713f..d6b59729c14a 100644
--- a/opencl/source/opencl_device.cxx
+++ b/opencl/source/opencl_device.cxx
@@ -7,17 +7,14 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -26,6 +23,7 @@
 #include 
 
 #include 
+#include 
 
 #define INPUTSIZE  15360
 #define OUTPUTSIZE 15360
diff --git a/opencl/source/openclwrapper.cxx b/opencl/source/openclwrapper.cxx
index 26a5e6b7f1b8..ffb1cc788f31 100644
--- a/opencl/source/openclwrapper.cxx
+++ b/opencl/source/openclwrapper.cxx
@@ -10,6 +10,7 @@
 #include 
 
 #include 
+#include 
 
 #include 
 #include 
@@ -24,13 +25,8 @@
 #include 
 
 #include 
-#include 
 
-#include 
 #include 
-#include 
-
-#include 
 
 #include 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcompiler/inc helpcompiler/IwyuFilter_helpcompiler.yaml helpcompiler/source

2019-05-30 Thread Gabor Kelemen (via logerrit)
 helpcompiler/IwyuFilter_helpcompiler.yaml |   20 
 helpcompiler/inc/BasCodeTagger.hxx|6 --
 helpcompiler/inc/HelpCompiler.hxx |   17 -
 helpcompiler/inc/HelpLinker.hxx   |4 +++-
 helpcompiler/source/BasCodeTagger.cxx |1 +
 helpcompiler/source/HelpCompiler.cxx  |5 ++---
 helpcompiler/source/HelpIndexer.cxx   |4 ++--
 helpcompiler/source/HelpIndexer_main.cxx  |2 --
 helpcompiler/source/HelpLinker.cxx|   12 +++-
 helpcompiler/source/HelpSearch.cxx|1 +
 helpcompiler/source/LuceneHelper.hxx  |1 -
 11 files changed, 36 insertions(+), 37 deletions(-)

New commits:
commit c329a1c11299b999152b45343961e79e66be405a
Author: Gabor Kelemen 
AuthorDate: Wed May 22 00:07:23 2019 +0200
Commit: Miklos Vajna 
CommitDate: Thu May 30 09:00:54 2019 +0200

tdf#42949 Fix IWYU warnings in helpcompiler/

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Ie7e20c77a8035c0ee4f0316966d163b9cd7d11f2
Reviewed-on: https://gerrit.libreoffice.org/73006
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/helpcompiler/IwyuFilter_helpcompiler.yaml 
b/helpcompiler/IwyuFilter_helpcompiler.yaml
new file mode 100644
index ..e54447499c7c
--- /dev/null
+++ b/helpcompiler/IwyuFilter_helpcompiler.yaml
@@ -0,0 +1,20 @@
+---
+assumeFilename: helpcompiler/source/HelpCompiler.cxx
+blacklist:
+helpcompiler/inc/HelpCompiler.hxx:
+# Needed on WIN32
+- o3tl/char16_t2wchar_t.hxx
+helpcompiler/source/LuceneHelper.hxx:
+# Better to keep the generic header, MSVC problem
+- CLucene.h
+helpcompiler/source/HelpIndexer.cxx:
+# Better to keep the generic, details are order-sensitive
+- CLucene.h
+helpcompiler/source/HelpSearch.cxx:
+# Better to keep the generic, details are order-sensitive
+- CLucene.h
+# Don't propose hxx -> h change in URE libs
+- osl/thread.hxx
+helpcompiler/source/HelpLinker.cxx:
+# Needed on WIN32
+- o3tl/char16_t2wchar_t.hxx
diff --git a/helpcompiler/inc/BasCodeTagger.hxx 
b/helpcompiler/inc/BasCodeTagger.hxx
index 228f86fd6a18..93dfd70f137b 100644
--- a/helpcompiler/inc/BasCodeTagger.hxx
+++ b/helpcompiler/inc/BasCodeTagger.hxx
@@ -10,19 +10,13 @@
 #ifndef INCLUDED_HELPCOMPILER_INC_BASCODETAGGER_HXX
 #define INCLUDED_HELPCOMPILER_INC_BASCODETAGGER_HXX
 
-#include 
-#include 
-#include 
 #include 
 #include 
 #include 
-#include 
 #include 
-#include 
 #include 
 #include 
 
-class BasicCodeTagger;
 class LibXmlTreeWalker;
 
 //!Tagger class.
diff --git a/helpcompiler/inc/HelpCompiler.hxx 
b/helpcompiler/inc/HelpCompiler.hxx
index ecd54ede9d0f..91c1b2f59e65 100644
--- a/helpcompiler/inc/HelpCompiler.hxx
+++ b/helpcompiler/inc/HelpCompiler.hxx
@@ -22,29 +22,20 @@
 
 #include 
 
+#include 
+#include 
 #include 
 #include 
 #include 
-#include 
-#include 
-#include 
-#include 
-
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
+
+#include 
 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
 
-#include "BasCodeTagger.hxx"
 #include 
 
 #if OSL_DEBUG_LEVEL > 2
diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx
index 6b338e1eb1e4..076141e39b92 100644
--- a/helpcompiler/inc/HelpLinker.hxx
+++ b/helpcompiler/inc/HelpLinker.hxx
@@ -21,8 +21,10 @@
 #define INCLUDED_HELPCOMPILER_INC_HELPLINKER_HXX
 
 #include 
+#include 
 #include 
-#include 
+#include "HelpCompiler.hxx"
+#include 
 
 #ifdef AIX
 #undef _THREAD_SAFE
diff --git a/helpcompiler/source/BasCodeTagger.cxx 
b/helpcompiler/source/BasCodeTagger.cxx
index 369c49c389d5..1b4797b403b9 100644
--- a/helpcompiler/source/BasCodeTagger.cxx
+++ b/helpcompiler/source/BasCodeTagger.cxx
@@ -8,6 +8,7 @@
  */
 
 #include 
+#include 
 
 LibXmlTreeWalker::LibXmlTreeWalker( xmlDocPtr doc )
 {
diff --git a/helpcompiler/source/HelpCompiler.cxx 
b/helpcompiler/source/HelpCompiler.cxx
index b612071aba18..70159a2c65fd 100644
--- a/helpcompiler/source/HelpCompiler.cxx
+++ b/helpcompiler/source/HelpCompiler.cxx
@@ -18,16 +18,15 @@
  */
 
 
+#include 
 #include 
 #include 
 #include 
-#include 
+#include 
 #include 
 #include 
-#include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/helpcompiler/source/HelpIndexer.cxx 
b/helpcompiler/source/HelpIndexer.cxx
index 25ff6ef0b09e..d8f0b82a4f20 100644
--- a/helpcompiler/source/HelpIndexer.cxx
+++ b/helpcompiler/source/HelpIndexer.cxx
@@ -11,14 +11,14 @@
 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
-#include 
 #include 
 
 #include "LuceneHelper.hxx"
+#include 
+#include 
 
 using namespace lucene::document;
 
diff --git a/helpcompiler/source/HelpIndexer_main.cxx 
b/helpcompiler/source/HelpIndexer_main.cxx
index eb1220c34c2b..0919e89eb004 100644
--- a/helpcompiler/source/HelpIndexer_main.cxx
+++ b/helpcompiler/source/HelpIndexer_main.cxx
@@ -14,8 +14,6 @

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

2019-06-03 Thread Gabor Kelemen (via logerrit)
 include/svx/sdr/animation/animationstate.hxx |1 -
 include/svx/sdr/animation/objectanimator.hxx |4 
 include/svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx |1 -
 include/svx/sdr/attribute/sdrlineshadowtextattribute.hxx |1 -
 include/svx/sdr/attribute/sdrshadowtextattribute.hxx |1 -
 include/svx/sdr/contact/objectcontact.hxx|2 +-
 include/svx/sdr/contact/viewobjectcontact.hxx|3 ---
 include/svx/sdr/overlay/overlaymanager.hxx   |1 -
 include/svx/sdr/overlay/overlayobject.hxx|1 -
 include/svx/sdr/overlay/overlaypolypolygon.hxx   |1 -
 include/svx/sdr/overlay/overlayprimitive2dsequenceobject.hxx |1 -
 include/svx/sdr/overlay/overlayselection.hxx |1 -
 include/svx/sdr/table/tablecontroller.hxx|1 -
 13 files changed, 1 insertion(+), 18 deletions(-)

New commits:
commit 675a3928e1cab27cf310c316be65acdbb764ed65
Author: Gabor Kelemen 
AuthorDate: Sat Jun 1 21:56:43 2019 +0200
Commit: Miklos Vajna 
CommitDate: Mon Jun 3 09:28:21 2019 +0200

tdf#42949 Fix IWYU warnings in include/svx/sdr/*

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Iec39b6508a43746c99eddb71f444d921cd8cff1a
Reviewed-on: https://gerrit.libreoffice.org/73368
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/include/svx/sdr/animation/animationstate.hxx 
b/include/svx/sdr/animation/animationstate.hxx
index 368583820d6f..fb19740644b8 100644
--- a/include/svx/sdr/animation/animationstate.hxx
+++ b/include/svx/sdr/animation/animationstate.hxx
@@ -21,7 +21,6 @@
 #define INCLUDED_SVX_SDR_ANIMATION_ANIMATIONSTATE_HXX
 
 #include 
-#include 
 #include 
 #include 
 
diff --git a/include/svx/sdr/animation/objectanimator.hxx 
b/include/svx/sdr/animation/objectanimator.hxx
index eab4fe79653c..f8cb8ce8c5b1 100644
--- a/include/svx/sdr/animation/objectanimator.hxx
+++ b/include/svx/sdr/animation/objectanimator.hxx
@@ -20,11 +20,7 @@
 #ifndef INCLUDED_SVX_SDR_ANIMATION_OBJECTANIMATOR_HXX
 #define INCLUDED_SVX_SDR_ANIMATION_OBJECTANIMATOR_HXX
 
-#include 
-#include 
-#include 
 #include 
-#include 
 
 
 namespace sdr
diff --git a/include/svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx 
b/include/svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx
index 077a3455e7c4..510b481d5922 100644
--- a/include/svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx
+++ b/include/svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx
@@ -20,7 +20,6 @@
 #ifndef INCLUDED_SVX_SDR_ATTRIBUTE_SDRLINEFILLSHADOWTEXTATTRIBUTE_HXX
 #define INCLUDED_SVX_SDR_ATTRIBUTE_SDRLINEFILLSHADOWTEXTATTRIBUTE_HXX
 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/svx/sdr/attribute/sdrlineshadowtextattribute.hxx 
b/include/svx/sdr/attribute/sdrlineshadowtextattribute.hxx
index 039228e007bf..c084013b59b9 100644
--- a/include/svx/sdr/attribute/sdrlineshadowtextattribute.hxx
+++ b/include/svx/sdr/attribute/sdrlineshadowtextattribute.hxx
@@ -20,7 +20,6 @@
 #ifndef INCLUDED_SVX_SDR_ATTRIBUTE_SDRLINESHADOWTEXTATTRIBUTE_HXX
 #define INCLUDED_SVX_SDR_ATTRIBUTE_SDRLINESHADOWTEXTATTRIBUTE_HXX
 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/svx/sdr/attribute/sdrshadowtextattribute.hxx 
b/include/svx/sdr/attribute/sdrshadowtextattribute.hxx
index e9841662f90f..9bac9712adf1 100644
--- a/include/svx/sdr/attribute/sdrshadowtextattribute.hxx
+++ b/include/svx/sdr/attribute/sdrshadowtextattribute.hxx
@@ -20,7 +20,6 @@
 #ifndef INCLUDED_SVX_SDR_ATTRIBUTE_SDRSHADOWTEXTATTRIBUTE_HXX
 #define INCLUDED_SVX_SDR_ATTRIBUTE_SDRSHADOWTEXTATTRIBUTE_HXX
 
-#include 
 #include 
 #include 
 
diff --git a/include/svx/sdr/contact/objectcontact.hxx 
b/include/svx/sdr/contact/objectcontact.hxx
index ca24cbc79633..e65630d1ec7e 100644
--- a/include/svx/sdr/contact/objectcontact.hxx
+++ b/include/svx/sdr/contact/objectcontact.hxx
@@ -21,9 +21,9 @@
 #define INCLUDED_SVX_SDR_CONTACT_OBJECTCONTACT_HXX
 
 #include 
+#include 
 #include 
 #include 
-#include 
 
 class SdrLayerIDSet;
 namespace tools { class Rectangle; }
diff --git a/include/svx/sdr/contact/viewobjectcontact.hxx 
b/include/svx/sdr/contact/viewobjectcontact.hxx
index a6d929c6c203..460dd83b51f1 100644
--- a/include/svx/sdr/contact/viewobjectcontact.hxx
+++ b/include/svx/sdr/contact/viewobjectcontact.hxx
@@ -20,10 +20,7 @@
 #ifndef INCLUDED_SVX_SDR_CONTACT_VIEWOBJECTCONTACT_HXX
 #define INCLUDED_SVX_SDR_CONTACT_VIEWOBJECTCONTACT_HXX
 
-#include 
-
 #include 
-#include 
 #include 
 #include 
 
diff --git a/include/svx/sdr/overlay/overlaymanager.hxx 
b/include/svx/sdr/overlay/overlaymanager.hxx
index ae49f2d59b75..c84a3cbf2bc1 100644
--- a/include/svx/sdr/overlay/overlaymanager.hxx
+++ b/include/svx/sdr/overlay/overlaymanager.hxx
@@ -23,7 +23,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
d

[Libreoffice-commits] core.git: bin/find-unneeded-includes

2019-06-03 Thread Gabor Kelemen (via logerrit)
 bin/find-unneeded-includes |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cef975478815369c5456e4ebc934fb855f358f83
Author: Gabor Kelemen 
AuthorDate: Sat Jun 1 22:21:38 2019 +0200
Commit: Michael Stahl 
CommitDate: Mon Jun 3 11:12:03 2019 +0200

find-unneeded-includes: don't propose to remove ...

..and replace with debug header if multimap is used.

As seen in include/svx/SmartTagMgr.hxx

Change-Id: If239cd6e9471f74f3035c659077ed7515a9df473
Reviewed-on: https://gerrit.libreoffice.org/73367
Tested-by: Jenkins
Reviewed-by: Michael Stahl 

diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index bea49fd7a267..9cce1cad1bdf 100755
--- a/bin/find-unneeded-includes
+++ b/bin/find-unneeded-includes
@@ -45,7 +45,7 @@ def ignoreRemoval(include, toAdd, absFileName, moduleRules):
 "deque": ("debug/deque", ),
 "forward_list": ("debug/forward_list", ),
 "list": ("debug/list", ),
-"map": ("debug/map.h", ),
+"map": ("debug/map.h", "debug/multimap.h"),
 "set": ("debug/set.h", "debug/multiset.h"),
 "unordered_map": ("debug/unordered_map", ),
 "unordered_set": ("debug/unordered_set", ),
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: basctl/source chart2/source cui/source editeng/source filter/source include/editeng include/IwyuFilter_include.yaml include/svl sc/qa sc/source sd/source sfx2/source sv

2019-06-07 Thread Gabor Kelemen (via logerrit)
 basctl/source/basicide/IDEComboBox.cxx |1 +
 chart2/source/view/main/ChartView.cxx  |1 +
 cui/source/customize/cfg.cxx   |1 +
 cui/source/tabpages/grfpage.cxx|1 +
 editeng/source/editeng/editeng.cxx |1 +
 editeng/source/editeng/editview.cxx|1 +
 editeng/source/editeng/impedit4.cxx|1 +
 filter/source/msfilter/escherex.cxx|1 +
 include/IwyuFilter_include.yaml|4 
 include/editeng/outlobj.hxx|1 +
 include/svl/adrparse.hxx   |1 +
 include/svl/custritm.hxx   |1 -
 include/svl/eitem.hxx  |1 -
 include/svl/itemprop.hxx   |1 -
 include/svl/msodocumentlockfile.hxx|2 --
 include/svl/style.hxx  |2 +-
 sc/qa/unit/screenshots/screenshots.cxx |1 +
 sc/source/core/data/column4.cxx|1 +
 sc/source/core/data/table7.cxx |2 ++
 sc/source/filter/dif/difimp.cxx|1 +
 sc/source/filter/html/htmlexp2.cxx |1 +
 sc/source/filter/rtf/rtfexp.cxx|1 +
 sc/source/ui/docshell/datastream.cxx   |1 +
 sd/source/filter/xml/sdxmlwrp.cxx  |1 +
 sd/source/ui/func/fuinsfil.cxx |1 +
 sd/source/ui/unoidl/UnoDocumentSettings.cxx|1 +
 sd/source/ui/unoidl/unopage.cxx|2 ++
 sd/source/ui/view/drawview.cxx |1 +
 sd/source/ui/view/sdview4.cxx  |1 +
 sfx2/source/dialog/dinfdlg.cxx |1 +
 sfx2/source/doc/SfxRedactionHelper.cxx |1 +
 sfx2/source/doc/objxtor.cxx|1 +
 svl/qa/unit/items/stylepool.cxx|1 -
 svl/qa/unit/lockfiles/test_lockfiles.cxx   |1 -
 svl/qa/unit/svl.cxx|8 ++--
 svl/qa/unit/test_INetContentType.cxx   |1 -
 svl/qa/unit/test_URIHelper.cxx |5 -
 svl/source/config/asiancfg.cxx |2 --
 svl/source/config/cjkoptions.cxx   |1 -
 svl/source/config/ctloptions.cxx   |4 
 svl/source/config/itemholder2.cxx  |1 -
 svl/source/crypto/cryptosign.cxx   |7 ---
 svl/source/fsstor/fsfactory.cxx|2 --
 svl/source/fsstor/fsstorage.cxx|   13 +++--
 svl/source/fsstor/fsstorage.hxx|8 ++--
 svl/source/fsstor/ostreamcontainer.hxx |2 --
 svl/source/inc/poolio.hxx  |2 --
 svl/source/items/cenumitm.cxx  |1 -
 svl/source/items/cintitem.cxx  |1 -
 svl/source/items/custritm.cxx  |1 -
 svl/source/items/flagitem.cxx  |1 -
 svl/source/items/globalnameitem.cxx|2 --
 svl/source/items/grabbagitem.cxx   |2 +-
 svl/source/items/ilstitem.cxx  |1 -
 svl/source/items/int64item.cxx |1 -
 svl/source/items/intitem.cxx   |1 -
 svl/source/items/itemiter.cxx  |1 -
 svl/source/items/itemprop.cxx  |1 +
 svl/source/items/itemset.cxx   |6 --
 svl/source/items/lckbitem.cxx  |2 --
 svl/source/items/poolcach.cxx  |2 --
 svl/source/items/poolio.cxx|2 --
 svl/source/items/poolitem.cxx  |1 -
 svl/source/items/ptitem.cxx|1 -
 svl/source/items/rectitem.cxx  |1 -
 svl/source/items/rngitem.cxx   |2 --
 svl/source/items/sitem.cxx |1 -
 svl/source/items/slstitm.cxx   |3 +--
 svl/source/items/srchitem.cxx  |6 +-
 svl/source/items/stritem.cxx   |1 -
 svl/source/items/style.cxx |2 --
 svl/source/items/visitem.cxx   |1 -
 svl/source/misc/documentlockfile.cxx   |9 -
 svl/source/misc/getstringresource.cxx  |3 ---
 svl/source/misc/gridprinter.cxx|2 +-
 svl/source/misc/inethist.cxx   |1 -
 svl/source/misc/inettype.cxx   |5 -
 svl/source/misc/lockfilecommon.cxx |7 ---
 svl/source/misc/msodocumentlockfile.cxx|1 -
 svl/source/misc/ownlist.cxx|4 +++-
 svl/source/misc/sharecont

[Libreoffice-commits] help.git: source/text

2019-06-10 Thread Gabor Kelemen (via logerrit)
 source/text/shared/02/1208.xhp|2 +-
 source/text/shared/02/1214.xhp|2 +-
 source/text/shared/explorer/database/1109.xhp |4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 5878a6e355c891a3857dec25e81d5958fee3bd2b
Author: Gabor Kelemen 
AuthorDate: Sat Jun 8 02:40:26 2019 +0200
Commit: Olivier Hallot 
CommitDate: Mon Jun 10 14:29:35 2019 +0200

Fix ahelp hids on Data Source Browser toolbar

Change-Id: Ifba88f0888b1c92272a0c9fb4ddc31de084bb485
Reviewed-on: https://gerrit.libreoffice.org/73710
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/02/1208.xhp 
b/source/text/shared/02/1208.xhp
index dff3bcbab..28dedf5bd 100644
--- a/source/text/shared/02/1208.xhp
+++ b/source/text/shared/02/1208.xhp
@@ -34,7 +34,7 @@
 
 
 Data to 
Fields
-Updates the contents of the existing 
database fields by the marked records. The Data to Fields 
icon is only available if the current document is a text 
document.
+Updates the contents of the existing database fields by the marked 
records. The Data to Fields icon is only available if the 
current document is a text document.
 
 
 
diff --git a/source/text/shared/02/1214.xhp 
b/source/text/shared/02/1214.xhp
index 82cec99d0..7678c3a35 100644
--- a/source/text/shared/02/1214.xhp
+++ b/source/text/shared/02/1214.xhp
@@ -34,7 +34,7 @@
 
 
 Data 
Source of Current Document
-Displays, in the data source 
browser, the table that is linked to the current document.
+Displays, in the data source browser, the table that is linked to the 
current document.
 
 
 
diff --git a/source/text/shared/explorer/database/1109.xhp 
b/source/text/shared/explorer/database/1109.xhp
index 13e0342c2..099a16144 100644
--- a/source/text/shared/explorer/database/1109.xhp
+++ b/source/text/shared/explorer/database/1109.xhp
@@ -33,7 +33,7 @@
 Table 
FilterUFI: file remains as a help id container - no 
browsing
 Some databases track 
changes to each record by assigning version number to fields that are changed. 
This number is incremented by 1 each time the field is changed. Displays the 
internal version number of the record in the database table.
 
-Sort Ascendingin View - Sort menu
-Sorts the list of table names in ascending 
order starting at the beginning of the alphabet.
+Sort 
Ascendingin View - Sort menu
+Sorts the list of table names in ascending order starting at the 
beginning of the alphabet.
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

2019-06-10 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5fdfb03e9954ee0794ba6ed4659de4e60f6924f6
Author: Gabor Kelemen 
AuthorDate: Sat Jun 8 02:40:26 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Jun 10 14:29:35 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix ahelp hids on Data Source Browser toolbar

Change-Id: Ifba88f0888b1c92272a0c9fb4ddc31de084bb485
Reviewed-on: https://gerrit.libreoffice.org/73710
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index a42145547217..5878a6e355c8 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit a42145547217fb6d12cd873e7af6c71abf301e90
+Subproject commit 5878a6e355c891a3857dec25e81d5958fee3bd2b
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-06-10 Thread Gabor Kelemen (via logerrit)
 source/text/shared/05/0110.xhp |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit b46c8619460faea7848426c4c117826ef29baad3
Author: Gabor Kelemen 
AuthorDate: Sat Jun 8 16:59:45 2019 +0200
Commit: Olivier Hallot 
CommitDate: Mon Jun 10 14:45:24 2019 +0200

Fix ahelp HIDs for the main Help window toolbox buttons

Change-Id: I9ca3f6c0cf93c52ad47881d712f517898fee8f67
Reviewed-on: https://gerrit.libreoffice.org/73711
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/05/0110.xhp 
b/source/text/shared/05/0110.xhp
index dd2e72c6e..32fb87dde 100644
--- a/source/text/shared/05/0110.xhp
+++ b/source/text/shared/05/0110.xhp
@@ -30,9 +30,9 @@
 
 The %PRODUCTNAME Help Window
   The Help 
system for all versions of the software is based on the same source files. Some 
of the functions described in Help may not be included in this particular 
distribution. Some features specific to a distribution may not be mentioned in 
this Help.
-  Provides an overview of the Help 
system. The Help window shows the currently selected Help 
page.
+  Provides an overview of the Help system. 
The Help window shows the currently selected Help page.
 
-  The Toolbar contains important functions 
for controlling the Help system:
+  The Toolbar contains important functions for controlling 
the Help system:
 
   
 
@@ -40,7 +40,7 @@
 
 
   
-Hides and shows the navigation 
pane.
+Hides and shows the navigation pane.
 
   
   
@@ -49,7 +49,7 @@
 
 
   
-Moves back to the previous 
page.
+Moves back to the previous page.
 
   
   
@@ -58,7 +58,7 @@
 
 
   
-Moves forward to the next 
page.
+Moves forward to the next page.
   
   
   
@@ -67,7 +67,7 @@
 
 
   
-Moves to the first page of the current Help 
topic.
+Moves to the first page of the current Help topic.
 
   
   
@@ -76,7 +76,7 @@
 
 
   
-Prints the current page.
+Prints the current page.
 
   
   
@@ -85,7 +85,7 @@
 
 
   
-Adds this page to your 
bookmarks.
+Adds this page to your bookmarks.
 
   
   
@@ -94,7 +94,7 @@
 
 
   
-Opens the Find on this 
page dialog.
+Opens the Find on this page dialog.
 
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

2019-06-10 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7eafe42e521dcb312c93420c90040e96fcecc5c3
Author: Gabor Kelemen 
AuthorDate: Sat Jun 8 16:59:45 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Jun 10 14:45:24 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix ahelp HIDs for the main Help window toolbox buttons

Change-Id: I9ca3f6c0cf93c52ad47881d712f517898fee8f67
Reviewed-on: https://gerrit.libreoffice.org/73711
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 5878a6e355c8..b46c8619460f 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 5878a6e355c891a3857dec25e81d5958fee3bd2b
+Subproject commit b46c8619460faea7848426c4c117826ef29baad3
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

2019-06-10 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64f8ba648a60d372689144620245e1710b2610d4
Author: Gabor Kelemen 
AuthorDate: Sat Jun 8 14:44:16 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Jun 10 14:49:08 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix ahelp HIDs on Base Query Design toobar and Query Properties window

Change-Id: If60f05b9911f6c0b437e10eed15f592f96386ed4
Reviewed-on: https://gerrit.libreoffice.org/73713
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index b46c8619460f..1a5c52c4ee96 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit b46c8619460faea7848426c4c117826ef29baad3
+Subproject commit 1a5c52c4ee964fb9e7f362d2a17f3d97c4af6873
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-06-10 Thread Gabor Kelemen (via logerrit)
 source/text/shared/02/14020100.xhp |3 +--
 source/text/shared/02/querypropdlg.xhp |6 --
 2 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 1a5c52c4ee964fb9e7f362d2a17f3d97c4af6873
Author: Gabor Kelemen 
AuthorDate: Sat Jun 8 14:44:16 2019 +0200
Commit: Olivier Hallot 
CommitDate: Mon Jun 10 14:49:08 2019 +0200

Fix ahelp HIDs on Base Query Design toobar and Query Properties window

Change-Id: If60f05b9911f6c0b437e10eed15f592f96386ed4
Reviewed-on: https://gerrit.libreoffice.org/73713
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/02/14020100.xhp 
b/source/text/shared/02/14020100.xhp
index 4ea302a62..1294ad8c5 100644
--- a/source/text/shared/02/14020100.xhp
+++ b/source/text/shared/02/14020100.xhp
@@ -28,10 +28,9 @@
 tables in databases; adding to 
queries
 
 
-
 
 Add 
Tables
-Specifies the tables to be inserted into the design 
window. In the Add Tables dialog, select the tables you 
need for your current task.
+Specifies the 
tables to be inserted into the design window. In the Add 
Tables dialog, select the tables you need for your current task.
  When creating a query or a new table presentation, select the 
corresponding table to which the query or table presentation should refer. When 
working with relational databases, select the tables between which you want to 
build relationships.
 The inserted 
tables appear in a separate window in the query design or relational windows, 
along with a list of the fields contained in the table. You can determine the 
size and order of this window.
 
diff --git a/source/text/shared/02/querypropdlg.xhp 
b/source/text/shared/02/querypropdlg.xhp
index 9765c3011..fd87ca7ee 100644
--- a/source/text/shared/02/querypropdlg.xhp
+++ b/source/text/shared/02/querypropdlg.xhp
@@ -20,8 +20,9 @@
 queries; set properties
 
 
+
 Query 
Properties Dialog
-  In the 
Query Properties dialog you can set two properties of the SQL 
Query, i.e. whether to return distinct values, and whether to limit the result 
set.
+  In the Query Properties dialog you can set two properties 
of the SQL Query, i.e. whether to return distinct values, and whether to limit 
the result set.
   
   In 
the Query Design View, choose Edit - Query Properties.
   
@@ -33,7 +34,8 @@
 Not use distinct values in 
query.
   Expands 
the created select statement of the SQL Query in the current column by the 
parameter DISTINCT. The consequence is that identical values occurring multiple 
times are listed only once.
 
+
 Limit
-  Adds a 
Limit to set the maximum number of records to return.
+  Adds a Limit to set the maximum number of records to 
return.

 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-06-10 Thread Gabor Kelemen (via logerrit)
 source/text/shared/explorer/database/rep_datetime.xhp|2 ++
 source/text/shared/explorer/database/rep_pagenumbers.xhp |2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit eea97712c231ee05ef8eb09f591a359a90b050d9
Author: Gabor Kelemen 
AuthorDate: Sat Jun 8 16:09:47 2019 +0200
Commit: Olivier Hallot 
CommitDate: Mon Jun 10 14:51:18 2019 +0200

Fix missing ahelp HIDs for Report builder Date and Time window

Remove one unneeded line from Page Numbers window too

Change-Id: I67a4c726071dc71e8c30e29c3a156a3713b26d69
Reviewed-on: https://gerrit.libreoffice.org/73714
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/explorer/database/rep_datetime.xhp 
b/source/text/shared/explorer/database/rep_datetime.xhp
index 54292d6a6..d45f7fe46 100644
--- a/source/text/shared/explorer/database/rep_datetime.xhp
+++ b/source/text/shared/explorer/database/rep_datetime.xhp
@@ -37,8 +37,10 @@
 You can open the Date and Time dialog of the Report Builder by 
choosing Insert - Date and 
Time.
 Press Shift-F1 and point with the mouse at an input box to see 
a help text for this input box.
 Enable Include Date to insert a date field into 
the active area of the report. The date field displays the current date when 
the report is executed.
+
 Select a format to display the date.
 Enable Include Time to insert a time field into 
the active area of the report. The time field displays the current time when 
the report is executed.
+
 Select a format to display the time.
 Click OK to 
insert the field.
 You can click 
the date or time field and drag to another position within the same area, or 
edit the properties in the Properties window.
diff --git a/source/text/shared/explorer/database/rep_pagenumbers.xhp 
b/source/text/shared/explorer/database/rep_pagenumbers.xhp
index c3aac22b0..c0617b1a1 100644
--- a/source/text/shared/explorer/database/rep_pagenumbers.xhp
+++ b/source/text/shared/explorer/database/rep_pagenumbers.xhp
@@ -39,7 +39,7 @@
 Page N of 
M
 Top of Page 
(Header)
 Bottom of Page 
(Footer)
-AlignmentShow Number On First 
Page - not in UIShow Number on First 
Page
+Alignment
 
 
 Select the 
format for the page numbers, either "Page N" or "Page N of M", where N stands 
for the current page number, and M for the total number of pages in the 
report.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

2019-06-10 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4724545a254a1b9b2204bc82b006d57342f9b58e
Author: Gabor Kelemen 
AuthorDate: Sat Jun 8 16:09:47 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Jun 10 14:51:18 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix missing ahelp HIDs for Report builder Date and Time window

Remove one unneeded line from Page Numbers window too

Change-Id: I67a4c726071dc71e8c30e29c3a156a3713b26d69
Reviewed-on: https://gerrit.libreoffice.org/73714
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 1a5c52c4ee96..eea97712c231 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 1a5c52c4ee964fb9e7f362d2a17f3d97c4af6873
+Subproject commit eea97712c231ee05ef8eb09f591a359a90b050d9
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-06-10 Thread Gabor Kelemen (via logerrit)
 source/text/swriter/01/watermark.xhp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 23a59de52718cb405964e8991c1551639bf984c0
Author: Gabor Kelemen 
AuthorDate: Mon Jun 10 19:05:58 2019 +0200
Commit: Olivier Hallot 
CommitDate: Mon Jun 10 21:00:34 2019 +0200

Fix position of bookmark and ahelp on Watermark page

If ahelp hid is a dot the corresponding bookmark must be present
before it, not after.

Change-Id: I39a74c20c9507234d67984c1b203c822c91364a0
Reviewed-on: https://gerrit.libreoffice.org/73776
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/01/watermark.xhp 
b/source/text/swriter/01/watermark.xhp
index f576bcb80..2f871e2c7 100644
--- a/source/text/swriter/01/watermark.xhp
+++ b/source/text/swriter/01/watermark.xhp
@@ -19,10 +19,10 @@
 
 
 
-Page Watermark
-Insert a watermark text 
in the current page style background.
 
 
+Page Watermark
+Insert a watermark text 
in the current page style background.
 
 watermark;text documents
 watermark;page background
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

2019-06-10 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a7d864668cd9e328b1ec6e2afe8ffa22cbdf0e43
Author: Gabor Kelemen 
AuthorDate: Mon Jun 10 19:05:58 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Jun 10 21:00:34 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix position of bookmark and ahelp on Watermark page

If ahelp hid is a dot the corresponding bookmark must be present
before it, not after.

Change-Id: I39a74c20c9507234d67984c1b203c822c91364a0
Reviewed-on: https://gerrit.libreoffice.org/73776
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index eea97712c231..23a59de52718 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit eea97712c231ee05ef8eb09f591a359a90b050d9
+Subproject commit 23a59de52718cb405964e8991c1551639bf984c0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: basctl/sdi basctl/source chart2/source filter/source include/IwyuFilter_include.yaml include/svx oox/source reportdesign/source sc/sdi sc/source sd/qa sd/sdi sd/source

2019-06-10 Thread Gabor Kelemen (via logerrit)
 basctl/sdi/basslots.hrc  |
1 
 basctl/source/dlged/dlged.cxx|
2 +
 basctl/source/dlged/dlgedobj.cxx |
1 
 chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx |
1 
 chart2/source/controller/main/ChartController_Tools.cxx  |
1 
 chart2/source/controller/sidebar/ChartLinePanel.cxx  |
1 
 filter/source/msfilter/msdffimp.cxx  |
2 +
 filter/source/msfilter/svdfppt.cxx   |
3 ++
 filter/source/svg/svgexport.cxx  |
1 
 include/IwyuFilter_include.yaml  |
9 
 include/svx/SvxNumOptionsTabPageHelper.hxx   |
3 --
 include/svx/SvxPresetListBox.hxx |
3 --
 include/svx/SvxShapeTypes.hxx|
3 --
 include/svx/sdr/contact/objectcontactofobjlistpainter.hxx|
1 
 include/svx/srchdlg.hxx  |
1 
 include/svx/svdetc.hxx   |
2 -
 include/svx/svdhdl.hxx   |
5 
 include/svx/svditer.hxx  |
1 
 include/svx/svdlayer.hxx |
1 
 include/svx/svdmark.hxx  |
1 
 include/svx/svdmodel.hxx |   
11 +-
 include/svx/svdoattr.hxx |
4 ---
 include/svx/svdobj.hxx   |
6 -
 include/svx/svdopath.hxx |
2 -
 include/svx/svdotext.hxx |
4 ---
 include/svx/svdoutl.hxx  |
2 -
 include/svx/svdpage.hxx  |
9 +---
 include/svx/svdpagv.hxx  |
2 -
 include/svx/svdpntv.hxx  |
1 
 include/svx/svdpool.hxx  |
1 
 include/svx/svdtrans.hxx |
5 +---
 include/svx/svdundo.hxx  |
1 
 include/svx/svdview.hxx  |
3 --
 include/svx/svdviter.hxx |
1 
 include/svx/svxdlg.hxx   |
1 
 include/svx/svxids.hrc   |
3 --
 include/svx/swframeexample.hxx   |
1 
 include/svx/swframeposstrings.hxx|
1 
 include/svx/swframevalidation.hxx|
1 
 include/svx/sxcaitm.hxx  |
1 
 include/svx/sxelditm.hxx |
1 
 include/svx/sxmuitm.hxx  |
2 -
 include/svx/transfrmhelper.hxx   |
1 
 oox/source/drawingml/shape.cxx   |
1 
 oox/source/shape/WpsContext.cxx  |
1 
 oox/source/vml/vmlshape.cxx  |
1 
 reportdesign/source/core/sdr/UndoEnv.cxx |
2 +
 reportdesign/source/ui/misc/UITools.cxx  |
1 
 reportdesign/source/ui/report/ReportController.cxx   |
2 +
 sc/sdi/scslots.hrc   |
1 
 sc/source/core/data/postit.cxx   |
1 
 sc/source/filter/excel/xeescher.cxx  |
1 
 sc/source/filter/excel/xiescher.cxx  |
4 +++
 sc/source/ui/app/typemap.cxx |
1 
 sc/source/ui/docshell/docsh3.cxx |
1 
 sc/source/ui/drawfunc/fuconcustomshape.cxx   |
1 
 sc/source/ui/pagedlg/tphf.cxx|
1 
 sc/source/ui/view/colrowba.cxx   |
1 
 sc/source/ui/view/drawview.cxx   |
2 +
 sd/qa/unit/dialogs-test.cxx

[Libreoffice-commits] help.git: source/text

2019-06-11 Thread Gabor Kelemen (via logerrit)
 source/text/shared/explorer/database/05030200.xhp |2 +-
 source/text/shared/explorer/database/05030300.xhp |   10 +-
 source/text/shared/explorer/database/05030400.xhp |4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit d674f16ccb2f7c8072988dabc69ff78dd5793e47
Author: Gabor Kelemen 
AuthorDate: Mon Jun 10 18:56:54 2019 +0200
Commit: Olivier Hallot 
CommitDate: Tue Jun 11 14:17:05 2019 +0200

Fix ahelp HIDs on the Copy Table wizards pages

Change-Id: If7bd6c70b7987b4cbefc3db7c91cefba22fdc748
Reviewed-on: https://gerrit.libreoffice.org/73774
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/explorer/database/05030200.xhp 
b/source/text/shared/explorer/database/05030200.xhp
index 6c116784c..fa54733e4 100644
--- a/source/text/shared/explorer/database/05030200.xhp
+++ b/source/text/shared/explorer/database/05030200.xhp
@@ -43,7 +43,7 @@
 
 
 Buttons
-Adds or removes the selected field (> 
or < button) or all of the fields (<< or >> 
button).
+Adds or removes the selected field (> or < button) or all of the 
fields (<< or >> button).
 Next 
page
 
 
diff --git a/source/text/shared/explorer/database/05030300.xhp 
b/source/text/shared/explorer/database/05030300.xhp
index 60d768e73..1e4619acb 100644
--- a/source/text/shared/explorer/database/05030300.xhp
+++ b/source/text/shared/explorer/database/05030300.xhp
@@ -42,20 +42,20 @@
 Column 
information
 
 Field 
name
-Displays the name of the selected data field. If 
you want, you can enter a new name.
+Displays the name of the selected data field. If you want, you can 
enter a new name.
 
 Field 
type
-Select a field type.
+Select a field type.
 
 
 Length
-Enter the number of characters for the data 
field.
+Enter the number of characters for the data field.
 
 Decimal 
places
-Enter the number of decimal places for the data field. 
This option is only available for numerical or decimal data 
fields.
+Enter the number of decimal places for the data field. This option is 
only available for numerical or decimal data fields.
 
 Default 
value
-Select the default value for a Yes/No 
field.
+Select the default value for a Yes/No field.
 Automatic type recognition
 $[officename] 
can automatically recognize field contents when you copy database tables by 
drag and drop.
 
diff --git a/source/text/shared/explorer/database/05030400.xhp 
b/source/text/shared/explorer/database/05030400.xhp
index 36a520dc7..702b94d66 100644
--- a/source/text/shared/explorer/database/05030400.xhp
+++ b/source/text/shared/explorer/database/05030400.xhp
@@ -45,11 +45,11 @@
 
 
 up
-Moves the selected entry up one 
position in the list.
+Moves the selected entry up one position in the 
list.
 
 
 down
-Moves the selected entry down one 
position in the list.
+Moves the selected entry down one position in the 
list.
 
 all
 Selects all of the data fields in the 
list.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

2019-06-11 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a67380ad8b6d7511ff69ce4c90a3475b5a31c94f
Author: Gabor Kelemen 
AuthorDate: Mon Jun 10 18:56:54 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Tue Jun 11 14:17:05 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix ahelp HIDs on the Copy Table wizards pages

Change-Id: If7bd6c70b7987b4cbefc3db7c91cefba22fdc748
Reviewed-on: https://gerrit.libreoffice.org/73774
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 23a59de52718..d674f16ccb2f 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 23a59de52718cb405964e8991c1551639bf984c0
+Subproject commit d674f16ccb2f7c8072988dabc69ff78dd5793e47
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-06-11 Thread Gabor Kelemen (via logerrit)
 source/text/shared/explorer/database/menufile.xhp |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit ea80337c9a6be3ae697ca66b8db5796badff7302
Author: Gabor Kelemen 
AuthorDate: Mon Jun 10 12:52:10 2019 +0200
Commit: Olivier Hallot 
CommitDate: Tue Jun 11 14:18:29 2019 +0200

Drop some bookmarkless ahelps from Base - File menu page

These describe commands explained elsewhere

Change-Id: I16eac8ad50cafc709fdb7352d1d08180dc631539
Reviewed-on: https://gerrit.libreoffice.org/73775
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/explorer/database/menufile.xhp 
b/source/text/shared/explorer/database/menufile.xhp
index 90a250464..506c4fe2f 100644
--- a/source/text/shared/explorer/database/menufile.xhp
+++ b/source/text/shared/explorer/database/menufile.xhp
@@ -35,15 +35,15 @@
 
 The File menu 
of a database window. Only entries specific to databases are listed.
 Save
-Saves the current database file, query, form or report. For the 
database file, you see the file 
save dialog. For the other objects, you see the Save 
dialog.
+Saves the 
current database file, query, form or report. For the database file, you see 
the file save dialog. For the 
other objects, you see the Save 
dialog.
 Save 
As
-Saves the current database file with another name. In the file save dialog, select a path and 
file name to save.
+Saves the 
current database file with another name. In the file save dialog, select a path and 
file name to save.
 Export
-Exports the selected report or form to a text document. A dynamic 
report is exported as a copy of the database contents at the time of 
export.
+Exports the 
selected report or form to a text document. A dynamic report is exported as a 
copy of the database contents at the time of export.
 Send
-Opens a submenu.
+Opens a 
submenu.
 E-mail 
Document
-Opens the default e-mail application to send a new e-mail. The current 
database file is appended as an attachment. You can enter the subject, the 
recipients and a mail body.
+Opens the 
default e-mail application to send a new e-mail. The current database file is 
appended as an attachment. You can enter the subject, the recipients and a mail 
body.
 
 Report 
as E-mail
 Opens the default e-mail application to send a new e-mail. The selected 
report is appended as an attachment. You can enter the subject, the recipients 
and a mail body. A dynamic report is exported as a copy of the database 
contents at the time of export.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-06-11 Thread Gabor Kelemen (via logerrit)
 source/text/shared/01/xformsdata.xhp |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 344e20e6237c8463e2e94c8a11cb9e44336a8d58
Author: Gabor Kelemen 
AuthorDate: Tue Jun 11 00:26:31 2019 +0200
Commit: Olivier Hallot 
CommitDate: Tue Jun 11 14:19:53 2019 +0200

Remove ahelps without corresponding UI items

Change-Id: I54e0712a07c24cb75e3d5c0c8738cef3d076733e
Reviewed-on: https://gerrit.libreoffice.org/73782
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/xformsdata.xhp 
b/source/text/shared/01/xformsdata.xhp
index a52670ddd..f5a3d3e26 100644
--- a/source/text/shared/01/xformsdata.xhp
+++ b/source/text/shared/01/xformsdata.xhp
@@ -66,13 +66,12 @@
 
 Show 
Details
   Switches the display to show or hide details.UFI: not 
explained in spec
-
 Instance
-  Lists the items that belong to the current instance.
+  Lists the 
items that belong to the current instance.
 Submissions
-  Lists the submissions.UFI. it's not in the 
spec
+  Lists the 
submissions.UFI. it's not in the spec
   Bindings
-  Lists the bindings for the XForm.UFI. it's not in the 
spec
+  Lists the 
bindings for the XForm.UFI. it's not in the spec
 
 Instances
   This button has submenus to add, edit or remove 
instances.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

2019-06-11 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b579d9c432d6517e30a0d6f4cb619c4bbe533297
Author: Gabor Kelemen 
AuthorDate: Mon Jun 10 12:52:10 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Tue Jun 11 14:18:29 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Drop some bookmarkless ahelps from Base - File menu page

These describe commands explained elsewhere

Change-Id: I16eac8ad50cafc709fdb7352d1d08180dc631539
Reviewed-on: https://gerrit.libreoffice.org/73775
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index d674f16ccb2f..ea80337c9a6b 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit d674f16ccb2f7c8072988dabc69ff78dd5793e47
+Subproject commit ea80337c9a6be3ae697ca66b8db5796badff7302
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-06-11 Thread Gabor Kelemen (via logerrit)
 source/text/shared/01/xformsdataadd.xhp |   21 +++--
 source/text/shared/01/xformsdatatab.xhp |2 +-
 2 files changed, 8 insertions(+), 15 deletions(-)

New commits:
commit 6f151230ad063c168ecd966acf44c398181a59a3
Author: Gabor Kelemen 
AuthorDate: Tue Jun 11 00:35:06 2019 +0200
Commit: Olivier Hallot 
CommitDate: Tue Jun 11 14:21:31 2019 +0200

Fix ahelps and bookmarks on Add / Edit XForms item pages

- Drop some unneeded ahelps and redundant bookmarks
- Add missing ahelps
- Drop missing UI item description

Change-Id: I70dc32b11e693d8b419937896d88d7feacdc8325
Reviewed-on: https://gerrit.libreoffice.org/73780
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/xformsdataadd.xhp 
b/source/text/shared/01/xformsdataadd.xhp
index bd0ea6a8e..a22eb22bf 100644
--- a/source/text/shared/01/xformsdataadd.xhp
+++ b/source/text/shared/01/xformsdataadd.xhp
@@ -40,14 +40,12 @@
   MW added a new entry and deleted "editing;" and "adding;"
   Add / 
Edit
   Adds a new item or edits the selected item in the XForms Data 
Navigator. Items can be elements, attributes, submissions, or 
bindings.
-  %PRODUCTNAME inserts a new item directly after the currently selected 
item in the Data Navigator. A new attribute is added to the currently selected 
element.
+  %PRODUCTNAME 
inserts a new item directly after the currently selected item in the Data 
Navigator. A new attribute is added to the currently selected 
element.
 
 
   Name
   Enter the name of the item.
   The attribute 
names must be unique within the same group.
-  Type
-  Select the type of a new item. You cannot change the type of an edited 
item.
 
 
   Default value
@@ -61,47 +59,42 @@
 
 
 
-
   Required
   Specifies if the item must be included on the XForm.
 
 
-  The 
Condition button opens the Add Condition dialog where 
you can enter used namespaces and full XPath expressions.
+  The Condition button opens the Add Condition dialog where 
you can enter used namespaces and full XPath expressions.
 
 
 
-
   Relevant
   Declares the item as relevant.
 
 
-  The 
Condition button opens the Add Condition dialog where 
you can enter used namespaces and full XPath expressions.
+  The Condition button opens the Add Condition dialog where 
you can enter used namespaces and full XPath expressions.
 
 
 
-
   Constraint
   Declares the item as a constraint.
 
 
-  The 
Condition button opens the Add Condition dialog where 
you can specify the constraint condition.
+  The Condition button opens the Add Condition dialog where 
you can specify the constraint condition.
 
 
 
-
   Read-only
   Declares the item as read-only.
 
 
-  The 
Condition button opens the Add Condition dialog where 
you can enter used namespaces and full XPath expressions.
+  The Condition button opens the Add Condition dialog where 
you can enter used namespaces and full XPath expressions.
 
 
 
-
-  Calculate / CalculationUFI: inconsistent use of 
name
+  Calculate
   Declares that the item is calculated.
 
 
-  The 
Condition button opens the Add Condition dialog where 
you can enter the calculation.
+  The Condition button opens the Add Condition dialog where 
you can enter the calculation.
  
 
diff --git a/source/text/shared/01/xformsdatatab.xhp 
b/source/text/shared/01/xformsdatatab.xhp
index 0954bbd80..9718a620f 100644
--- a/source/text/shared/01/xformsdatatab.xhp
+++ b/source/text/shared/01/xformsdatatab.xhp
@@ -94,7 +94,7 @@
 
 Length
   Specifies the number of characters for a string.
-UFI: found 37998 which is already in 
use
+
 Length 
(at least)
   Specifies the minimum number of characters for a 
string.
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

2019-06-11 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 660e05313a093d6cff5099c78877b361b1e71ff2
Author: Gabor Kelemen 
AuthorDate: Tue Jun 11 00:26:31 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Tue Jun 11 14:19:53 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Remove ahelps without corresponding UI items

Change-Id: I54e0712a07c24cb75e3d5c0c8738cef3d076733e
Reviewed-on: https://gerrit.libreoffice.org/73782
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index ea80337c9a6b..344e20e6237c 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit ea80337c9a6be3ae697ca66b8db5796badff7302
+Subproject commit 344e20e6237c8463e2e94c8a11cb9e44336a8d58
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-06-11 Thread Gabor Kelemen (via logerrit)
 source/text/shared/optionen/0103.xhp |2 +-
 source/text/shared/optionen/01050300.xhp |2 +-
 source/text/shared/optionen/0111.xhp |2 +-
 source/text/shared/optionen/0116.xhp |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 449946f279ca1457b6eca522732870a7d57aed27
Author: Gabor Kelemen 
AuthorDate: Tue Jun 11 00:57:53 2019 +0200
Commit: Olivier Hallot 
CommitDate: Tue Jun 11 14:22:39 2019 +0200

Drop some unneeded ahelps form Options overview pages

Change-Id: I64e45105cd07d299b7514da3487be3df9cb7737f
Reviewed-on: https://gerrit.libreoffice.org/73783
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/optionen/0103.xhp 
b/source/text/shared/optionen/0103.xhp
index 77af6c434..b6fdd01c6 100644
--- a/source/text/shared/optionen/0103.xhp
+++ b/source/text/shared/optionen/0103.xhp
@@ -28,7 +28,7 @@


   Internet options
-  Specifies Internet 
settings.
+  Specifies Internet settings.
 
   
  
diff --git a/source/text/shared/optionen/01050300.xhp 
b/source/text/shared/optionen/01050300.xhp
index b77b5844d..89f4f737f 100644
--- a/source/text/shared/optionen/01050300.xhp
+++ b/source/text/shared/optionen/01050300.xhp
@@ -34,7 +34,7 @@
   
   
   Background
-  Specifies the background for HTML 
documents. The background is valid for both new HTML documents and for 
those that you load, as long as these have not defined their own 
background.
+  Specifies 
the background for HTML documents. The background is valid for both new HTML 
documents and for those that you load, as long as these have not defined their 
own background.
   
   Further 
information
   
diff --git a/source/text/shared/optionen/0111.xhp 
b/source/text/shared/optionen/0111.xhp
index f383d5238..2186aed91 100644
--- a/source/text/shared/optionen/0111.xhp
+++ b/source/text/shared/optionen/0111.xhp
@@ -33,7 +33,7 @@
   
   
   Chart 
options
-  Defines the general settings for 
charts.
+  Defines the general settings for charts.
   
   
 
diff --git a/source/text/shared/optionen/0116.xhp 
b/source/text/shared/optionen/0116.xhp
index 631ce0430..27eb5313a 100644
--- a/source/text/shared/optionen/0116.xhp
+++ b/source/text/shared/optionen/0116.xhp
@@ -31,7 +31,7 @@
 
 
 Data 
sources options
-Defines the general settings for the data sources in 
$[officename].
+Defines the general settings for the data sources in $[officename].
 
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

2019-06-11 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dfec2d49a52ca48b2a09b30bbb32743cd7cfe2eb
Author: Gabor Kelemen 
AuthorDate: Tue Jun 11 00:35:06 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Tue Jun 11 14:21:31 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix ahelps and bookmarks on Add / Edit XForms item pages

- Drop some unneeded ahelps and redundant bookmarks
- Add missing ahelps
- Drop missing UI item description

Change-Id: I70dc32b11e693d8b419937896d88d7feacdc8325
Reviewed-on: https://gerrit.libreoffice.org/73780
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 344e20e6237c..6f151230ad06 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 344e20e6237c8463e2e94c8a11cb9e44336a8d58
+Subproject commit 6f151230ad063c168ecd966acf44c398181a59a3
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-06-11 Thread Gabor Kelemen (via logerrit)
 source/text/shared/01/xformsdataaddcon.xhp |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 58802119321e53c1160fd056926707a04530e12a
Author: Gabor Kelemen 
AuthorDate: Mon Jun 10 22:51:17 2019 +0200
Commit: Olivier Hallot 
CommitDate: Tue Jun 11 14:23:16 2019 +0200

Add missing bookmark for Add Condition page

Change-Id: I9a7f20b037c6c8c5b4eb795341a7ca7720f3f40c
Reviewed-on: https://gerrit.libreoffice.org/73781
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/xformsdataaddcon.xhp 
b/source/text/shared/01/xformsdataaddcon.xhp
index 19f4cbaf2..706be0bc0 100644
--- a/source/text/shared/01/xformsdataaddcon.xhp
+++ b/source/text/shared/01/xformsdataaddcon.xhp
@@ -43,6 +43,7 @@
 
   Condition
   Enter a condition.examples?
+
   Result
   Displays a preview of the result.
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

2019-06-11 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 26451cf001f69bcf1931bc1a214f0cae860c169a
Author: Gabor Kelemen 
AuthorDate: Tue Jun 11 00:57:53 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Tue Jun 11 14:22:39 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Drop some unneeded ahelps form Options overview pages

Change-Id: I64e45105cd07d299b7514da3487be3df9cb7737f
Reviewed-on: https://gerrit.libreoffice.org/73783
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 6f151230ad06..449946f279ca 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 6f151230ad063c168ecd966acf44c398181a59a3
+Subproject commit 449946f279ca1457b6eca522732870a7d57aed27
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: 2 commits - AllLangHelp_shared.mk source/text

2019-06-11 Thread Gabor Kelemen (via logerrit)
 AllLangHelp_shared.mk   |1 
 source/text/sbasic/shared/01020100.xhp  |  205 ++--
 source/text/shared/02/0117.xhp  |   20 ---
 source/text/shared/02/more_controls.xhp |   60 -
 4 files changed, 20 insertions(+), 266 deletions(-)

New commits:
commit 7eab913ccdb60bfaa2e1fd46b940957773b17825
Author: Gabor Kelemen 
AuthorDate: Sat Jun 8 16:52:17 2019 +0200
Commit: Olivier Hallot 
CommitDate: Tue Jun 11 14:24:06 2019 +0200

tdf#112411 (related) No more More Controls toolbar

Show its content as part of the Form Controls toolbar page

Change-Id: I473d095b64a46cf3a7d45a73045215174223931f
Reviewed-on: https://gerrit.libreoffice.org/73712
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 4f51523b5..e1d6e1288 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -499,7 +499,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
 helpcontent2/source/text/shared/02/flowcharts \
 helpcontent2/source/text/shared/02/fontwork \
 helpcontent2/source/text/shared/02/limit \
-helpcontent2/source/text/shared/02/more_controls \
 helpcontent2/source/text/shared/02/paintbrush \
 helpcontent2/source/text/shared/02/querypropdlg \
 helpcontent2/source/text/shared/02/stars \
diff --git a/source/text/shared/02/0117.xhp 
b/source/text/shared/02/0117.xhp
index da6f4778a..fca657909 100644
--- a/source/text/shared/02/0117.xhp
+++ b/source/text/shared/02/0117.xhp
@@ -46,7 +46,6 @@
 controls; select mode
 MW deleted "option field creation", changed "option 
button" to "push button" and "selections;" to "selecting;"
 
-
 Form 
Controls
 The Form Controls 
toolbar contains tools that you need to create an interactive form.
  You can use the toolbar to add controls to a form in a text, 
spreadsheet, presentation, or HTML document, for example a button that runs a 
macro.
@@ -235,10 +234,6 @@
   
 
 
-
-
-More 
ControlsControls bar
-Opens the More 
Controls toolbar.
 
 
 Form 
DesignControls bar
@@ -257,10 +252,7 @@
   
 
 
-Context Menu 
Commandsend of visible part of FORM CONTROLS 
file
-
-now the MORE CONTROLS
-
+Context Menu 
Commands
 
 
 
@@ -547,17 +539,13 @@
   Icon
 
 
-   Creates a Navigation 
bar.
+   Creates a Navigation bar.
 
   
 
 The 
Navigation bar allows you to move through the records of a 
database or a database form. The controls on this Navigation bar 
work the same way as the controls on the default Navigation bar in 
$[officename].
 
-end of MORE CONTROLS bar
-
-
-
-now the Form Design bar
+now the Form Design bar
 
 
 
@@ -573,7 +561,5 @@
   
 
 end of FORM DESIGN bar
-
-
 
 
diff --git a/source/text/shared/02/more_controls.xhp 
b/source/text/shared/02/more_controls.xhp
deleted file mode 100644
index 21e6569b9..0
--- a/source/text/shared/02/more_controls.xhp
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-   
-
-
-
-More Controls
-/text/shared/02/more_controls.xhp
-
-
-Sun Microsystems, Inc.
-
-
-
-
-more controls
-group box creation
-image button creation
-image control creation
-file selection button
-date fields; creating
-time fields; form functions
-numerical fields in forms
-formatted fields; form functions
-currency field creation
-pattern fields; form functions
-table controls; form functions
-grid controls; form functions
-controls; focus
-focus of controls
-forms; focus after opening
-automatic control focus
-spin button creation
-scrollbars;controls
-Navigation bar;controls
-MW deleted "option field creation"
-More Controls
-The More Controls toolbar opens when you click the More Controls icon 
on the Form Controls 
toolbar.
-
-
-
-
commit d884a65408c8d477292c8dab2d17258f25f1322b
Author: Olivier Hallot 
AuthorDate: Fri Jun 7 12:10:38 2019 -0300
Commit: Olivier Hallot 
CommitDate: Tue Jun 11 14:23:40 2019 +0200

tdf#125763 Remove confusing remark on Variable declarations

Plus, refactor the page layout, eliminating the tables.

Change-Id: I47bf8c479a073ea087923d9952ca586d85392ea0
Reviewed-on: https://gerrit.libreoffice.org/73668
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/sbasic/shared/01020100.xhp 
b/source/text/sbasic/shared/01020100.xhp
index 54f685dca..8c68531a6 100644
--- a/source/text/sbasic/shared/01020100.xhp
+++ b/source/text/sbasic/shared/01020100.xhp
@@ -49,161 +49,27 @@
 A variable 
name can consist of a maximum of 255 characters. The first character of a 
variable name must be a letter A-Z or a-z. Numbers can also be 
used in a variable name, but punctuation symbols and special characters are not 
permitted, with exception of the underscore character ("_"). In $[officename] 
Basic variable identifiers are not case-sensitive. Variable names may contain 
spaces but must be enclosed in square brackets if they do.
 Examples for 
variable identifiers:
 
-
-  
-
 
-  MyNumber

[Libreoffice-commits] core.git: helpcontent2

2019-06-11 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7b5890e2b08631b9aa15756a9045d983b166228b
Author: Gabor Kelemen 
AuthorDate: Sat Jun 8 16:52:17 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Tue Jun 11 14:24:06 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - tdf#112411 (related) No more More Controls toolbar

Show its content as part of the Form Controls toolbar page

Change-Id: I473d095b64a46cf3a7d45a73045215174223931f
Reviewed-on: https://gerrit.libreoffice.org/73712
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index d884a65408c8..7eab913ccdb6 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit d884a65408c8d477292c8dab2d17258f25f1322b
+Subproject commit 7eab913ccdb60bfaa2e1fd46b940957773b17825
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: bin/find-unneeded-includes

2019-06-12 Thread Gabor Kelemen (via logerrit)
 bin/find-unneeded-includes |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 206f3c789ae0f7c82de37d04cc3a77627c76fd47
Author: Gabor Kelemen 
AuthorDate: Mon Jun 10 12:28:40 2019 +0200
Commit: Miklos Vajna 
CommitDate: Wed Jun 12 09:18:39 2019 +0200

find-unneeded-includes: don't propose to replace boost/functional/hash.hpp

As seen in vcl/inc/widgetdraw/WidgetDefinition.hxx

Change-Id: Ic56ebd0f1c62b7cad25694b95bf8f91435169db9
Reviewed-on: https://gerrit.libreoffice.org/73753
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index 9cce1cad1bdf..3a4e303bbfe6 100755
--- a/bin/find-unneeded-includes
+++ b/bin/find-unneeded-includes
@@ -89,6 +89,8 @@ def ignoreRemoval(include, toAdd, absFileName, moduleRules):
 return True
 if include == "boost/unordered_map.hpp" and 
"boost/unordered/unordered_map.hpp" in toAdd:
 return True
+if include == "boost/functional/hash.hpp" and 
"boost/container_hash/extensions.hpp" in toAdd:
+return True
 
 # Avoid .hxx to .h proposals in basic css/uno/* API
 unoapi = {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: vcl/backendtest vcl/inc vcl/IwyuFilter_vcl.yaml vcl/opengl vcl/source vcl/unx

2019-06-13 Thread Gabor Kelemen (via logerrit)
 vcl/IwyuFilter_vcl.yaml |   24 
 vcl/backendtest/outputdevice/polyline_b2d.cxx   |1 +
 vcl/inc/FileDefinitionWidgetDraw.hxx|3 +--
 vcl/inc/WidgetThemeLibraryTypes.hxx |2 --
 vcl/inc/canvasbitmap.hxx|2 --
 vcl/inc/displayconnectiondispatch.hxx   |1 -
 vcl/inc/dndeventdispatcher.hxx  |2 +-
 vcl/inc/factory.hxx |1 -
 vcl/inc/font/OpenTypeFeatureDefinitonList.hxx   |1 -
 vcl/inc/fontattributes.hxx  |1 -
 vcl/inc/fontinstance.hxx|4 ++--
 vcl/inc/fontselect.hxx  |3 +--
 vcl/inc/fontsubset.hxx  |3 ++-
 vcl/inc/graphic/Manager.hxx |4 
 vcl/inc/graphic/UnoGraphic.hxx  |1 -
 vcl/inc/graphic/UnoGraphicTransformer.hxx   |1 -
 vcl/inc/headless/CustomWidgetDraw.hxx   |1 -
 vcl/inc/headless/svpbmp.hxx |1 -
 vcl/inc/headless/svpdummies.hxx |2 --
 vcl/inc/headless/svpframe.hxx   |1 -
 vcl/inc/headless/svpgdi.hxx |1 -
 vcl/inc/headless/svpinst.hxx|4 
 vcl/inc/headless/svpprn.hxx |5 -
 vcl/inc/image.h |3 ---
 vcl/inc/impfont.hxx |6 --
 vcl/inc/impgraph.hxx|1 +
 vcl/inc/implimagetree.hxx   |1 -
 vcl/inc/opengl/LineRenderUtils.hxx  |1 -
 vcl/inc/opengl/RenderList.hxx   |2 +-
 vcl/inc/opengl/VertexUtils.hxx  |2 +-
 vcl/inc/opengl/salbmp.hxx   |2 --
 vcl/inc/opengl/watchdog.hxx |3 +--
 vcl/inc/openglgdiimpl.hxx   |1 -
 vcl/inc/outdata.hxx |1 -
 vcl/inc/printdlg.hxx|6 +-
 vcl/inc/printerinfomanager.hxx  |3 +--
 vcl/inc/qt5/Qt5SvpSurface.hxx   |2 --
 vcl/inc/qt5/Qt5System.hxx   |1 -
 vcl/inc/salbmp.hxx  |4 ++--
 vcl/inc/saldatabasic.hxx|1 -
 vcl/inc/salgdi.hxx  |2 --
 vcl/inc/salgdiimpl.hxx  |4 
 vcl/inc/salinst.hxx |2 --
 vcl/inc/sallayout.hxx   |1 -
 vcl/inc/salptype.hxx|1 -
 vcl/inc/saltimer.hxx|1 -
 vcl/inc/salusereventlist.hxx|2 --
 vcl/inc/scrptrun.h  |2 --
 vcl/inc/sft.hxx |5 -
 vcl/inc/svmconverter.hxx|3 ---
 vcl/inc/test/outputdevice.hxx   |2 --
 vcl/inc/unx/XIM.h   |1 -
 vcl/inc/unx/cairotextrender.hxx |4 
 vcl/inc/unx/cupsmgr.hxx |1 -
 vcl/inc/unx/fc_fontoptions.hxx  |6 +-
 vcl/inc/unx/fontmanager.hxx |8 ++--
 vcl/inc/unx/gendisp.hxx |5 -
 vcl/inc/unx/geninst.h   |3 ---
 vcl/inc/unx/genprn.h|1 -
 vcl/inc/unx/genpspgraphics.h|1 -
 vcl/inc/unx/gensys.h|2 --
 vcl/inc/unx/glyphcache.hxx  |9 +++--
 vcl/inc/unx/gtk/gloactiongroup.h|3 ++-
 vcl/inc/unx/helper.hxx  |3 ---
 vcl/inc/unx/i18n_status.hxx |2 --
 vcl/inc/unx/pixmap.hxx  |4 +---
 vcl/inc/unx/printergfx.hxx  |7 ---
 vcl/inc/unx/printerjob.hxx  |1 -
 vcl/inc/unx/salbmp.h|2 --
 vcl/inc/unx/saldata.hxx |   14 --
 vcl/inc/unx/saldisp.hxx |5 +
 vcl/inc/unx/salframe.h  |2 --
 vcl/inc/unx/salinst.h   |4 +---
 vcl/inc/unx/salunx.h|2 --
 vcl/inc/unx/screensaverinhibitor.hxx|5 +
 vcl/inc/unx/wmadaptor.hxx   |1 -
 vcl/inc/unx/x11/x11sys.hxx  |1 -
 vcl/inc/unx/x11/xrender_peer.hxx|3 +--
 vcl/inc/widgetdraw/WidgetDefinition.hxx |1 -
 vcl/opengl/LineRenderUtils.cxx  |1 +
 vcl/opengl/gdiimpl.cxx  |1 +
 vcl/opengl/win/gdiimpl.cxx  |1 +
 vcl/source/app/svapp.cxx|2 +-
 vcl/source/font/fontinstanc

[Libreoffice-commits] help.git: source/text

2019-06-13 Thread Gabor Kelemen (via logerrit)
 source/text/simpress/02/1002.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0662e69825e4b01f28eff2ee6c0ce1cc011216f3
Author: Gabor Kelemen 
AuthorDate: Tue Jun 11 22:36:12 2019 +0200
Commit: Gabor Kelemen 
CommitDate: Thu Jun 13 09:39:06 2019 +0200

Fix ahelp bookmark on Impress Zoom toolbar

Change-Id: I0ef7534a0cf8f53d839939bdf670e11a17228399
Reviewed-on: https://gerrit.libreoffice.org/73839
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/source/text/simpress/02/1002.xhp 
b/source/text/simpress/02/1002.xhp
index 417cb55f4..ca5d8e5de 100644
--- a/source/text/simpress/02/1002.xhp
+++ b/source/text/simpress/02/1002.xhp
@@ -91,7 +91,7 @@
 
 
 
-
+
 Zoom 
Out
 Displays the slide at half its current size.
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

2019-06-13 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1061e23505bf7ea7d8efaec63f999a33a021efdd
Author: Gabor Kelemen 
AuthorDate: Tue Jun 11 22:36:12 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Thu Jun 13 09:39:06 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix ahelp bookmark on Impress Zoom toolbar

Change-Id: I0ef7534a0cf8f53d839939bdf670e11a17228399
Reviewed-on: https://gerrit.libreoffice.org/73839
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/helpcontent2 b/helpcontent2
index 7eab913ccdb6..0662e69825e4 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 7eab913ccdb60bfaa2e1fd46b940957773b17825
+Subproject commit 0662e69825e4b01f28eff2ee6c0ce1cc011216f3
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-06-13 Thread Gabor Kelemen (via logerrit)
 source/text/shared/01/guides.xhp |3 ---
 source/text/shared/optionen/01070300.xhp |   11 +--
 2 files changed, 5 insertions(+), 9 deletions(-)

New commits:
commit f7a85cf4c6d90e9cc44bd9833d272087c904e533
Author: Gabor Kelemen 
AuthorDate: Wed Jun 12 00:50:37 2019 +0200
Commit: Gabor Kelemen 
CommitDate: Thu Jun 13 09:39:30 2019 +0200

Fix bookmarks and ahelps around Help lines and Snap options

For the Impress Options toolbar:
- Drop stray bookmarks w/o ahelps in guides.xhp, these are covered elsewhere
- Use dot ahelps in 01070300.xhp as needed

Change-Id: Ib7096ac334c58ec06d5a1dad42f3f63799247ccb
Reviewed-on: https://gerrit.libreoffice.org/73846
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/source/text/shared/01/guides.xhp b/source/text/shared/01/guides.xhp
index 2c91bfefb..9f795f79d 100644
--- a/source/text/shared/01/guides.xhp
+++ b/source/text/shared/01/guides.xhp
@@ -43,16 +43,13 @@
 
 
 
-
 
 Display 
Snap Lines
 Displays or 
hides snap lines that you can use to align objects on a page.
-
 
 Snap to 
Snap Lineschanged in BetterDefaults_Gridhandling issue 
112000
 Automatically 
aligns objects to vertical and horizontal snap lines. To override this feature, 
hold down the Option key
 Alt key when you 
drag an object.UFI: test it! copied from 
shared\01\grid.xhp
-
 
 Snap 
Lines to Front
 Displays the snap lines in front of the objects on the slide or 
page.
diff --git a/source/text/shared/optionen/01070300.xhp 
b/source/text/shared/optionen/01070300.xhp
index 97c432626..ce2ad3e01 100644
--- a/source/text/shared/optionen/01070300.xhp
+++ b/source/text/shared/optionen/01070300.xhp
@@ -31,9 +31,8 @@
 snapping in presentations and 
drawings
  points;reducing editing points when snapping 
(Impress/Draw)
 
-
 Grid
- Defines the grid settings for 
creating and moving objects.
+ Defines the grid settings for creating and moving 
objects.
   
   
  
@@ -45,7 +44,7 @@
 
 
 To snap 
lines
-  Snaps the edge of a dragged object to 
the nearest snap line when you release the mouse.
+  Snaps the edge of a 
dragged object to the nearest snap line when you release the mouse.
 
   You can 
also define this setting by using the Snap to Snap Lines
 Snap to 
Snap Lines
@@ -53,7 +52,7 @@
 
 
 To the 
page margins
-  Specifies whether to align the contour of 
the graphic object to the nearest page margin.
+  Specifies whether to 
align the contour of the graphic object to the nearest page margin.
 
   The cursor or a contour line of the 
graphics object must be in the snap range.
 
@@ -63,7 +62,7 @@
 
 
 To 
object frame
-  Specifies whether to align the contour of 
the graphic object to the border of the nearest graphic object.
+  Specifies whether to 
align the contour of the graphic object to the border of the nearest graphic 
object.
 
   The cursor or a contour line of the 
graphics object must be in the snap range.
 
@@ -73,7 +72,7 @@
 
 
 To 
object points
-  Specifies whether to align the contour of 
the graphic object to the points of the nearest graphic object.
+  Specifies whether to 
align the contour of the graphic object to the points of the nearest graphic 
object.
 
   This only applies if the cursor or 
a contour line of the graphics object is in the snap range.
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

2019-06-13 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c9726ed505a993cd18fa59b040f6d576dd39e928
Author: Gabor Kelemen 
AuthorDate: Wed Jun 12 00:50:37 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Thu Jun 13 09:39:30 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix bookmarks and ahelps around Help lines and Snap options

For the Impress Options toolbar:
- Drop stray bookmarks w/o ahelps in guides.xhp, these are covered 
elsewhere
- Use dot ahelps in 01070300.xhp as needed

Change-Id: Ib7096ac334c58ec06d5a1dad42f3f63799247ccb
Reviewed-on: https://gerrit.libreoffice.org/73846
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/helpcontent2 b/helpcontent2
index 0662e69825e4..f7a85cf4c6d9 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 0662e69825e4b01f28eff2ee6c0ce1cc011216f3
+Subproject commit f7a85cf4c6d90e9cc44bd9833d272087c904e533
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-06-13 Thread Gabor Kelemen (via logerrit)
 source/text/shared/01/05240100.xhp |5 ++---
 source/text/shared/01/05240200.xhp |5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

New commits:
commit a37f4c0e78daad6aabc093c62019003371a39680
Author: Gabor Kelemen 
AuthorDate: Wed Jun 12 00:26:26 2019 +0200
Commit: Gabor Kelemen 
CommitDate: Thu Jun 13 09:50:13 2019 +0200

Fix bookmarks and ahelps for Mirror horizontally/vertically pages

Change-Id: I7ecced501702132bc1e2dfefb990162c0494058e
Reviewed-on: https://gerrit.libreoffice.org/73847
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/source/text/shared/01/05240100.xhp 
b/source/text/shared/01/05240100.xhp
index 96f53cf65..dd77aa3e2 100644
--- a/source/text/shared/01/05240100.xhp
+++ b/source/text/shared/01/05240100.xhp
@@ -31,10 +31,9 @@
 
 
 
-
 
-Vertically
-Flips the selected object(s) vertically from top to 
bottom.
+Vertically
+Flips the selected object(s) vertically from top to 
bottom.
 
 
   
diff --git a/source/text/shared/01/05240200.xhp 
b/source/text/shared/01/05240200.xhp
index 55def2c15..d4375d8a9 100644
--- a/source/text/shared/01/05240200.xhp
+++ b/source/text/shared/01/05240200.xhp
@@ -31,10 +31,9 @@
 
 
 
-
 
-Horizontally
-Flips the selected object(s) horizontally 
from left to right.
+Horizontally
+Flips the selected object(s) horizontally from left to 
right.
 
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

2019-06-13 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c1975d9d85336151c0c1b9696fd474261e2c0cd8
Author: Gabor Kelemen 
AuthorDate: Wed Jun 12 00:26:26 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Thu Jun 13 09:50:13 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix bookmarks and ahelps for Mirror horizontally/vertically pages

Change-Id: I7ecced501702132bc1e2dfefb990162c0494058e
Reviewed-on: https://gerrit.libreoffice.org/73847
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/helpcontent2 b/helpcontent2
index f7a85cf4c6d9..a37f4c0e78da 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit f7a85cf4c6d90e9cc44bd9833d272087c904e533
+Subproject commit a37f4c0e78daad6aabc093c62019003371a39680
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-07-04 Thread Gabor Kelemen (via logerrit)
 sc/IwyuFilter_sc.yaml   |   13 ++-
 sc/inc/miscuno.hxx  |1 
 sc/inc/scitems.hxx  |4 +++
 sc/source/ui/unoobj/ChartRangeSelectionListener.cxx |1 
 sc/source/ui/unoobj/ChartTools.cxx  |8 ---
 sc/source/ui/unoobj/PivotTableDataProvider.cxx  |2 -
 sc/source/ui/unoobj/PivotTableDataSequence.cxx  |4 ---
 sc/source/ui/unoobj/PivotTableDataSource.cxx|1 
 sc/source/ui/unoobj/TablePivotChart.cxx |1 
 sc/source/ui/unoobj/TablePivotCharts.cxx|6 -
 sc/source/ui/unoobj/addruno.cxx |1 
 sc/source/ui/unoobj/afmtuno.cxx |   22 
 sc/source/ui/unoobj/appluno.cxx |4 ---
 sc/source/ui/unoobj/cellsuno.cxx|6 -
 sc/source/ui/unoobj/chart2uno.cxx   |8 ---
 sc/source/ui/unoobj/chartuno.cxx|3 --
 sc/source/ui/unoobj/condformatuno.cxx   |1 
 sc/source/ui/unoobj/confuno.cxx |6 -
 sc/source/ui/unoobj/convuno.cxx |1 
 sc/source/ui/unoobj/cursuno.cxx |5 
 sc/source/ui/unoobj/dapiuno.cxx |6 +
 sc/source/ui/unoobj/datauno.cxx |1 
 sc/source/ui/unoobj/defltuno.cxx|4 ---
 sc/source/ui/unoobj/docuno.cxx  |   14 ++--
 sc/source/ui/unoobj/editsrc.cxx |8 ---
 sc/source/ui/unoobj/exceldetect.cxx |6 -
 sc/source/ui/unoobj/fielduno.cxx|2 -
 sc/source/ui/unoobj/filtuno.cxx |2 -
 sc/source/ui/unoobj/fmtuno.cxx  |2 -
 sc/source/ui/unoobj/funcuno.cxx |3 --
 sc/source/ui/unoobj/linkuno.cxx |3 --
 sc/source/ui/unoobj/nameuno.cxx |1 
 sc/source/ui/unoobj/notesuno.cxx|2 -
 sc/source/ui/unoobj/scdetect.cxx|2 -
 sc/source/ui/unoobj/servuno.cxx |4 ---
 sc/source/ui/unoobj/shapeuno.cxx|3 --
 sc/source/ui/unoobj/srchuno.cxx |5 
 sc/source/ui/unoobj/styleuno.cxx|7 --
 sc/source/ui/unoobj/targuno.cxx |3 --
 sc/source/ui/unoobj/textuno.cxx |7 --
 sc/source/ui/unoobj/tokenuno.cxx|2 -
 sc/source/ui/unoobj/unodoc.cxx  |2 -
 sc/source/ui/unoobj/viewuno.cxx |5 
 sc/source/ui/unoobj/warnpassword.cxx|3 --
 44 files changed, 29 insertions(+), 166 deletions(-)

New commits:
commit f3bf306eb9368c66df9817888739c4c4d3b2a9db
Author: Gabor Kelemen 
AuthorDate: Sun Jun 16 23:30:05 2019 +0200
Commit: Miklos Vajna 
CommitDate: Thu Jul 4 09:46:34 2019 +0200

tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I9b4111f2b4ccea71a491f2412f0d02ce5a7f64f7
Reviewed-on: https://gerrit.libreoffice.org/74570
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/sc/IwyuFilter_sc.yaml b/sc/IwyuFilter_sc.yaml
index 2508c5b6f78e..97ffa6b09a50 100644
--- a/sc/IwyuFilter_sc.yaml
+++ b/sc/IwyuFilter_sc.yaml
@@ -873,4 +873,15 @@ blacklist:
 sc/source/ui/undo/undoolk.cxx:
 # Avoid loplugin:unreffun error
 - undoolk.hxx
-
+sc/source/ui/unoobj/cellsuno.cxx:
+# Needed for direct member access
+- refundo.hxx
+sc/source/ui/unoobj/confuno.cxx:
+# Used with function template
+- docpool.hxx
+sc/source/ui/unoobj/notesuno.cxx:
+# Needed for macro defines
+- editeng/unoprnms.hxx
+sc/source/ui/unoobj/textuno.cxx:
+# Needed for macro defines
+- editeng/unoprnms.hxx
diff --git a/sc/inc/miscuno.hxx b/sc/inc/miscuno.hxx
index 365db0ace50b..2fe74f0dfe1a 100644
--- a/sc/inc/miscuno.hxx
+++ b/sc/inc/miscuno.hxx
@@ -29,6 +29,7 @@
 #include 
 #include 
 #include 
+#include 
 #include "scdllapi.h"
 
 #define SC_SIMPLE_SERVICE_INFO( ClassName, ClassNameAscii, ServiceAscii )  
  \
diff --git a/sc/inc/scitems.hxx b/sc/inc/scitems.hxx
index 159e6e013706..0606b39de634 100644
--- a/sc/inc/scitems.hxx
+++ b/sc/inc/scitems.hxx
@@ -50,6 +50,10 @@ class SvxVerJustifyItem;
 class SvxBrushItem;
 class SvxBoxItem;
 class ScCondFormatItem;
+class SvxLineItem;
+class SvxRotateModeItem;
+class SfxStringItem;
+class SvxSizeItem;
 
 //  EditEngine is not allowed to define its own ITEMID's
 #define INCLUDED_EDITENG_EEITEMID_HXX
diff --git a/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx 
b/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx
index 0ef2dbff3f68..696258a8bcf0 100644
--- 

[Libreoffice-commits] core.git: helpcontent2

2019-07-04 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d62f6b7d40284b2e41831376e5388711ab6250f3
Author: Gabor Kelemen 
AuthorDate: Wed Jul 3 23:49:57 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Thu Jul 4 09:47:40 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Add ahelps to OpenPGP settings

Change-Id: Ib77aae7471d68aee5923dbad8a382a91074ec402
Reviewed-on: https://gerrit.libreoffice.org/75065
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/helpcontent2 b/helpcontent2
index 7a9e02746c9b..79e835509b5d 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 7a9e02746c9bec114ab53eedc7f8a4c57d7f2f67
+Subproject commit 79e835509b5d236e2431a2e9914886b81cb46d6b
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-07-04 Thread Gabor Kelemen (via logerrit)
 source/text/shared/optionen/01010100.xhp |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 79e835509b5d236e2431a2e9914886b81cb46d6b
Author: Gabor Kelemen 
AuthorDate: Wed Jul 3 23:49:57 2019 +0200
Commit: Gabor Kelemen 
CommitDate: Thu Jul 4 09:47:40 2019 +0200

Add ahelps to OpenPGP settings

Change-Id: Ib77aae7471d68aee5923dbad8a382a91074ec402
Reviewed-on: https://gerrit.libreoffice.org/75065
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/source/text/shared/optionen/01010100.xhp 
b/source/text/shared/optionen/01010100.xhp
index 1929d265f..9885787c2 100644
--- a/source/text/shared/optionen/01010100.xhp
+++ b/source/text/shared/optionen/01010100.xhp
@@ -138,13 +138,13 @@
 
 
 OpenPGP signing key
-Select your OpenPGP key from the drop-down list for signing 
ODF documents.
+Select your OpenPGP key from the drop-down list 
for signing ODF documents.
 
 OpenPGP encryption key
-Select your OpenPGP key from the drop-down list for encrypting 
ODF documents.
-
+Select your OpenPGP key from the drop-down list 
for encrypting ODF documents.
+
 When encrypting documents, always encrypt to 
self
-Mark this checkbox to also encrypt the file with your public 
key, so you can open the document with your private key.
+Mark this checkbox to also encrypt the file 
with your public key, so you can open the document with your private 
key.
 Keep this option 
selected, if you ever want to be able to decrypt documents you've 
encrypted for other people.
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: sw/inc sw/IwyuFilter_sw.yaml sw/qa sw/source

2019-07-05 Thread Gabor Kelemen (via logerrit)
 sw/IwyuFilter_sw.yaml|6 ++
 sw/inc/SwGetPoolIdFromName.hxx   |2 ++
 sw/inc/ToxTextGenerator.hxx  |2 ++
 sw/inc/ccoll.hxx |1 +
 sw/inc/cellfml.hxx   |1 +
 sw/inc/crstate.hxx   |2 ++
 sw/inc/ddefld.hxx|1 +
 sw/inc/dobjfac.hxx   |1 +
 sw/inc/edglbldc.hxx  |1 +
 sw/inc/error.hrc |3 +++
 sw/inc/flddat.hxx|2 ++
 sw/inc/fmtautofmt.hxx|1 +
 sw/inc/fmtcolfunc.hxx|3 +++
 sw/inc/fmtline.hxx   |1 +
 sw/inc/gotodlg.hxx   |1 +
 sw/inc/hhcwrp.hxx|3 +++
 sw/inc/istyleaccess.hxx  |2 ++
 sw/inc/modcfg.hxx|1 +
 sw/inc/ndhints.hxx   |2 --
 sw/inc/optload.hrc   |3 +++
 sw/inc/pagepreviewlayout.hxx |1 +
 sw/inc/pvprtdat.hxx  |2 +-
 sw/inc/reffld.hxx|2 ++
 sw/inc/shellres.hxx  |1 +
 sw/inc/sortopt.hxx   |1 +
 sw/inc/swbaslnk.hxx  |1 +
 sw/inc/tblafmt.hxx   |   17 -
 sw/inc/toxwrap.hxx   |1 +
 sw/inc/unochart.hxx  |1 -
 sw/inc/unostyle.hxx  |1 -
 sw/inc/unotbl.hxx|1 -
 sw/qa/core/uwriter.cxx   |   17 +
 sw/source/core/bastyp/init.cxx   |   11 +++
 sw/source/core/doc/tblafmt.cxx   |   16 
 sw/source/core/unocore/unostyle.cxx  |9 +
 sw/source/ui/table/autoformatpreview.cxx |   11 +++
 sw/source/uibase/shells/basesh.cxx   |2 ++
 37 files changed, 111 insertions(+), 23 deletions(-)

New commits:
commit 970751c818bb46029ab9fc84a45337bdd856d70b
Author: Gabor Kelemen 
AuthorDate: Wed Jun 26 19:26:42 2019 +0200
Commit: Miklos Vajna 
CommitDate: Fri Jul 5 09:13:08 2019 +0200

tdf#42949 Fix IWYU warnings in sw/inc/*

New IWYU and recent developments in f-u-i helped to identify
some non self contained files and mostly those were fixed.

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I21550193293b987311c56d8f7c9c3145547d2c6d
Reviewed-on: https://gerrit.libreoffice.org/74909
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/sw/IwyuFilter_sw.yaml b/sw/IwyuFilter_sw.yaml
index 64f35046e46a..1809d19c76cc 100644
--- a/sw/IwyuFilter_sw.yaml
+++ b/sw/IwyuFilter_sw.yaml
@@ -22,6 +22,9 @@ blacklist:
 sw/inc/docfac.hxx:
 # Complete type is needed by rtl::Reference.
 - doc.hxx
+sw/inc/swmodule.hxx:
+# Needed for macro #define
+- sfx2/app.hxx
 sw/inc/swtypes.hxx:
 # Needed for macro #define
 - com/sun/star/i18n/CollatorOptions.hpp
@@ -54,6 +57,9 @@ blacklist:
 # inline dtor, complete type is needed
 - com/sun/star/linguistic2/XSpellAlternatives.hpp
 - com/sun/star/linguistic2/XSpellChecker1.hpp
+sw/inc/SwGetPoolIdFromName.hxx:
+# Needed for enum type
+- sal/types.h
 sw/inc/unocoll.hxx:
 # base class has to be a complete type
 - com/sun/star/container/XEnumerationAccess.hpp
diff --git a/sw/inc/SwGetPoolIdFromName.hxx b/sw/inc/SwGetPoolIdFromName.hxx
index 820d864bd2ee..2a42fae6f202 100644
--- a/sw/inc/SwGetPoolIdFromName.hxx
+++ b/sw/inc/SwGetPoolIdFromName.hxx
@@ -19,6 +19,8 @@
 #ifndef INCLUDED_SW_INC_SWGETPOOLIDFROMNAME_HXX
 #define INCLUDED_SW_INC_SWGETPOOLIDFROMNAME_HXX
 
+#include 
+
 /* When using the NameMapper to translate pool ids to UI or programmatic
  * names, this enum is used to define which family is required */
 
diff --git a/sw/inc/ToxTextGenerator.hxx b/sw/inc/ToxTextGenerator.hxx
index 91eac53d3c36..675835573266 100644
--- a/sw/inc/ToxTextGenerator.hxx
+++ b/sw/inc/ToxTextGenerator.hxx
@@ -23,6 +23,8 @@
 #include 
 #include 
 
+#include "fmtautofmt.hxx"
+
 #include 
 #include 
 
diff --git a/sw/inc/ccoll.hxx b/sw/inc/ccoll.hxx
index 180f9dbe6645..de1ada052b8a 100644
--- a/sw/inc/ccoll.hxx
+++ b/sw/inc/ccoll.hxx
@@ -21,6 +21,7 @@
 
 #include 
 #include 
+#include 
 #include "swdllapi.h"
 
 enum class Master_CollCondition;
diff --git a/sw/inc/cellfml.hxx b/sw/inc/cellfml.hxx
index f9fd74c09c57..67c2cee65d92 100644
--- a/sw/inc/cellfml.hxx
+++ b/sw/inc/cellfml.hxx
@@ -21,6 +21,7 @@
 #define INCLUDED_SW_INC_CELLFML_HXX
 
 #include 
+#include 
 #include 
 
 class SwTable;
diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx
index 528b572efa68..8697b1388100 100644
--- a/sw/inc/crstate.hxx
+++ b/sw/inc/crstate.hxx
@@ -23,6 +23,8 @@
 #include 
 #include "swrect.hxx"
 
+#include 
+
 enum SwFillMode
 {
 FILL_TA

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

2019-07-07 Thread Gabor Kelemen (via logerrit)
 vcl/inc/opengl/win/WinDeviceInfo.hxx   |3 ---
 vcl/opengl/opengl_blacklist_windows.xml|   12 +---
 vcl/opengl/win/WinDeviceInfo.cxx   |9 -
 vcl/opengl/win/blocklist_parser.cxx|   12 
 vcl/qa/cppunit/blocklistparsertest.cxx |   25 +
 vcl/qa/cppunit/test_blocklist_evaluate.xml |   11 +--
 vcl/qa/cppunit/test_blocklist_parse.xml|   18 --
 7 files changed, 3 insertions(+), 87 deletions(-)

New commits:
commit 49422a469646ad8be43ba828ca24c2484c26b9e8
Author: Gabor Kelemen 
AuthorDate: Mon Jul 1 16:51:02 2019 +0200
Commit: Tomaž Vajngerl 
CommitDate: Mon Jul 8 02:50:07 2019 +0200

Do not support GL blacklisting for Windows versions older than 7

Since we no longer install on such systems anyway

Change-Id: Ia3b5c202e1276857c97017bb5a7eb9f087d5626e
Reviewed-on: https://gerrit.libreoffice.org/74961
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl 

diff --git a/vcl/inc/opengl/win/WinDeviceInfo.hxx 
b/vcl/inc/opengl/win/WinDeviceInfo.hxx
index b207b2f9c9df..773be7af0f7d 100644
--- a/vcl/inc/opengl/win/WinDeviceInfo.hxx
+++ b/vcl/inc/opengl/win/WinDeviceInfo.hxx
@@ -22,9 +22,6 @@ namespace wgl {
 
 enum OperatingSystem {
 DRIVER_OS_UNKNOWN = 0,
-DRIVER_OS_WINDOWS_XP,
-DRIVER_OS_WINDOWS_SERVER_2003,
-DRIVER_OS_WINDOWS_VISTA,
 DRIVER_OS_WINDOWS_7,
 DRIVER_OS_WINDOWS_8,
 DRIVER_OS_WINDOWS_8_1,
diff --git a/vcl/opengl/opengl_blacklist_windows.xml 
b/vcl/opengl/opengl_blacklist_windows.xml
index 4ed2bb2c61ba..034838b73f14 100644
--- a/vcl/opengl/opengl_blacklist_windows.xml
+++ b/vcl/opengl/opengl_blacklist_windows.xml
@@ -9,7 +9,7 @@
 
 
 
 
-
-
-
-
-
-
-
-
-
-
 
 
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx
index 2ebccf9ee6f4..5c86d9aca22f 100644
--- a/vcl/opengl/win/WinDeviceInfo.cxx
+++ b/vcl/opengl/win/WinDeviceInfo.cxx
@@ -153,9 +153,6 @@ uint32_t ParseIDFromDeviceID(const OUString &key, const 
char *prefix, int length
 // based on http://msdn.microsoft.com/en-us/library/ms724834(VS.85).aspx
 enum {
 kWindowsUnknown= 0,
-kWindowsXP = 0x00050001,
-kWindowsServer2003 = 0x00050002,
-kWindowsVista  = 0x0006,
 kWindows7  = 0x00060001,
 kWindows8  = 0x00060002,
 kWindows8_1= 0x00060003,
@@ -167,12 +164,6 @@ wgl::OperatingSystem 
WindowsVersionToOperatingSystem(int32_t aWindowsVersion)
 {
 switch(aWindowsVersion)
 {
-case kWindowsXP:
-return wgl::DRIVER_OS_WINDOWS_XP;
-case kWindowsServer2003:
-return wgl::DRIVER_OS_WINDOWS_SERVER_2003;
-case kWindowsVista:
-return wgl::DRIVER_OS_WINDOWS_VISTA;
 case kWindows7:
 return wgl::DRIVER_OS_WINDOWS_7;
 case kWindows8:
diff --git a/vcl/opengl/win/blocklist_parser.cxx 
b/vcl/opengl/win/blocklist_parser.cxx
index ab89c0e4d567..d7dd5de26258 100644
--- a/vcl/opengl/win/blocklist_parser.cxx
+++ b/vcl/opengl/win/blocklist_parser.cxx
@@ -33,18 +33,6 @@ wgl::OperatingSystem getOperatingSystem(const OString& 
rString)
 {
 return wgl::DRIVER_OS_ALL;
 }
-else if (rString == "xp")
-{
-return wgl::DRIVER_OS_WINDOWS_XP;
-}
-else if (rString == "server2003")
-{
-return wgl::DRIVER_OS_WINDOWS_SERVER_2003;
-}
-else if (rString == "vista")
-{
-return wgl::DRIVER_OS_WINDOWS_VISTA;
-}
 else if (rString == "7")
 {
 return wgl::DRIVER_OS_WINDOWS_7;
diff --git a/vcl/qa/cppunit/blocklistparsertest.cxx 
b/vcl/qa/cppunit/blocklistparsertest.cxx
index f9a692585ca0..7d99e87f3750 100644
--- a/vcl/qa/cppunit/blocklistparsertest.cxx
+++ b/vcl/qa/cppunit/blocklistparsertest.cxx
@@ -40,7 +40,7 @@ void BlocklistParserTest::testParse()
 aBlocklistParser.parse();
 
 size_t const n = aDriveInfos.size();
-CPPUNIT_ASSERT_EQUAL(static_cast(22), n);
+CPPUNIT_ASSERT_EQUAL(static_cast(16), n);
 
 size_t i = 0;
 
@@ -54,23 +54,6 @@ void BlocklistParserTest::testParse()
 
 aDriveInfo = aDriveInfos[i++];
 CPPUNIT_ASSERT_EQUAL(bIsWhitelisted, aDriveInfo.mbWhitelisted);
-
CPPUNIT_ASSERT_EQUAL(WinOpenGLDeviceInfo::GetDeviceVendor(wgl::VendorIntel), 
aDriveInfo.maAdapterVendor);
-
CPPUNIT_ASSERT_EQUAL(wgl::VersionComparisonOp::DRIVER_LESS_THAN_OR_EQUAL, 
aDriveInfo.meComparisonOp);
-CPPUNIT_ASSERT_EQUAL(wgl::V(11,21,31,41), aDriveInfo.mnDriverVersion);
-
-aDriveInfo = aDriveInfos[i++];
-CPPUNIT_ASSERT_EQUAL(bIsWhitelisted, aDriveInfo.mbWhitelisted);
-
CPPUNIT_ASSERT_EQUAL(WinOpenGLDeviceInfo::GetDeviceVendor(wgl::VendorATI), 
aDriveInfo.maAdapterVendor);
-CPPUNIT_ASSERT_EQUAL(wgl::VersionComparisonOp::DRIVER_GREATER_THAN, 
aDriveInfo.meComparisonOp);
-CP

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

2019-07-08 Thread Gabor Kelemen (via logerrit)
 sw/qa/extras/uiwriter/uiwriter.cxx   |5 +
 sw/source/ui/chrdlg/drpcps.cxx   |2 ++
 sw/source/ui/dialog/uiregionsw.cxx   |1 +
 sw/source/ui/frmdlg/column.cxx   |3 +++
 sw/source/ui/frmdlg/frmpage.cxx  |2 ++
 sw/source/ui/frmdlg/wrap.cxx |1 +
 sw/source/ui/index/swuiidxmrk.cxx|1 +
 sw/source/ui/misc/bookmark.cxx   |1 +
 sw/source/uibase/config/fontcfg.cxx  |1 +
 sw/source/uibase/dochdl/gloshdl.cxx  |1 +
 sw/source/uibase/inc/DashedLine.hxx  |1 -
 sw/source/uibase/inc/DropDownFormFieldDialog.hxx |1 -
 sw/source/uibase/inc/HeaderFooterWin.hxx |1 +
 sw/source/uibase/inc/ascfldlg.hxx|2 --
 sw/source/uibase/inc/autoformatpreview.hxx   |5 -
 sw/source/uibase/inc/basesh.hxx  |2 --
 sw/source/uibase/inc/bookmark.hxx|4 +---
 sw/source/uibase/inc/cfgitems.hxx|1 -
 sw/source/uibase/inc/cnttab.hxx  |6 ++
 sw/source/uibase/inc/colex.hxx   |1 -
 sw/source/uibase/inc/colmgr.hxx  |2 ++
 sw/source/uibase/inc/column.hxx  |2 --
 sw/source/uibase/inc/condedit.hxx|1 -
 sw/source/uibase/inc/content.hxx |3 +--
 sw/source/uibase/inc/convert.hxx |1 +
 sw/source/uibase/inc/cption.hxx  |1 -
 sw/source/uibase/inc/dbtree.hxx  |1 -
 sw/source/uibase/inc/dbui.hxx|2 ++
 sw/source/uibase/inc/drawbase.hxx|1 +
 sw/source/uibase/inc/drawsh.hxx  |2 ++
 sw/source/uibase/inc/drpcps.hxx  |4 ++--
 sw/source/uibase/inc/edtwin.hxx  |1 -
 sw/source/uibase/inc/fldedt.hxx  |4 +++-
 sw/source/uibase/inc/fldmgr.hxx  |3 +--
 sw/source/uibase/inc/fldwrap.hxx |4 
 sw/source/uibase/inc/fontcfg.hxx |1 -
 sw/source/uibase/inc/frmdlg.hxx  |2 +-
 sw/source/uibase/inc/frmmgr.hxx  |5 ++---
 sw/source/uibase/inc/frmpage.hxx |2 --
 sw/source/uibase/inc/gloshdl.hxx |2 ++
 sw/source/uibase/inc/gloslst.hxx |2 ++
 sw/source/uibase/inc/glossary.hxx|8 +---
 sw/source/uibase/inc/grfsh.hxx   |7 ++-
 sw/source/uibase/inc/hyp.hxx |1 -
 sw/source/uibase/inc/imaildsplistener.hxx|1 +
 sw/source/uibase/inc/initui.hxx  |3 ---
 sw/source/uibase/shells/basesh.cxx   |1 +
 sw/source/uibase/uiview/view2.cxx|1 +
 sw/source/uibase/utlui/glbltree.cxx  |1 +
 49 files changed, 59 insertions(+), 52 deletions(-)

New commits:
commit 3889e2f2a1f5f87e972e67900b5ff5ef1289479d
Author: Gabor Kelemen 
AuthorDate: Tue Jun 25 18:51:16 2019 +0200
Commit: Miklos Vajna 
CommitDate: Mon Jul 8 12:11:17 2019 +0200

tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[a-j]*

New IWYU and recent developments in f-u-i helped to identify
some non self contained files, those were fixed too.

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I4b7209de739c164be1cfce360f43a1885867a12a
Reviewed-on: https://gerrit.libreoffice.org/74910
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx 
b/sw/qa/extras/uiwriter/uiwriter.cxx
index d09783cebb8b..471d726e9626 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -57,6 +57,10 @@
 #include 
 #include 
 #include 
+#include 
+#include 
+#include 
+#include 
 #include 
 #include 
 #include 
@@ -71,6 +75,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
diff --git a/sw/source/ui/chrdlg/drpcps.cxx b/sw/source/ui/chrdlg/drpcps.cxx
index db8f40fdf8a5..752d2825a33d 100644
--- a/sw/source/ui/chrdlg/drpcps.cxx
+++ b/sw/source/ui/chrdlg/drpcps.cxx
@@ -35,8 +35,10 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/sw/source/ui/dialog/uiregionsw.cxx 
b/sw/source/ui/dialog/uiregionsw.cxx
index b3c9a6ccb837..ff02fca679af 100644
--- a/sw/source/ui/dialog/uiregionsw.cxx
+++ b/sw/source/ui/dialog/uiregionsw.cxx
@@ -48,6 +48,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include 
diff --git a/sw/source/ui/frmdlg/column.cxx b/sw/source/ui/frmdlg/column.cxx
index 9690c0b833c7..6e12124f9602 100644
--- a/sw/source/ui/frmdlg/column.cxx
+++ b/sw/source/ui/frmdlg/column.cxx
@@ -35,6 +35,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -52,7 +53,

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

2019-07-08 Thread Gabor Kelemen (via logerrit)
 sc/inc/globstr.hrc |1 +
 sc/source/filter/excel/xichart.cxx |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit bf726e66fecffc05d61b9c6d97dfa82fee9ab2c8
Author: Gabor Kelemen 
AuthorDate: Mon Jul 8 11:32:33 2019 +0200
Commit: Katarina Behrens 
CommitDate: Mon Jul 8 15:29:31 2019 +0200

tdf#126192 (Related) Translate automatic chart axis labels in xls

Automatic axis labels in xls format are created on a different code
path than the ones in OOXML, translate these too

Change-Id: Id1e8a10accf765d40d71c4fcdfec2c1acee832a2
Reviewed-on: https://gerrit.libreoffice.org/75202
Tested-by: Jenkins
Reviewed-by: Katarina Behrens 

diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc
index e0bc77c3a260..38d182613fdb 100644
--- a/sc/inc/globstr.hrc
+++ b/sc/inc/globstr.hrc
@@ -353,6 +353,7 @@
 #define STR_FUNCTIONLIST_MORE   NC_("STR_FUNCTIONLIST_MORE", 
"More...")
 #define STR_ERR_INVALID_AREANC_("STR_ERR_INVALID_AREA", 
"Invalid range")
 #define STR_CHARTTITLE  NC_("STR_CHARTTITLE", "Chart 
Title")
+#define STR_AXISTITLE   NC_("STR_AXISTITLE", "Axis 
Title")
 // Templates for data pilot tables.
 #define STR_PIVOT_STYLENAME_INNER   
NC_("STR_PIVOT_STYLE_INNER", "Pivot Table Value")
 #define STR_PIVOT_STYLENAME_RESULT  
NC_("STR_PIVOT_STYLE_RESULT", "Pivot Table Result")
diff --git a/sc/source/filter/excel/xichart.cxx 
b/sc/source/filter/excel/xichart.cxx
index 6c003d53d0d4..cbdedcaa09bc 100644
--- a/sc/source/filter/excel/xichart.cxx
+++ b/sc/source/filter/excel/xichart.cxx
@@ -3586,7 +3586,7 @@ void XclImpChAxesSet::Finalize()
 
 // finalize axis titles
 const XclImpChText* pDefText = GetChartData().GetDefaultText( 
EXC_CHTEXTTYPE_AXISTITLE );
-OUString aAutoTitle("Axis Title");
+OUString aAutoTitle(ScResId(STR_AXISTITLE));
 lclFinalizeTitle( mxXAxisTitle, pDefText, aAutoTitle );
 lclFinalizeTitle( mxYAxisTitle, pDefText, aAutoTitle );
 lclFinalizeTitle( mxZAxisTitle, pDefText, aAutoTitle );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-07-09 Thread Gabor Kelemen (via logerrit)
 sc/IwyuFilter_sc.yaml |3 ---
 sc/inc/TablePivotChart.hxx|1 +
 sc/inc/addruno.hxx|2 ++
 sc/inc/afmtuno.hxx|2 ++
 sc/inc/attrib.hxx |1 -
 sc/inc/autoform.hxx   |   20 ++--
 sc/inc/calcmacros.hxx |2 --
 sc/inc/chartuno.hxx   |1 +
 sc/inc/conditio.hxx   |1 -
 sc/inc/dociter.hxx|2 ++
 sc/inc/dpobject.hxx   |1 +
 sc/inc/dpoutput.hxx   |2 +-
 sc/inc/matrixoperators.hxx|2 ++
 sc/inc/orcusxml.hxx   |1 -
 sc/inc/refhint.hxx|2 +-
 sc/inc/scerrors.hrc   |1 +
 sc/inc/scopetools.hxx |1 -
 sc/inc/sheetdata.hxx  |1 +
 sc/inc/unitconv.hxx   |2 ++
 sc/inc/units.hrc  |4 
 sc/inc/userlist.hxx   |2 ++
 sc/inc/viewuno.hxx|2 ++
 sc/inc/waitoff.hxx|2 ++
 sc/source/core/data/global.cxx|1 +
 sc/source/core/tool/autoform.cxx  |   18 ++
 sc/source/ui/docshell/docfunc.cxx |1 +
 sc/source/ui/miscdlgs/autofmt.cxx |2 ++
 sc/source/ui/unoobj/afmtuno.cxx   |4 
 sc/source/ui/view/viewfun2.cxx|1 +
 29 files changed, 56 insertions(+), 29 deletions(-)

New commits:
commit f6e72cf4f70ac4f7bc6ace7c0cdb5e2afa13199a
Author: Gabor Kelemen 
AuthorDate: Tue Jul 2 00:40:24 2019 +0200
Commit: Miklos Vajna 
CommitDate: Tue Jul 9 09:20:34 2019 +0200

tdf#42949 Fix IWYU warnings in sc/inc

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

New IWYU and recent developments in f-u-i helped to identify
some non self contained files, those were fixed too.

Change-Id: I3b33b0dee7d7c9afc136510898039cab53990ddf
Reviewed-on: https://gerrit.libreoffice.org/74980
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/sc/IwyuFilter_sc.yaml b/sc/IwyuFilter_sc.yaml
index 97ffa6b09a50..9b2bf6629b06 100644
--- a/sc/IwyuFilter_sc.yaml
+++ b/sc/IwyuFilter_sc.yaml
@@ -32,9 +32,6 @@ blacklist:
 - com/sun/star/sheet/XFunctionDescriptions.hpp
 - com/sun/star/sheet/XGlobalSheetSettings.hpp
 - com/sun/star/sheet/XRecentFunctions.hpp
-sc/inc/autoform.hxx:
-# contains macro definitions
-- scitems.hxx
 sc/inc/chartuno.hxx:
 # base class has to be a complete type
 - com/sun/star/container/XEnumerationAccess.hpp
diff --git a/sc/inc/TablePivotChart.hxx b/sc/inc/TablePivotChart.hxx
index a99711c37845..c357c6fad230 100644
--- a/sc/inc/TablePivotChart.hxx
+++ b/sc/inc/TablePivotChart.hxx
@@ -16,6 +16,7 @@
 #include 
 
 #include 
+#include 
 #include 
 
 #include "types.hxx"
diff --git a/sc/inc/addruno.hxx b/sc/inc/addruno.hxx
index 62a0e7c8b0b8..7503f865677c 100644
--- a/sc/inc/addruno.hxx
+++ b/sc/inc/addruno.hxx
@@ -26,6 +26,8 @@
 #include 
 #include "address.hxx"
 
+#include 
+
 class ScAddressConversionObj : public ::cppu::WeakImplHelper<
 css::beans::XPropertySet,
 css::lang::XServiceInfo >,
diff --git a/sc/inc/afmtuno.hxx b/sc/inc/afmtuno.hxx
index d39e5e41a294..ff997b6e95ca 100644
--- a/sc/inc/afmtuno.hxx
+++ b/sc/inc/afmtuno.hxx
@@ -31,6 +31,8 @@
 #include 
 #include 
 
+#include 
+
 class ScAutoFormatFieldObj;
 class ScAutoFormatObj;
 
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx
index 37340e786fe2..a98578abcb23 100644
--- a/sc/inc/attrib.hxx
+++ b/sc/inc/attrib.hxx
@@ -21,7 +21,6 @@
 #define INCLUDED_SC_INC_ATTRIB_HXX
 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/sc/inc/autoform.hxx b/sc/inc/autoform.hxx
index 8fad143b8400..43f22b107c62 100644
--- a/sc/inc/autoform.hxx
+++ b/sc/inc/autoform.hxx
@@ -30,25 +30,9 @@
 !!
 **/
 
-#include "scitems.hxx"
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
+#include 
 #include 
-#include 
-#include 
+
 #include "scdllapi.h"
 #include "zforauto.hxx"
 
diff --git a/sc/inc/calcmacros.hxx b/sc/inc/calcmacros.hxx
index d5cffd5db88b..ca51c62adb54 100644
--- a/sc/inc/calcmacros.hxx
+++ b/sc/inc/calcmacros.hxx
@@ -30,8 +30,6 @@
 DEBUG_FORMULA_COMPILER || \
 DEBUG_AREA_BROADCASTER
 #include 
-#include 
-#include 
 using std::cout;
 using std::cerr;
 using std::endl;
diff --git a/sc/inc/chartuno.hxx b/sc/inc/chartuno.hxx
index 801a9d99db93..3e40ead05d40 100644
--- a/sc/inc/chartuno.hxx
+++ b/sc/inc/chartuno.hxx
@@ -32,6 +32,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx
index 42448174ca52..0ab1d114f8f4 100644
--- a/sc/inc/conditio

[Libreoffice-commits] core.git: l10ntools/source oox/AllLangMoTarget_oox.mk oox/inc oox/Library_oox.mk oox/Module_oox.mk oox/source Repository.mk

2019-07-09 Thread Gabor Kelemen (via logerrit)
 Repository.mk  |1 +
 l10ntools/source/localize.cxx  |1 +
 oox/AllLangMoTarget_oox.mk |   14 ++
 oox/Library_oox.mk |1 +
 oox/Module_oox.mk  |4 
 oox/inc/ooxresid.hxx   |   19 +++
 oox/inc/strings.hrc|   18 ++
 oox/source/drawingml/chart/chartspaceconverter.cxx |4 +++-
 oox/source/helper/ooxresid.cxx |   19 +++
 9 files changed, 80 insertions(+), 1 deletion(-)

New commits:
commit 41d743310d7388cded40872364c9fc44082c7d6e
Author: Gabor Kelemen 
AuthorDate: Thu Jun 27 15:35:42 2019 +0200
Commit: Andras Timar 
CommitDate: Tue Jul 9 11:37:03 2019 +0200

tdf#126030 Translate automatic chart title in OOXML charts

Add l10n support to oox module to achieve this

Change-Id: I7bece62bdf5ef0f0d1ef424074f16cef94649d77
Reviewed-on: https://gerrit.libreoffice.org/74819
Tested-by: Jenkins
Reviewed-by: Andras Timar 

diff --git a/Repository.mk b/Repository.mk
index 2febae16202f..5717370c3be3 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -1122,6 +1122,7 @@ $(eval $(call gb_Helper_register_mos,\
$(call gb_Helper_optional,DESKTOP,fps) \
frm \
fwk \
+   oox \
pcr \
rpt \
$(call gb_Helper_optional,SCRIPTING,sb) \
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 24dbe8f73e3f..ee268cf11782 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -281,6 +281,7 @@ bool includeProject(const OString& rProject) {
 "mysqlc",
 "nlpsolver",
 "officecfg",
+"oox",
 "readlicense_oo",
 "reportbuilder",
 "reportdesign",
diff --git a/oox/AllLangMoTarget_oox.mk b/oox/AllLangMoTarget_oox.mk
new file mode 100644
index ..c2a733faf7bd
--- /dev/null
+++ b/oox/AllLangMoTarget_oox.mk
@@ -0,0 +1,14 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 
100 -*-
+#
+# 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/.
+#
+
+$(eval $(call gb_AllLangMoTarget_AllLangMoTarget,oox))
+
+$(eval $(call gb_AllLangMoTarget_set_polocation,oox,oox))
+
+# vim: set noet sw=4 ts=4:
\ No newline at end of file
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index 2d4718a320cb..7b5a26866f5d 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -224,6 +224,7 @@ $(eval $(call gb_Library_add_exception_objects,oox,\
 oox/source/helper/graphichelper \
 oox/source/helper/grabbagstack \
 oox/source/helper/modelobjecthelper \
+oox/source/helper/ooxresid \
 oox/source/helper/progressbar \
 oox/source/helper/propertymap \
 oox/source/helper/propertyset \
diff --git a/oox/Module_oox.mk b/oox/Module_oox.mk
index db79a0f8e093..1f906231e981 100644
--- a/oox/Module_oox.mk
+++ b/oox/Module_oox.mk
@@ -16,6 +16,10 @@ $(eval $(call gb_Module_add_targets,oox,\
Package_generated \
 ))
 
+$(eval $(call gb_Module_add_l10n_targets,oox,\
+   AllLangMoTarget_oox \
+))
+
 $(eval $(call gb_Module_add_check_targets,oox,\
CppunitTest_oox_tokenmap \
CppunitTest_oox_vba_compression \
diff --git a/oox/inc/ooxresid.hxx b/oox/inc/ooxresid.hxx
new file mode 100644
index ..ed51b317269b
--- /dev/null
+++ b/oox/inc/ooxresid.hxx
@@ -0,0 +1,19 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * 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/.
+ */
+
+#ifndef INCLUDED_OOX_INC_RESID_HXX
+#define INCLUDED_OOX_INC_RESID_HXX
+
+#include 
+#include 
+
+OOX_DLLPUBLIC OUString OoxResId(const char* pId);
+
+#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
\ No newline at end of file
diff --git a/oox/inc/strings.hrc b/oox/inc/strings.hrc
new file mode 100644
index ..dcb0744d593f
--- /dev/null
+++ b/oox/inc/strings.hrc
@@ -0,0 +1,18 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * 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/.
+ */
+
+#ifndef OOX_STRINGS_HRC
+#define OOX_STRINGS_HRC
+
+#define NC_(Context, String) re

[Libreoffice-commits] core.git: sd/inc sd/IwyuFilter_sd.yaml sd/source

2019-07-10 Thread Gabor Kelemen (via logerrit)
 sd/IwyuFilter_sd.yaml   |6 ++
 sd/inc/notifydocumentevent.hxx  |2 ++
 sd/inc/randomnode.hxx   |5 +
 sd/inc/sdpptwrp.hxx |2 ++
 sd/inc/shapelist.hxx|1 +
 sd/inc/stlpool.hxx  |1 +
 sd/source/filter/eppt/pptx-animations.hxx   |7 +++
 sd/source/filter/xml/sdtransform.hxx|2 ++
 sd/source/ui/dlg/BulletAndPositionDlg.cxx   |1 +
 sd/source/ui/dlg/PhotoAlbumDialog.hxx   |2 ++
 sd/source/ui/inc/AccessibleOutlineEditSource.hxx|1 +
 sd/source/ui/inc/BulletAndPositionDlg.hxx   |3 ---
 sd/source/ui/inc/assclass.hxx   |1 +
 sd/source/ui/inc/createcustomanimationpanel.hxx |5 +
 sd/source/ui/inc/createslidetransitionpanel.hxx |5 +
 sd/source/ui/inc/dlgpage.hxx|1 +
 sd/source/ui/inc/docprev.hxx|2 ++
 sd/source/ui/inc/filedlg.hxx|1 +
 sd/source/ui/inc/registerinterfaces.hxx |1 +
 sd/source/ui/inc/sdpopup.hxx|1 +
 sd/source/ui/inc/tablefunction.hxx  |3 +++
 sd/source/ui/inc/tpaction.hxx   |1 +
 sd/source/ui/inc/unchss.hxx |2 ++
 sd/source/ui/inc/undoback.hxx   |2 ++
 sd/source/ui/inc/unokywds.hxx   |2 --
 sd/source/ui/remotecontrol/ZeroconfService.hxx  |2 --
 sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx |2 ++
 sd/source/ui/sidebar/MasterPagesSelector.hxx|2 +-
 sd/source/ui/slideshow/slideshowviewimpl.hxx|1 -
 sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx|1 +
 sd/source/ui/unoidl/unopool.hxx |3 +++
 31 files changed, 62 insertions(+), 9 deletions(-)

New commits:
commit e77999fda551867e4fc199a489cf898821ef6d09
Author: Gabor Kelemen 
AuthorDate: Sat Jun 29 22:13:45 2019 +0200
Commit: Miklos Vajna 
CommitDate: Wed Jul 10 09:51:15 2019 +0200

tdf#42949 Fix IWYU warnings in sd/*/hxx

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

New IWYU and recent developments in f-u-i helped to identify
some non self contained files, those were fixed too.

Change-Id: I4b1b4fe59c572cdd969d26aac13a276d5aa6844c
Reviewed-on: https://gerrit.libreoffice.org/74981
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/sd/IwyuFilter_sd.yaml b/sd/IwyuFilter_sd.yaml
index 930f081dd117..13a431777e23 100644
--- a/sd/IwyuFilter_sd.yaml
+++ b/sd/IwyuFilter_sd.yaml
@@ -279,6 +279,9 @@ blacklist:
 sd/source/ui/sidebar/PanelFactory.hxx:
 # base class has to be a complete type
 - com/sun/star/ui/XUIElementFactory.hpp
+sd/source/ui/sidebar/PageMarginUtils.hxx:
+# Needed for std::abs
+- cmath
 sd/source/ui/slideshow/slideshowimpl.hxx:
 # base class has to be a complete type
 - com/sun/star/presentation/XShapeEventListener.hpp
@@ -411,6 +414,9 @@ blacklist:
 sd/source/filter/eppt/epptso.cxx:
 # Needed for direct member access
 - com/sun/star/table/XTable.hpp
+sd/source/filter/eppt/pptx-animations.hxx:
+# Needed for typedef
+- sax/fshelper.hxx
 sd/source/filter/eppt/pptx-epptooxml.cxx:
 # Needed for direct member access
 - com/sun/star/task/XStatusIndicator.hpp
diff --git a/sd/inc/notifydocumentevent.hxx b/sd/inc/notifydocumentevent.hxx
index 960999774c02..16c74a318522 100644
--- a/sd/inc/notifydocumentevent.hxx
+++ b/sd/inc/notifydocumentevent.hxx
@@ -21,6 +21,8 @@
 #define INCLUDED_SD_INC_NOTIFYDOCUMENTEVENT_HXX
 
 #include 
+#include 
+#include 
 
 class SdDrawDocument;
 
diff --git a/sd/inc/randomnode.hxx b/sd/inc/randomnode.hxx
index 83cb52b44c38..2a30b448541e 100644
--- a/sd/inc/randomnode.hxx
+++ b/sd/inc/randomnode.hxx
@@ -22,6 +22,11 @@
 
 #include 
 
+#include 
+#include 
+
+#include "sddllapi.h"
+
 namespace sd {
 
 SD_DLLPUBLIC css::uno::Reference
diff --git a/sd/inc/sdpptwrp.hxx b/sd/inc/sdpptwrp.hxx
index 85ad2ffa5ad2..6414226d4596 100644
--- a/sd/inc/sdpptwrp.hxx
+++ b/sd/inc/sdpptwrp.hxx
@@ -22,6 +22,8 @@
 
 #include "sdfilter.hxx"
 
+#include 
+
 // SdPPTFilter
 class SdPPTFilter : public SdFilter
 {
diff --git a/sd/inc/shapelist.hxx b/sd/inc/shapelist.hxx
index a129b9fceca5..beef8211c9bb 100644
--- a/sd/inc/shapelist.hxx
+++ b/sd/inc/shapelist.hxx
@@ -20,6 +20,7 @@
 #ifndef INCLUDED_SD_INC_SHAPELIST_HXX
 #define INCLUDED_SD_INC_SHAPELIST_HXX
 
+#include 
 #include 
 
 #include 
diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx
index d1fd4505fc80..3f60309813a2 100644
--- a/sd/inc/stlpool.hxx
+++ b/sd/inc/stlpool.hxx
@@ -25,6 +25,7 @@
 #include 
 
 #include 
+#include 
 #include 
 #include 
 
diff --git a/sd/source/filter/eppt/pptx

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

2019-07-13 Thread Gabor Kelemen (via logerrit)
 oox/inc/strings.hrc  |2 +-
 oox/source/drawingml/chart/axisconverter.cxx |4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit e3b70f23edd28531bae357386e90fd44a18ae24e
Author: Gabor Kelemen 
AuthorDate: Fri Jul 5 08:53:18 2019 +0200
Commit: Andras Timar 
CommitDate: Sun Jul 14 00:11:32 2019 +0200

tdf#126192 Translate automatic axis labels

Change-Id: I7f5e765536198a7ac216e1ff9df55102e23cb1d7
Reviewed-on: https://gerrit.libreoffice.org/75294
Tested-by: Jenkins
Reviewed-by: Andras Timar 

diff --git a/oox/inc/strings.hrc b/oox/inc/strings.hrc
index dcb0744d593f..89a6d9a115a6 100644
--- a/oox/inc/strings.hrc
+++ b/oox/inc/strings.hrc
@@ -13,6 +13,6 @@
 #define NC_(Context, String) reinterpret_cast(Context "\004" 
u8##String)
 
 #define STR_DIAGRAM_TITLENC_("STR_DIAGRAM_TITLE", 
"Chart Title")
-
+#define STR_DIAGRAM_AXISTITLENC_("STR_DIAGRAM_AXISTITLE", 
"Axis Title")
 #endif
 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
\ No newline at end of file
diff --git a/oox/source/drawingml/chart/axisconverter.cxx 
b/oox/source/drawingml/chart/axisconverter.cxx
index f35cd5333e70..a98e1b51223e 100644
--- a/oox/source/drawingml/chart/axisconverter.cxx
+++ b/oox/source/drawingml/chart/axisconverter.cxx
@@ -18,6 +18,8 @@
  */
 
 #include 
+#include 
+#include 
 
 #include 
 #include 
@@ -360,7 +362,7 @@ void AxisConverter::convertFromModel(
 {
 Reference< XTitled > xTitled( xAxis, UNO_QUERY_THROW );
 TitleConverter aTitleConv( *this, *mrModel.mxTitle );
-aTitleConv.convertFromModel( xTitled, "Axis Title", 
OBJECTTYPE_AXISTITLE, nAxesSetIdx, nAxisIdx );
+aTitleConv.convertFromModel( xTitled, 
OoxResId(STR_DIAGRAM_AXISTITLE), OBJECTTYPE_AXISTITLE, nAxesSetIdx, nAxisIdx );
 }
 
 // axis data unit label ---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-07-15 Thread Gabor Kelemen (via logerrit)
 oox/source/helper/graphichelper.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 184a4771dad448a37f80b29bc62ad62e0a6a4bb6
Author: Gabor Kelemen 
AuthorDate: Sun Jul 14 20:21:08 2019 +0200
Commit: Miklos Vajna 
CommitDate: Mon Jul 15 09:58:07 2019 +0200

tdf#126310 Disable lazy loading of WMF images

Change-Id: I70d271e29bedc640cbfeab187ddb9ffce3e779e6
Reviewed-on: https://gerrit.libreoffice.org/75599
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/oox/source/helper/graphichelper.cxx 
b/oox/source/helper/graphichelper.cxx
index 6ada6cd5a5a0..8e56f58ccabb 100644
--- a/oox/source/helper/graphichelper.cxx
+++ b/oox/source/helper/graphichelper.cxx
@@ -355,9 +355,9 @@ Reference< XGraphic > GraphicHelper::importEmbeddedGraphic( 
const OUString& rStr
 EmbeddedGraphicMap::const_iterator aIt = maEmbeddedGraphics.find( 
rStreamName );
 if( aIt == maEmbeddedGraphics.end() )
 {
-// Lazy-loading doesn't work with TIFF at the moment.
+// Lazy-loading doesn't work with TIFF or WMF at the moment.
 WmfExternal aHeader;
-if (rStreamName.endsWith(".tiff") && !pExtHeader)
+if ( (rStreamName.endsWith(".tiff") || 
rStreamName.endsWith(".wmf") ) && !pExtHeader)
 pExtHeader = &aHeader;
 
 xGraphic = importGraphic(mxStorage->openInputStream(rStreamName), 
pExtHeader);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - oox/source

2019-07-15 Thread Gabor Kelemen (via logerrit)
 oox/source/helper/graphichelper.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1c04b5c97ca3b12e52ec55572da77f7b6636e34c
Author: Gabor Kelemen 
AuthorDate: Sun Jul 14 20:21:08 2019 +0200
Commit: Xisco Faulí 
CommitDate: Mon Jul 15 12:05:35 2019 +0200

tdf#126310 Disable lazy loading of WMF images

Change-Id: I70d271e29bedc640cbfeab187ddb9ffce3e779e6
Reviewed-on: https://gerrit.libreoffice.org/75599
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 
(cherry picked from commit 184a4771dad448a37f80b29bc62ad62e0a6a4bb6)
Reviewed-on: https://gerrit.libreoffice.org/75614
Reviewed-by: Xisco Faulí 

diff --git a/oox/source/helper/graphichelper.cxx 
b/oox/source/helper/graphichelper.cxx
index 6ada6cd5a5a0..8e56f58ccabb 100644
--- a/oox/source/helper/graphichelper.cxx
+++ b/oox/source/helper/graphichelper.cxx
@@ -355,9 +355,9 @@ Reference< XGraphic > GraphicHelper::importEmbeddedGraphic( 
const OUString& rStr
 EmbeddedGraphicMap::const_iterator aIt = maEmbeddedGraphics.find( 
rStreamName );
 if( aIt == maEmbeddedGraphics.end() )
 {
-// Lazy-loading doesn't work with TIFF at the moment.
+// Lazy-loading doesn't work with TIFF or WMF at the moment.
 WmfExternal aHeader;
-if (rStreamName.endsWith(".tiff") && !pExtHeader)
+if ( (rStreamName.endsWith(".tiff") || 
rStreamName.endsWith(".wmf") ) && !pExtHeader)
 pExtHeader = &aHeader;
 
 xGraphic = importGraphic(mxStorage->openInputStream(rStreamName), 
pExtHeader);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: bin/find-unneeded-includes

2019-07-15 Thread Gabor Kelemen (via logerrit)
 bin/find-unneeded-includes |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bdffe94e0a467774f0b87a4b74587390b4338100
Author: Gabor Kelemen 
AuthorDate: Sun Jul 14 20:05:10 2019 +0200
Commit: Michael Stahl 
CommitDate: Mon Jul 15 12:11:05 2019 +0200

find-unneeded-includes: don't propose to replace hpp with hdl...

in the ooo/vba namespace either. Quite frequent in sc/source/ui/vba

Change-Id: I62c89bb430455f025b25f1246e55012b411db21e
Reviewed-on: https://gerrit.libreoffice.org/75597
Tested-by: Jenkins
Reviewed-by: Michael Stahl 

diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index d3177af8336a..c70006add441 100755
--- a/bin/find-unneeded-includes
+++ b/bin/find-unneeded-includes
@@ -32,8 +32,8 @@ import yaml
 def ignoreRemoval(include, toAdd, absFileName, moduleRules):
 # global rules
 
-# Avoid replacing .hpp with .hdl in the com::sun::star namespace.
-if include.startswith("com/sun/star") and include.endswith(".hpp"):
+# Avoid replacing .hpp with .hdl in the com::sun::star and  ooo::vba 
namespaces.
+if ( include.startswith("com/sun/star") or include.startswith("ooo/vba") ) 
and include.endswith(".hpp"):
 hdl = include.replace(".hpp", ".hdl")
 if hdl in toAdd:
 return True
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: bin/find-unneeded-includes

2019-07-15 Thread Gabor Kelemen (via logerrit)
 bin/find-unneeded-includes |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6eed518408a93ad5a9896623d83405c4834b100c
Author: Gabor Kelemen 
AuthorDate: Sun Jul 14 20:08:18 2019 +0200
Commit: Michael Stahl 
CommitDate: Mon Jul 15 12:11:59 2019 +0200

find-unneeded-includes: raise maximum output line length

This is helpful when checking and rechecking the detailed output.

It happens often that removing an unnecessary header makes it
necessary to add a transitively included header. This is
indicated by an error message referring to a now unknown class name.

Finding that header was hard because the default 80 char output limit
usually truncates the class names.

Change-Id: Iae08bc326625961009038007db4a982859f64c8c
Reviewed-on: https://gerrit.libreoffice.org/75598
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index c70006add441..66a5df6f044b 100755
--- a/bin/find-unneeded-includes
+++ b/bin/find-unneeded-includes
@@ -277,7 +277,7 @@ def tidy(compileCommands, paths):
 if assume:
 args = args.replace(assumeAbs, "-x c++ " + pathAbs)
 
-invocation = "include-what-you-use -Xiwyu --no_fwd_decls " + args
+invocation = "include-what-you-use -Xiwyu --no_fwd_decls -Xiwyu 
--max_line_length=200 " + args
 task_queue.put((invocation, moduleRules))
 
 task_queue.join()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - oox/source

2019-07-15 Thread Gabor Kelemen (via logerrit)
 oox/source/helper/graphichelper.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f88d51e1f27896e5339033671bac158d2436abcf
Author: Gabor Kelemen 
AuthorDate: Sun Jul 14 20:21:08 2019 +0200
Commit: Xisco Faulí 
CommitDate: Mon Jul 15 14:14:03 2019 +0200

tdf#126310 Disable lazy loading of WMF images

Change-Id: I70d271e29bedc640cbfeab187ddb9ffce3e779e6
Reviewed-on: https://gerrit.libreoffice.org/75599
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 
(cherry picked from commit 184a4771dad448a37f80b29bc62ad62e0a6a4bb6)
Reviewed-on: https://gerrit.libreoffice.org/75614
Reviewed-by: Xisco Faulí 
(cherry picked from commit 1c04b5c97ca3b12e52ec55572da77f7b6636e34c)
Reviewed-on: https://gerrit.libreoffice.org/75623
Reviewed-by: Michael Stahl 

diff --git a/oox/source/helper/graphichelper.cxx 
b/oox/source/helper/graphichelper.cxx
index bb8d0d9a1929..00b805d61803 100644
--- a/oox/source/helper/graphichelper.cxx
+++ b/oox/source/helper/graphichelper.cxx
@@ -343,9 +343,9 @@ Reference< XGraphic > GraphicHelper::importEmbeddedGraphic( 
const OUString& rStr
 EmbeddedGraphicMap::const_iterator aIt = maEmbeddedGraphics.find( 
rStreamName );
 if( aIt == maEmbeddedGraphics.end() )
 {
-// Lazy-loading doesn't work with TIFF at the moment.
+// Lazy-loading doesn't work with TIFF or WMF at the moment.
 WmfExternal aHeader;
-if (rStreamName.endsWith(".tiff") && !pExtHeader)
+if ( (rStreamName.endsWith(".tiff") || 
rStreamName.endsWith(".wmf") ) && !pExtHeader)
 pExtHeader = &aHeader;
 
 xGraphic = importGraphic(mxStorage->openInputStream(rStreamName), 
pExtHeader);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-07-15 Thread Gabor Kelemen (via logerrit)
 source/text/shared/01/0113.xhp |   78 +++--
 1 file changed, 50 insertions(+), 28 deletions(-)

New commits:
commit 68d866ef1bc04daf8afbd031234d6f03a3c41a43
Author: Gabor Kelemen 
AuthorDate: Mon Jul 15 07:36:17 2019 +0200
Commit: Olivier Hallot 
CommitDate: Tue Jul 16 00:51:15 2019 +0200

tdf#122706 Update Print page to new dialog elements

Update bookmarks and ahelps
Remove and add paragraphs as necessary

Change-Id: Ibfa471d1c7806c31f8e469e2f21b0cc009c9980f
Reviewed-on: https://gerrit.libreoffice.org/75607
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/01/0113.xhp 
b/source/text/shared/01/0113.xhp
index 2ebcdb9e0..4d9ef7dbf 100644
--- a/source/text/shared/01/0113.xhp
+++ b/source/text/shared/01/0113.xhp
@@ -52,7 +52,7 @@
 
   
 
-The 
Print dialog consists of three main parts: A preview with 
navigation buttons, several tab pages with control elements specific to the 
current document type, and the Print, Cancel and 
Help buttons.
+The 
Print dialog consists of three main parts: A preview with 
navigation buttons, tab pages with control elements specific to the current 
document type, and the Print, Cancel and 
Help buttons.
 If 
you just want to know how to print your document, click any of the following 
links.
 Printing text documents:
   
@@ -78,8 +78,17 @@
   To set 
the default %PRODUCTNAME printer options for 
spreadsheet documents, choose %PRODUCTNAME - 
PreferencesTools - 
Options - %PRODUCTNAME Calc 
- Print.
   To 
set the default %PRODUCTNAME printer options 
for presentation documents, choose %PRODUCTNAME - 
PreferencesTools - 
Options - %PRODUCTNAME 
Impress - Print.
   Press 
Shift+F1 or choose Help - What's 
This? and point to any control element in the Print dialog 
to see an extended help text.
+
 Preview
-The 
preview shows how each sheet of paper will look. You can browse through all 
sheets of paper with the buttons below the preview.insert 
controls with hidden help here
+The preview shows how each sheet of paper will look. You can browse 
through all sheets of paper with the buttons below the 
preview.
+
+Enter the number of page to be shown in the 
preview.
+
+Shows preview of the next page.
+
+Shows preview of the previous page.
+
+Turn on or off display of the print 
preview.
 General
   On 
the General tab page, you find the most important control elements 
for printing. You can define which contents of your document are to be printed. 
You can select the printer and open the Printer Settings 
dialog.
 
@@ -100,9 +109,8 @@
 
 If this option is enabled automatically inserted blank 
pages are printed. This is best if you are printing double-sided. For example, 
in a book, a "chapter" paragraph style has been set to always start with an odd 
numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME 
inserts an even numbered blank page. This option controls whether to print that 
even numbered page.
 
-Specify where to print comments (if 
any).
 
-Specify where to print comments (if 
any).
+Specify where to print comments (if 
any).
 
 Math:
 
@@ -123,8 +131,10 @@
 
 Calc:
 
-
+
 If checked empty pages that have no cell contents or draw 
objects are not printed.
+
+Select the source of sheet content to be 
printed.
 
 Draw: would be the same as IMPRESS, but we cannot have the same Help 
ID twice in the same Help file. Even when switched this is not allowed because 
Help is compiled at compile time, while the appl switch gets evaluated only on 
run time.
 Moved all DRAW and IMPRESS to default section.
@@ -132,19 +142,30 @@ Moved all DRAW and IMPRESS to default section.
 
 General and Basic and Draw and Impress (at end of default 
case)
 
-
-For printers with multiple trays this option specifies 
whether the paper tray used is specified by the system settings of the 
printer.
 
+
+
 Prints the entire document.
 
+
+
 Prints only the pages or slides that you specify in the 
Pages box.
-
+
+
+
+Prints only even numbered pages or 
slides.
+
+
+
+Prints only odd numbered pages or 
slides.
+
 Prints only the selected area(s) or object(s) in the 
current document.
+
 
 To print a range of pages, use a format like 3-6. To print single pages, use a format like 7;9;11. You can print a combination of page ranges and 
single pages, by using a format like 3-6;8;10;12.
-
-Prints to a file instead of to a 
printer.
-
+
+If the printer is capable of duplex printing it's possible 
to choose between using only one side of the paper or both.
+
 Check to not rely on the printer to create collated copies 
but create a print job for each copy instead.
 
 Check to print pages in reverse order.
@@ -154,23 +175,18 @@ Moved all DRAW and IMPRESS to default section.
 Preserves the page order of the original 
document.
 
 Opens the Printer Properties dialog. The 
printer properties vary according to the printer that you 
select.
-
-Show/Hide detailed info

[Libreoffice-commits] core.git: helpcontent2

2019-07-15 Thread Gabor Kelemen (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f34a5252a08644599a202f4267d3ba1056000430
Author: Gabor Kelemen 
AuthorDate: Mon Jul 15 07:36:17 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Tue Jul 16 00:51:15 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - tdf#122706 Update Print page to new dialog elements

Update bookmarks and ahelps
Remove and add paragraphs as necessary

Change-Id: Ibfa471d1c7806c31f8e469e2f21b0cc009c9980f
Reviewed-on: https://gerrit.libreoffice.org/75607
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index deb9f4e0f5fd..68d866ef1bc0 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit deb9f4e0f5fdef43501b4fe4036327a313fc3674
+Subproject commit 68d866ef1bc04daf8afbd031234d6f03a3c41a43
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: include/canvas include/cppcanvas include/IwyuFilter_include.yaml include/sfx2 include/svtools include/vcl include/xmloff sd/source

2019-07-16 Thread Gabor Kelemen (via logerrit)
 include/IwyuFilter_include.yaml|   12 
 include/canvas/base/canvasbase.hxx |1 +
 include/canvas/base/canvascustomspritebase.hxx |2 ++
 include/canvas/base/graphicdevicebase.hxx  |6 ++
 include/cppcanvas/sprite.hxx   |2 --
 include/sfx2/dinfdlg.hxx   |1 +
 include/sfx2/groupid.hxx   |4 
 include/sfx2/objsh.hxx |1 -
 include/svtools/calendar.hxx   |4 
 include/svtools/langhelp.hxx   |2 ++
 include/svtools/prnsetup.hxx   |1 +
 include/svtools/rtftoken.h |2 ++
 include/svtools/simptabl.hxx   |1 -
 include/vcl/BitmapColor.hxx|1 -
 include/vcl/IContext.hxx   |2 ++
 include/vcl/IPrioritable.hxx   |2 ++
 include/vcl/Scanline.hxx   |1 -
 include/vcl/aboutdialog.hxx|1 -
 include/vcl/animate/AnimationBitmap.hxx|1 -
 include/vcl/msgbox.hxx |1 +
 include/xmloff/nmspmap.hxx |1 -
 sd/source/ui/inc/sdxfer.hxx|1 +
 22 files changed, 37 insertions(+), 13 deletions(-)

New commits:
commit b53403c54c4fef4ecf5b9b8ba98eb643a0297858
Author: Gabor Kelemen 
AuthorDate: Sat Jul 6 21:41:44 2019 +0200
Commit: Miklos Vajna 
CommitDate: Tue Jul 16 09:15:41 2019 +0200

tdf#42949 Fix IWYU warnings in include/

Recheck directories in include/ between vcl
and svx in the module hierarchy

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

New IWYU and recent developments in f-u-i helped to identify
some non self contained files, those were fixed too.

Change-Id: Ieab6083ee2aae33baf32d05943b07ad2de6f9d7f
Reviewed-on: https://gerrit.libreoffice.org/75170
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml
index a9b99c14814e..e9b112c4261b 100644
--- a/include/IwyuFilter_include.yaml
+++ b/include/IwyuFilter_include.yaml
@@ -279,6 +279,10 @@ blacklist:
 include/vcl/FilterConfigItem.hxx:
 # Needed on Windows with --disable-pch
 - com/sun/star/beans/PropertyValue.hpp
+include/vcl/builderfactory.hxx:
+# Needed for macro #define
+- vcl/builder.hxx
+- vcl/vclptr.hxx
 include/vcl/decoview.hxx:
 # Full definition needed for VclPtr
 - vcl/outdev.hxx
@@ -298,6 +302,14 @@ blacklist:
 include/vcl/mtfxmldump.hxx:
 # Full definition needed for o3tl::enumarray
 - vcl/metaactiontypes.hxx
+include/vcl/salbtype.hxx:
+# TODO remove this file entirely, contains only these headers now
+- vcl/BitmapAccessMode.hxx
+- vcl/BitmapBuffer.hxx
+- vcl/BitmapColor.hxx
+- vcl/BitmapPalette.hxx
+- vcl/ColorMask.hxx
+- vcl/Scanline.hxx
 include/vcl/outdevstate.hxx:
 # Full definition needed for boost::optional
 - vcl/mapmod.hxx
diff --git a/include/canvas/base/canvasbase.hxx 
b/include/canvas/base/canvasbase.hxx
index 3166e7fbb086..371b234b5ca1 100644
--- a/include/canvas/base/canvasbase.hxx
+++ b/include/canvas/base/canvasbase.hxx
@@ -21,6 +21,7 @@
 #define INCLUDED_CANVAS_BASE_CANVASBASE_HXX
 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/include/canvas/base/canvascustomspritebase.hxx 
b/include/canvas/base/canvascustomspritebase.hxx
index cb75f500db62..f67a7849f69c 100644
--- a/include/canvas/base/canvascustomspritebase.hxx
+++ b/include/canvas/base/canvascustomspritebase.hxx
@@ -20,6 +20,8 @@
 #ifndef INCLUDED_CANVAS_BASE_CANVASCUSTOMSPRITEBASE_HXX
 #define INCLUDED_CANVAS_BASE_CANVASCUSTOMSPRITEBASE_HXX
 
+#include 
+
 #include 
 #include 
 #include 
diff --git a/include/canvas/base/graphicdevicebase.hxx 
b/include/canvas/base/graphicdevicebase.hxx
index b7b3b22a0921..5590178a7d8f 100644
--- a/include/canvas/base/graphicdevicebase.hxx
+++ b/include/canvas/base/graphicdevicebase.hxx
@@ -20,6 +20,12 @@
 #ifndef INCLUDED_CANVAS_BASE_GRAPHICDEVICEBASE_HXX
 #define INCLUDED_CANVAS_BASE_GRAPHICDEVICEBASE_HXX
 
+#include 
+#include 
+#include 
+#include 
+#include 
+
 #include 
 
 #include 
diff --git a/include/cppcanvas/sprite.hxx b/include/cppcanvas/sprite.hxx
index 6135ebb106b6..3321eb6a03a3 100644
--- a/include/cppcanvas/sprite.hxx
+++ b/include/cppcanvas/sprite.hxx
@@ -20,8 +20,6 @@
 #ifndef INCLUDED_CPPCANVAS_SPRITE_HXX
 #define INCLUDED_CPPCANVAS_SPRITE_HXX
 
-#include 
-
 namespace basegfx
 {
 class B2DHomMatrix;
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index 3f25e3403543..8d51697334e8 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -22,6 +22,7 @@
 #include 
 #include 
 
+#include 
 #include 
 #include 
 #include 
diff --git a/include/sfx2/groupid.hxx b/include/sfx2/gro

[Libreoffice-commits] core.git: include/IwyuFilter_include.yaml include/oox oox/source

2019-07-17 Thread Gabor Kelemen (via logerrit)
 include/IwyuFilter_include.yaml |3 +++
 include/oox/core/contexthandler.hxx |3 ---
 include/oox/core/contexthandler2.hxx|3 ---
 include/oox/core/fastparser.hxx |4 
 include/oox/core/fasttokenhandler.hxx   |3 ---
 include/oox/core/filterbase.hxx |4 
 include/oox/core/filterdetect.hxx   |3 ---
 include/oox/core/fragmenthandler.hxx|4 
 include/oox/core/fragmenthandler2.hxx   |3 ---
 include/oox/core/recordparser.hxx   |3 ---
 include/oox/core/relationshandler.hxx   |4 
 include/oox/core/xmlfilterbase.hxx  |1 -
 include/oox/crypto/CryptTools.hxx   |1 -
 include/oox/crypto/DocumentEncryption.hxx   |1 -
 include/oox/crypto/Standard2007Engine.hxx   |1 -
 include/oox/drawingml/diagram/diagram.hxx   |2 +-
 include/oox/drawingml/shapepropertymap.hxx  |3 ---
 include/oox/dump/xlsbdumper.hxx |2 --
 include/oox/export/utils.hxx|1 -
 include/oox/helper/graphichelper.hxx|1 -
 include/oox/helper/helper.hxx   |2 --
 include/oox/ole/olehelper.hxx   |1 -
 include/oox/ppt/pptimport.hxx   |2 --
 include/oox/shape/ShapeFilterBase.hxx   |1 -
 include/oox/vml/vmlinputstream.hxx  |6 --
 oox/source/core/fastparser.cxx  |1 +
 oox/source/core/recordparser.cxx|2 ++
 oox/source/crypto/CryptTools.cxx|2 ++
 oox/source/docprop/ooxmldocpropimport.cxx   |2 ++
 oox/source/drawingml/textparagraphpropertiescontext.cxx |1 +
 oox/source/vml/vmlinputstream.cxx   |1 +
 31 files changed, 13 insertions(+), 58 deletions(-)

New commits:
commit ef8f88a7df19559f6a748c3c1dad2b245d3d30d8
Author: Gabor Kelemen 
AuthorDate: Sun Jul 7 16:28:12 2019 +0200
Commit: Miklos Vajna 
CommitDate: Wed Jul 17 09:13:27 2019 +0200

tdf#42949 Fix IWYU warnings in include/oox

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I89303217fd1141b2cfe248e5e6c0818ba01cf9d9
Reviewed-on: https://gerrit.libreoffice.org/75178
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml
index e9b112c4261b..790d2a3e8d03 100644
--- a/include/IwyuFilter_include.yaml
+++ b/include/IwyuFilter_include.yaml
@@ -1059,3 +1059,6 @@ blacklist:
 include/svx/svdtext.hxx:
 # TODO too many replacements would be needed
 - tools/weakbase.hxx
+include/oox/helper/helper.hxx:
+# OSL_BIGENDIAN is being checked
+- osl/endian.h
diff --git a/include/oox/core/contexthandler.hxx 
b/include/oox/core/contexthandler.hxx
index 73989fa1c2fc..51f442f4731f 100644
--- a/include/oox/core/contexthandler.hxx
+++ b/include/oox/core/contexthandler.hxx
@@ -20,14 +20,11 @@
 #ifndef INCLUDED_OOX_CORE_CONTEXTHANDLER_HXX
 #define INCLUDED_OOX_CORE_CONTEXTHANDLER_HXX
 
-#include 
 #include 
 
 #include 
 #include 
-#include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/oox/core/contexthandler2.hxx 
b/include/oox/core/contexthandler2.hxx
index cc479e88b93e..678aed1380c2 100644
--- a/include/oox/core/contexthandler2.hxx
+++ b/include/oox/core/contexthandler2.hxx
@@ -21,13 +21,10 @@
 #define INCLUDED_OOX_CORE_CONTEXTHANDLER2_HXX
 
 #include 
-#include 
 #include 
 #include 
 
 #include 
-#include 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/oox/core/fastparser.hxx b/include/oox/core/fastparser.hxx
index b2a9bab30ab6..db8057da0d25 100644
--- a/include/oox/core/fastparser.hxx
+++ b/include/oox/core/fastparser.hxx
@@ -20,11 +20,7 @@
 #ifndef INCLUDED_OOX_CORE_FASTPARSER_HXX
 #define INCLUDED_OOX_CORE_FASTPARSER_HXX
 
-#include 
-#include 
 #include 
-#include 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/oox/core/fasttokenhandler.hxx 
b/include/oox/core/fasttokenhandler.hxx
index 6e8e457ca517..5972e07a71a2 100644
--- a/include/oox/core/fasttokenhandler.hxx
+++ b/include/oox/core/fasttokenhandler.hxx
@@ -20,12 +20,9 @@
 #ifndef INCLUDED_OOX_CORE_FASTTOKENHANDLER_HXX
 #define INCLUDED_OOX_CORE_FASTTOKENHANDLER_HXX
 
-#include 
-
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/oox/core/filterbase.hxx b/include/oox/core/filterbase.hxx
index f00885cf3adc..ed4e35f3b52d 100644
--- a/include/oox/core/filterbase.hxx
+++ b/include/oox/core/filterbase.hxx
@@ -20,19 +20,15 @@
 #ifndef INCLUDED_OOX_CORE_FILTERBASE_HXX
 #define IN

[Libreoffice-commits] core.git: configmgr/IwyuFilter_configmgr.yaml configmgr/qa configmgr/source

2019-07-17 Thread Gabor Kelemen (via logerrit)
 configmgr/IwyuFilter_configmgr.yaml|   15 +++
 configmgr/qa/unit/test.cxx |   17 -
 configmgr/source/access.cxx|5 -
 configmgr/source/access.hxx|   10 --
 configmgr/source/additions.hxx |2 ++
 configmgr/source/broadcaster.cxx   |2 --
 configmgr/source/childaccess.cxx   |5 -
 configmgr/source/childaccess.hxx   |2 --
 configmgr/source/components.cxx|2 --
 configmgr/source/components.hxx|1 -
 configmgr/source/configurationprovider.cxx |4 
 configmgr/source/configurationprovider.hxx |1 -
 configmgr/source/configurationregistry.cxx |4 
 configmgr/source/configurationregistry.hxx |1 -
 configmgr/source/data.cxx  |3 ---
 configmgr/source/defaultprovider.cxx   |2 --
 configmgr/source/defaultprovider.hxx   |1 -
 configmgr/source/localizedpropertynode.cxx |2 --
 configmgr/source/localizedvaluenode.cxx|1 -
 configmgr/source/modifications.hxx |2 ++
 configmgr/source/node.cxx  |3 ---
 configmgr/source/node.hxx  |1 +
 configmgr/source/nodemap.cxx   |1 -
 configmgr/source/parsemanager.cxx  |2 --
 configmgr/source/parsemanager.hxx  |3 ---
 configmgr/source/partial.cxx   |3 ---
 configmgr/source/propertynode.cxx  |1 -
 configmgr/source/readonlyaccess.cxx|4 
 configmgr/source/readonlyaccess.hxx|1 -
 configmgr/source/readwriteaccess.cxx   |6 --
 configmgr/source/readwriteaccess.hxx   |1 -
 configmgr/source/rootaccess.cxx|3 ---
 configmgr/source/rootaccess.hxx|3 ---
 configmgr/source/rootnode.cxx  |1 -
 configmgr/source/services.cxx  |2 --
 configmgr/source/setnode.cxx   |1 -
 configmgr/source/type.cxx  |4 
 configmgr/source/type.hxx  |1 +
 configmgr/source/update.cxx|3 ---
 configmgr/source/update.hxx|1 -
 configmgr/source/valueparser.cxx   |4 
 configmgr/source/valueparser.hxx   |1 -
 configmgr/source/writemodfile.cxx  |4 
 configmgr/source/writemodfile.hxx  |2 ++
 configmgr/source/xcdparser.cxx |1 -
 configmgr/source/xcsparser.cxx |3 ---
 configmgr/source/xcuparser.cxx |4 
 configmgr/source/xcuparser.hxx |1 -
 configmgr/source/xmldata.cxx   |   13 -
 configmgr/source/xmldata.hxx   |2 ++
 50 files changed, 29 insertions(+), 133 deletions(-)

New commits:
commit 7ec4f191fd454bbbad830df2229578c9ae7a77df
Author: Gabor Kelemen 
AuthorDate: Thu May 9 00:52:41 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Wed Jul 17 13:58:57 2019 +0200

tdf#42949 Fix IWYU warnings in configmgr/*

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Iee703bad69bc3c47dc5960e560187ab1d1d9ff29
Reviewed-on: https://gerrit.libreoffice.org/72023
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/configmgr/IwyuFilter_configmgr.yaml 
b/configmgr/IwyuFilter_configmgr.yaml
new file mode 100644
index ..7ad9698c022f
--- /dev/null
+++ b/configmgr/IwyuFilter_configmgr.yaml
@@ -0,0 +1,15 @@
+---
+assumeFilename: configmgr/source/access.cxx
+blacklist:
+configmgr/source/nodemap.hxx:
+# Needed for direct member access
+- node.hxx
+configmgr/source/type.hxx:
+# Needed for css shortcut
+- sal/types.h
+configmgr/source/access.cxx:
+# Safer to keep for use in cppu:UnoType template
+- com/sun/star/uno/XWeak.hpp
+configmgr/source/dconf.cxx:
+# Generic wrapper for dconf
+- dconf/dconf.h
diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx
index e403718916e9..6d98f36154ef 100644
--- a/configmgr/qa/unit/test.cxx
+++ b/configmgr/qa/unit/test.cxx
@@ -19,9 +19,6 @@
 
 #include 
 
-#include 
-#include 
-
 #include 
 #include 
 #include 
@@ -38,27 +35,21 @@
 #include 
 #include 
 #include 
-#include 
 #include 
-#include 
 #include 
 #include 
 #include 
-#include 
-#include 
-#include 
 #include 
 #include 
-#include 
-#include 
-#include 
-#include 
 #include 
 #include 
 #include 
 #include 
 #include 
-#include 
+#include 
+#include 
+#include 
+#include 
 #include 
 
 namespace {
diff --git a/configmgr/source/access.cxx b/configmgr/source/access.cxx
index 6e8fc5227590..f4d8521dffc7 100644
--- a/configmgr/source/access.cxx
+++ b/configmgr/source/access.cxx
@@ -26,7 +26,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -53,8 +52,6 @@
 #include 
 #include 
 #include 
-#include 
-#include 
 #include 
 #include 
 #include 
@@ -

[Libreoffice-commits] core.git: include/filter

2019-07-18 Thread Gabor Kelemen (via logerrit)
 include/filter/msfilter/msdffimp.hxx|1 -
 include/filter/msfilter/mstoolbar.hxx   |1 -
 include/filter/msfilter/msvbahelper.hxx |5 -
 include/filter/msfilter/svdfppt.hxx |1 -
 4 files changed, 8 deletions(-)

New commits:
commit fe9a87afbaf6e5db834580399e0ce6f912b993ac
Author: Gabor Kelemen 
AuthorDate: Sun Jul 7 17:14:30 2019 +0200
Commit: Miklos Vajna 
CommitDate: Thu Jul 18 11:16:44 2019 +0200

tdf#42949 Fix IWYU warnings in include/filter

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I9eef923aa2910c376212ef50961a1ed89bf8b105
Reviewed-on: https://gerrit.libreoffice.org/75179
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/include/filter/msfilter/msdffimp.hxx 
b/include/filter/msfilter/msdffimp.hxx
index 4ed847ec12bb..a0bc813fd605 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -36,7 +36,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/filter/msfilter/mstoolbar.hxx 
b/include/filter/msfilter/mstoolbar.hxx
index d29ea04a0023..810306149b89 100644
--- a/include/filter/msfilter/mstoolbar.hxx
+++ b/include/filter/msfilter/mstoolbar.hxx
@@ -9,7 +9,6 @@
 #ifndef INCLUDED_FILTER_MSFILTER_MSTOOLBAR_HXX
 #define INCLUDED_FILTER_MSFILTER_MSTOOLBAR_HXX
 
-#include 
 #include 
 #include 
 
diff --git a/include/filter/msfilter/msvbahelper.hxx 
b/include/filter/msfilter/msvbahelper.hxx
index a22f97aadd52..782eb212113e 100644
--- a/include/filter/msfilter/msvbahelper.hxx
+++ b/include/filter/msfilter/msvbahelper.hxx
@@ -19,17 +19,12 @@
 #ifndef INCLUDED_FILTER_MSFILTER_MSVBAHELPER_HXX
 #define INCLUDED_FILTER_MSFILTER_MSVBAHELPER_HXX
 
-#include 
-
 #include 
-#include 
 #include 
 #include 
 #include 
 #include 
-#include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/filter/msfilter/svdfppt.hxx 
b/include/filter/msfilter/svdfppt.hxx
index c378a10ebb6f..3261c25f4a8c 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -23,7 +23,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-07-19 Thread Gabor Kelemen (via logerrit)
 dbaccess/source/ui/misc/dbaundomanager.cxx|1 +
 include/dbaccess/IController.hxx  |1 -
 include/dbaccess/dbaundomanager.hxx   |9 -
 include/dbaccess/dbsubcomponentcontroller.hxx |3 ---
 include/dbaccess/genericcontroller.hxx|4 
 5 files changed, 1 insertion(+), 17 deletions(-)

New commits:
commit 8634bbde836c15db7e8e88372a1d5329e08a1406
Author: Gabor Kelemen 
AuthorDate: Sun Jul 7 16:47:44 2019 +0200
Commit: Miklos Vajna 
CommitDate: Fri Jul 19 09:11:07 2019 +0200

tdf#42949 Fix IWYU warnings in include/dbaccess

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Ie537e44054c0d1735f42e74385cc1bd8c8000c16
Reviewed-on: https://gerrit.libreoffice.org/75180
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/dbaccess/source/ui/misc/dbaundomanager.cxx 
b/dbaccess/source/ui/misc/dbaundomanager.cxx
index 76f6e7508b06..0ee8e9985590 100644
--- a/dbaccess/source/ui/misc/dbaundomanager.cxx
+++ b/dbaccess/source/ui/misc/dbaundomanager.cxx
@@ -20,6 +20,7 @@
 #include 
 
 #include 
+#include 
 
 #include 
 #include 
diff --git a/include/dbaccess/IController.hxx b/include/dbaccess/IController.hxx
index 5890489da5e7..754667afd4c0 100644
--- a/include/dbaccess/IController.hxx
+++ b/include/dbaccess/IController.hxx
@@ -21,7 +21,6 @@
 #define INCLUDED_DBACCESS_ICONTROLLER_HXX
 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/dbaccess/dbaundomanager.hxx 
b/include/dbaccess/dbaundomanager.hxx
index 421a01ec28ab..c7d86c7b84df 100644
--- a/include/dbaccess/dbaundomanager.hxx
+++ b/include/dbaccess/dbaundomanager.hxx
@@ -20,20 +20,11 @@
 #ifndef INCLUDED_DBACCESS_DBAUNDOMANAGER_HXX
 #define INCLUDED_DBACCESS_DBAUNDOMANAGER_HXX
 
-#include 
 #include 
 
-#include 
-#include 
-#include 
 #include 
-#include 
-#include 
 #include 
-#include 
 #include 
-#include 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/dbaccess/dbsubcomponentcontroller.hxx 
b/include/dbaccess/dbsubcomponentcontroller.hxx
index 2044e1ab6b91..01da13c9f8ff 100644
--- a/include/dbaccess/dbsubcomponentcontroller.hxx
+++ b/include/dbaccess/dbsubcomponentcontroller.hxx
@@ -20,15 +20,12 @@
 #ifndef INCLUDED_DBACCESS_DBSUBCOMPONENTCONTROLLER_HXX
 #define INCLUDED_DBACCESS_DBSUBCOMPONENTCONTROLLER_HXX
 
-#include 
 #include 
 
-#include 
 #include 
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/dbaccess/genericcontroller.hxx 
b/include/dbaccess/genericcontroller.hxx
index f9aa378b0d99..0d4d460ad886 100644
--- a/include/dbaccess/genericcontroller.hxx
+++ b/include/dbaccess/genericcontroller.hxx
@@ -23,7 +23,6 @@
 #include 
 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -44,9 +43,7 @@
 #include 
 #include 
 #include 
-#include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -60,7 +57,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-07-22 Thread Gabor Kelemen (via logerrit)
 include/vbahelper/vbaaccesshelper.hxx  |2 --
 include/vbahelper/vbaeventshelperbase.hxx  |3 ---
 include/vbahelper/vbahelper.hxx|2 --
 sc/source/ui/vba/vbaapplication.cxx|1 +
 sc/source/ui/vba/vbaaxes.cxx   |1 +
 sc/source/ui/vba/vbachartobjects.cxx   |1 +
 sc/source/ui/vba/vbatitle.hxx  |1 +
 vbahelper/source/vbahelper/vbaeventshelperbase.cxx |1 +
 vbahelper/source/vbahelper/vbahelper.cxx   |1 +
 vbahelper/source/vbahelper/vbashapes.cxx   |1 +
 10 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit e86690fe3a2f83e7be18a5703baf02fefea9aeec
Author: Gabor Kelemen 
AuthorDate: Sun Jul 7 19:43:21 2019 +0200
Commit: Miklos Vajna 
CommitDate: Mon Jul 22 10:24:33 2019 +0200

tdf#42949 Fix IWYU warnings in include/vbahelper

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I31ca76998b4fab5fe383993c89319b3a08d30401
Reviewed-on: https://gerrit.libreoffice.org/75181
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/include/vbahelper/vbaaccesshelper.hxx 
b/include/vbahelper/vbaaccesshelper.hxx
index 78728f5c07a3..3dd3be21f6fa 100644
--- a/include/vbahelper/vbaaccesshelper.hxx
+++ b/include/vbahelper/vbaaccesshelper.hxx
@@ -25,13 +25,11 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
 #include 
 //#define VBAHELPER_DLLIMPLEMENTATION
-#include 
 #include 
 #include 
 #include 
diff --git a/include/vbahelper/vbaeventshelperbase.hxx 
b/include/vbahelper/vbaeventshelperbase.hxx
index 777815ce20a1..0b4c9ba681df 100644
--- a/include/vbahelper/vbaeventshelperbase.hxx
+++ b/include/vbahelper/vbaeventshelperbase.hxx
@@ -21,7 +21,6 @@
 #define INCLUDED_VBAHELPER_VBAEVENTSHELPERBASE_HXX
 
 #include 
-#include 
 #include 
 #include 
 
@@ -32,9 +31,7 @@
 #include 
 #include 
 #include 
-#include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx
index 83d627b54351..379e0f61dc93 100644
--- a/include/vbahelper/vbahelper.hxx
+++ b/include/vbahelper/vbahelper.hxx
@@ -22,10 +22,8 @@
 #include 
 
 #include 
-#include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/sc/source/ui/vba/vbaapplication.cxx 
b/sc/source/ui/vba/vbaapplication.cxx
index c7a46c3c74c2..f9ee9813d2e6 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -19,6 +19,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/sc/source/ui/vba/vbaaxes.cxx b/sc/source/ui/vba/vbaaxes.cxx
index 754aca9a027f..9cf88bf0eb83 100644
--- a/sc/source/ui/vba/vbaaxes.cxx
+++ b/sc/source/ui/vba/vbaaxes.cxx
@@ -23,6 +23,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/sc/source/ui/vba/vbachartobjects.cxx 
b/sc/source/ui/vba/vbachartobjects.cxx
index bca84c28300a..c8a752021a3c 100644
--- a/sc/source/ui/vba/vbachartobjects.cxx
+++ b/sc/source/ui/vba/vbachartobjects.cxx
@@ -21,6 +21,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
diff --git a/sc/source/ui/vba/vbatitle.hxx b/sc/source/ui/vba/vbatitle.hxx
index e66c84d7..c4ce1f360f89 100644
--- a/sc/source/ui/vba/vbatitle.hxx
+++ b/sc/source/ui/vba/vbatitle.hxx
@@ -24,6 +24,7 @@
 #include "vbafont.hxx"
 #include "vbapalette.hxx"
 #include 
+#include 
 #include 
 #include 
 
diff --git a/vbahelper/source/vbahelper/vbaeventshelperbase.cxx 
b/vbahelper/source/vbahelper/vbaeventshelperbase.cxx
index 14c650f60de8..454568b40b95 100644
--- a/vbahelper/source/vbahelper/vbaeventshelperbase.cxx
+++ b/vbahelper/source/vbahelper/vbaeventshelperbase.cxx
@@ -24,6 +24,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx 
b/vbahelper/source/vbahelper/vbahelper.cxx
index b55ad65c4fae..459761c632df 100644
--- a/vbahelper/source/vbahelper/vbahelper.cxx
+++ b/vbahelper/source/vbahelper/vbahelper.cxx
@@ -24,6 +24,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/vbahelper/source/vbahelper/vbashapes.cxx 
b/vbahelper/source/vbahelper/vbashapes.cxx
index 6d6bd434b35e..52b5f4e5ec5b 100644
--- a/vbahelper/source/vbahelper/vbashapes.cxx
+++ b/vbahelper/source/vbahelper/vbashapes.cxx
@@ -27,6 +27,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-07-23 Thread Gabor Kelemen (via logerrit)
 include/test/container/xnameaccess.hxx   |1 -
 include/test/drawing/xshapedescriptor.hxx|1 -
 include/test/helper/form.hxx |1 -
 include/test/helper/shape.hxx|1 -
 include/test/helper/transferable.hxx |1 -
 include/test/lang/xcomponent.hxx |1 -
 include/test/lang/xserviceinfo.hxx   |1 -
 include/test/sheet/cellarealink.hxx  |1 -
 include/test/sheet/functiondescription.hxx   |1 -
 include/test/sheet/xprintareas.hxx   |2 +-
 include/test/sheet/xsheetannotation.hxx  |1 -
 include/test/sheet/xsheetoutline.hxx |3 +--
 include/test/sheet/xsheetpagebreak.hxx   |3 +--
 include/test/sheet/xspreadsheetdocument.hxx  |1 -
 include/test/sheet/xsubtotalcalculatable.hxx |1 -
 include/test/table/xcellrange.hxx|1 -
 include/test/table/xtablecolumns.hxx |2 --
 include/test/testinteractionhandler.hxx  |2 +-
 include/test/text/baseindex.hxx  |2 ++
 include/test/text/textdocumentindex.hxx  |3 +--
 include/test/text/textprintersettings.hxx|3 +--
 include/test/text/textsettings.hxx   |4 
 include/test/text/xsimpletext.hxx|2 +-
 include/test/text/xtext.hxx  |2 +-
 include/test/util/xsearchable.hxx|2 ++
 test/source/sheet/xsheetoutline.cxx  |1 +
 26 files changed, 17 insertions(+), 27 deletions(-)

New commits:
commit bfe225b7003d119ff214cbaa771289de105c48d5
Author: Gabor Kelemen 
AuthorDate: Sun Jul 7 23:10:31 2019 +0200
Commit: Miklos Vajna 
CommitDate: Tue Jul 23 14:16:09 2019 +0200

tdf#42949 Fix IWYU warnings in include/test

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

New IWYU and recent developments in f-u-i helped to identify
some non self contained files, those were fixed too.

Change-Id: I527f7c2cf2660a758b13eabb4c444ff79ae35f8c
Reviewed-on: https://gerrit.libreoffice.org/75186
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/include/test/container/xnameaccess.hxx 
b/include/test/container/xnameaccess.hxx
index 6ff525917380..960cf67822b9 100644
--- a/include/test/container/xnameaccess.hxx
+++ b/include/test/container/xnameaccess.hxx
@@ -14,7 +14,6 @@
 
 #include 
 
-#include 
 #include 
 
 namespace apitest
diff --git a/include/test/drawing/xshapedescriptor.hxx 
b/include/test/drawing/xshapedescriptor.hxx
index cb7c37e3a5ba..2c99e7e9c197 100644
--- a/include/test/drawing/xshapedescriptor.hxx
+++ b/include/test/drawing/xshapedescriptor.hxx
@@ -14,7 +14,6 @@
 #include 
 
 #include 
-#include 
 
 namespace apitest
 {
diff --git a/include/test/helper/form.hxx b/include/test/helper/form.hxx
index d84794cc5b6d..0fbcd2c7b06a 100644
--- a/include/test/helper/form.hxx
+++ b/include/test/helper/form.hxx
@@ -15,7 +15,6 @@
 
 #include 
 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/test/helper/shape.hxx b/include/test/helper/shape.hxx
index e4322bec1357..341a9fad93fc 100644
--- a/include/test/helper/shape.hxx
+++ b/include/test/helper/shape.hxx
@@ -10,7 +10,6 @@
 #ifndef INCLUDED_TEST_HELPER_SHAPE_HXX
 #define INCLUDED_TEST_HELPER_SHAPE_HXX
 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/test/helper/transferable.hxx 
b/include/test/helper/transferable.hxx
index 280b28ad5006..d0454bc6e410 100644
--- a/include/test/helper/transferable.hxx
+++ b/include/test/helper/transferable.hxx
@@ -9,7 +9,6 @@
 
 #pragma once
 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/test/lang/xcomponent.hxx b/include/test/lang/xcomponent.hxx
index fdbeccc6cf7b..9314749fbc52 100644
--- a/include/test/lang/xcomponent.hxx
+++ b/include/test/lang/xcomponent.hxx
@@ -10,7 +10,6 @@
 #ifndef INCLUDED_TEST_LANG_XCOMPONENT_HXX
 #define INCLUDED_TEST_LANG_XCOMPONENT_HXX
 
-#include 
 #include 
 #include 
 
diff --git a/include/test/lang/xserviceinfo.hxx 
b/include/test/lang/xserviceinfo.hxx
index 86a92480d970..14ce4e61 100644
--- a/include/test/lang/xserviceinfo.hxx
+++ b/include/test/lang/xserviceinfo.hxx
@@ -16,7 +16,6 @@
 
 #include 
 
-#include 
 #include 
 
 namespace apitest
diff --git a/include/test/sheet/cellarealink.hxx 
b/include/test/sheet/cellarealink.hxx
index 6eff944ae7be..eb3a13547c0a 100644
--- a/include/test/sheet/cellarealink.hxx
+++ b/include/test/sheet/cellarealink.hxx
@@ -15,7 +15,6 @@
 #include 
 
 #include 
-#include 
 
 namespace apitest
 {
diff --git a/include/test/sheet/functiondescription.hxx 
b/include/test/sheet/functiondescription.hxx
index 4e3128bcaaaf..bfe719bc5972 100644
--- a/include/test/sheet/functiondescription.hxx
+++ b/include/test/sheet/functiondescription.hxx
@@ -11,7 +11,6 @@
 #define INCLUDED_TEST_SHEET_FUNCTIONDESCRIPTION_HXX
 
 #include 
-#include 
 #include 
 
 #include 
diff --git a/include/test/sheet/xprintareas.hxx 
b/include/test/sheet/xprintareas.hxx

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

2019-07-23 Thread Gabor Kelemen (via logerrit)
 vcl/IwyuFilter_vcl.yaml  |   17 +
 vcl/source/filter/FilterConfigCache.cxx  |1 +
 vcl/source/filter/FilterConfigCache.hxx  |3 ---
 vcl/source/filter/GraphicNativeTransform.cxx |2 +-
 vcl/source/filter/graphicfilter.cxx  |8 +---
 vcl/source/filter/graphicfilter_internal.hxx |1 +
 vcl/source/filter/igif/decode.cxx|2 +-
 vcl/source/filter/igif/decode.hxx|3 ++-
 vcl/source/filter/igif/gifread.hxx   |1 -
 vcl/source/filter/ixbm/xbmread.hxx   |1 -
 vcl/source/filter/ixpm/rgbtable.hxx  |2 ++
 vcl/source/filter/ixpm/xpmread.cxx   |1 -
 vcl/source/filter/ixpm/xpmread.hxx   |2 +-
 vcl/source/filter/jpeg/Exif.cxx  |1 +
 vcl/source/filter/jpeg/Exif.hxx  |6 +-
 vcl/source/filter/jpeg/JpegReader.cxx|2 --
 vcl/source/filter/jpeg/JpegReader.hxx|3 ---
 vcl/source/filter/jpeg/JpegTransform.hxx |2 +-
 vcl/source/filter/jpeg/JpegWriter.cxx|1 -
 vcl/source/filter/jpeg/JpegWriter.hxx|3 ++-
 vcl/source/filter/jpeg/jpeg.cxx  |2 --
 vcl/source/filter/jpeg/jpeg.hxx  |4 
 vcl/source/filter/jpeg/jpegc.cxx |3 ---
 vcl/source/filter/png/PngImageReader.cxx |1 -
 vcl/source/filter/png/pngread.cxx|3 ---
 vcl/source/filter/png/pngwrite.cxx   |3 ---
 vcl/source/filter/wmf/emfwr.cxx  |2 +-
 vcl/source/filter/wmf/emfwr.hxx  |3 ---
 vcl/source/filter/wmf/wmf.cxx|2 +-
 vcl/source/filter/wmf/wmfwr.cxx  |5 +
 vcl/source/filter/wmf/wmfwr.hxx  |5 ++---
 vcl/source/font/Feature.cxx  |1 -
 vcl/source/font/OpenTypeFeatureDefinitonList.cxx |3 ++-
 vcl/source/font/PhysicalFontFace.cxx |2 +-
 vcl/source/font/font.cxx |2 --
 vcl/source/font/fontattributes.cxx   |3 ---
 vcl/source/font/fontcache.cxx|2 --
 vcl/source/font/fontcharmap.cxx  |3 ++-
 vcl/source/font/fontinstance.cxx |1 -
 vcl/source/font/fontmetric.cxx   |5 -
 vcl/source/font/fontselect.cxx   |6 ++
 vcl/source/fontsubset/list.cxx   |1 -
 vcl/source/fontsubset/xlat.cxx   |1 -
 vcl/source/fontsubset/xlat.hxx   |2 +-
 vcl/source/gdi/CommonSalLayout.cxx   |3 ---
 vcl/source/gdi/FileDefinitionWidgetDraw.cxx  |2 --
 vcl/source/gdi/bitmap3.cxx   |1 -
 vcl/source/gdi/bitmapex.cxx  |8 
 vcl/source/gdi/bmpacc3.cxx   |4 
 vcl/source/gdi/bmpfast.cxx   |1 -
 vcl/source/gdi/cvtgrf.cxx|2 --
 vcl/source/gdi/embeddedfontshelper.cxx   |1 -
 vcl/source/gdi/gdimtf.cxx|   12 +---
 vcl/source/gdi/gfxlink.cxx   |1 -
 vcl/source/gdi/graph.cxx |5 -
 vcl/source/gdi/impgraph.cxx  |1 -
 vcl/source/gdi/impvect.cxx   |5 +
 vcl/source/gdi/jobset.cxx|1 -
 vcl/source/gdi/metaact.cxx   |2 --
 vcl/source/gdi/mtfxmldump.cxx|3 ---
 vcl/source/gdi/pdfbuildin_fonts.cxx  |1 -
 vcl/source/gdi/pdfextoutdevdata.cxx  |2 --
 vcl/source/gdi/pdffontcache.cxx  |2 --
 vcl/source/gdi/pdffontcache.hxx  |1 -
 vcl/source/gdi/pdfwriter.cxx |1 -
 vcl/source/gdi/pdfwriter_impl.cxx|6 --
 vcl/source/gdi/pdfwriter_impl.hxx|1 -
 vcl/source/gdi/pdfwriter_impl2.cxx   |3 ---
 vcl/source/gdi/print.cxx |1 -
 vcl/source/gdi/print2.cxx|5 -
 vcl/source/gdi/print3.cxx|4 
 vcl/source/gdi/regband.cxx   |4 +---
 vcl/source/gdi/region.cxx|3 ---
 vcl/source/gdi/regionband.cxx|1 -
 vcl/source/gdi/salgdilayout.cxx  |1 -
 vcl/source/gdi/sallayout.cxx |3 ---
 vcl/source/gdi/svmconverter.cxx  |4 
 vcl/source/gdi/textlayout.cxx|5 +
 vcl/source/gdi/vectorgraphicdata.cxx |1 -
 vcl/source/gdi/virdev.cxx|1 -
 vcl/source/graphic/GraphicLoader.cxx |1 -
 vcl/source/graphic/GraphicObject.cxx |   10 ++
 vc

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

2019-06-14 Thread Gabor Kelemen (via logerrit)
 include/svx/sidebar/AreaPropertyPanelBase.hxx |5 -
 include/svx/sidebar/LinePropertyPanelBase.hxx |4 
 include/svx/sidebar/LineWidthPopup.hxx|1 -
 include/svx/sidebar/PanelLayout.hxx   |2 --
 include/svx/sidebar/SelectionChangeHandler.hxx|1 -
 include/svx/sidebar/SidebarDialControl.hxx|1 -
 include/svx/sidebar/ValueSetWithTextControl.hxx   |2 --
 svx/source/sidebar/SelectionChangeHandler.cxx |2 ++
 svx/source/sidebar/area/AreaPropertyPanelBase.cxx |1 +
 svx/source/sidebar/line/LinePropertyPanelBase.cxx |1 +
 10 files changed, 4 insertions(+), 16 deletions(-)

New commits:
commit a64692944a0a22feeef4a943d45137b25494cf64
Author: Gabor Kelemen 
AuthorDate: Wed Jun 12 18:02:28 2019 +0200
Commit: Miklos Vajna 
CommitDate: Fri Jun 14 11:31:43 2019 +0200

tdf#42949 Fix IWYU warnings in include/svx/sidebar/*

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Iff84b84b5abbe64b0b69bdce5b45259aa6233499
Reviewed-on: https://gerrit.libreoffice.org/73896
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx 
b/include/svx/sidebar/AreaPropertyPanelBase.hxx
index b24281efea5f..1614077bbb55 100644
--- a/include/svx/sidebar/AreaPropertyPanelBase.hxx
+++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx
@@ -21,10 +21,7 @@
 
 #include 
 #include 
-#include 
-#include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -34,7 +31,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -42,7 +38,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 class XFillFloatTransparenceItem;
diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx 
b/include/svx/sidebar/LinePropertyPanelBase.hxx
index 6d10cca666a0..c3aaf627c236 100644
--- a/include/svx/sidebar/LinePropertyPanelBase.hxx
+++ b/include/svx/sidebar/LinePropertyPanelBase.hxx
@@ -19,10 +19,6 @@
 #ifndef INCLUDED_SVX_SOURCE_SIDEBAR_LINE_LINEPROPERTYPANELBASE_HXX
 #define INCLUDED_SVX_SOURCE_SIDEBAR_LINE_LINEPROPERTYPANELBASE_HXX
 
-#include 
-#include 
-#include 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/svx/sidebar/LineWidthPopup.hxx 
b/include/svx/sidebar/LineWidthPopup.hxx
index e2e45ce102a1..a5595abdd23a 100644
--- a/include/svx/sidebar/LineWidthPopup.hxx
+++ b/include/svx/sidebar/LineWidthPopup.hxx
@@ -19,7 +19,6 @@
 #ifndef INCLUDED_SVX_SOURCE_SIDEBAR_LINE_LINEWIDTHPOPUP_HXX
 #define INCLUDED_SVX_SOURCE_SIDEBAR_LINE_LINEWIDTHPOPUP_HXX
 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/svx/sidebar/PanelLayout.hxx 
b/include/svx/sidebar/PanelLayout.hxx
index ddb52b172b33..6439ed51afdb 100644
--- a/include/svx/sidebar/PanelLayout.hxx
+++ b/include/svx/sidebar/PanelLayout.hxx
@@ -16,10 +16,8 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
-#include 
 #include 
 
 /// This class is the base for the Widget Layout-based sidebar panels.
diff --git a/include/svx/sidebar/SelectionChangeHandler.hxx 
b/include/svx/sidebar/SelectionChangeHandler.hxx
index 45dce18525b9..778a742e6c13 100644
--- a/include/svx/sidebar/SelectionChangeHandler.hxx
+++ b/include/svx/sidebar/SelectionChangeHandler.hxx
@@ -22,7 +22,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 #include 
diff --git a/include/svx/sidebar/SidebarDialControl.hxx 
b/include/svx/sidebar/SidebarDialControl.hxx
index c5f4fd85d7f8..0b2d8bce1b7d 100644
--- a/include/svx/sidebar/SidebarDialControl.hxx
+++ b/include/svx/sidebar/SidebarDialControl.hxx
@@ -20,7 +20,6 @@
 #define INCLUDED_SVX_SIDEBAR_SIDEBARDIALCONTROL_HXX
 
 #include 
-#include 
 
 namespace svx { namespace sidebar {
 
diff --git a/include/svx/sidebar/ValueSetWithTextControl.hxx 
b/include/svx/sidebar/ValueSetWithTextControl.hxx
index b76872f54a63..834aa75ab83c 100644
--- a/include/svx/sidebar/ValueSetWithTextControl.hxx
+++ b/include/svx/sidebar/ValueSetWithTextControl.hxx
@@ -22,8 +22,6 @@
 #include 
 
 #include 
-#include 
-#include 
 
 #include 
 
diff --git a/svx/source/sidebar/SelectionChangeHandler.cxx 
b/svx/source/sidebar/SelectionChangeHandler.cxx
index 9858820d6a36..ba00836deb22 100644
--- a/svx/source/sidebar/SelectionChangeHandler.cxx
+++ b/svx/source/sidebar/SelectionChangeHandler.cxx
@@ -21,6 +21,8 @@
 #include 
 #include 
 
+#include 
+
 #include 
 #include 
 
diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx 
b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
index 4c7a15c9f9a9..ecb49437617d 100644
--- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
+++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
@@ -20,6 +20,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/svx/source/sidebar/line/LinePropertyPanelBase.cxx 
b/svx/source/sidebar/line/LinePropertyPanelBase.cxx
index 0a8c3fc999ae..890203b82802 100644
--- a/svx/source/sidebar/line/LinePropertyPanelB

[Libreoffice-commits] core.git: bin/find-unneeded-includes

2019-06-16 Thread Gabor Kelemen (via logerrit)
 bin/find-unneeded-includes |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 068ea3105873d3500da9591bd40cc627c78eef3e
Author: Gabor Kelemen 
AuthorDate: Sun Jun 16 08:43:01 2019 +0200
Commit: Miklos Vajna 
CommitDate: Mon Jun 17 08:42:38 2019 +0200

find-unneeded-includes: show command line in case of IWYU error messages

In case of non self contained files IYYU gives only error messages.
Prepare for that and print the failing command for further investigation.

Change-Id: I744338ab14d4a6cba5e02f842ff74b156c5178a4
Reviewed-on: https://gerrit.libreoffice.org/74111
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/bin/find-unneeded-includes b/bin/find-unneeded-includes
index 3a4e303bbfe6..d3177af8336a 100755
--- a/bin/find-unneeded-includes
+++ b/bin/find-unneeded-includes
@@ -153,9 +153,14 @@ def processIWYUOutput(iwyuOutput, moduleRules):
 inRemove = False
 toRemove = []
 currentFileName = None
+
 for line in iwyuOutput:
 line = line.strip()
 
+# Bail out if IWYU gave an error due to non self-containedness
+if re.match ("(.*): error: (.*)", line):
+return -1
+
 if len(line) == 0:
 if inRemove:
 inRemove = False
@@ -208,7 +213,9 @@ def run_tool(task_queue, failed_files):
 print("[IWYU] " + invocation.split(' ')[-1])
 p = subprocess.Popen(invocation, shell=True, 
stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
 retcode = 
processIWYUOutput(p.communicate()[0].decode('utf-8').splitlines(), moduleRules)
-if retcode != 0:
+if retcode == -1:
+print("ERROR: A file is probably not self contained, check 
this commands output:\n" + invocation)
+elif retcode > 0:
 print("ERROR: The following command found unused includes:\n" 
+ invocation)
 failed_files.append(invocation)
 task_queue.task_done()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: chart2/source cui/source filter/source include/IwyuFilter_include.yaml include/svx oox/source sc/source sd/source svx/inc svx/source sw/inc sw/source

2019-06-18 Thread Gabor Kelemen (via logerrit)
 chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx |1 
 chart2/source/controller/itemsetwrapper/TextLabelItemConverter.cxx |2 
 cui/source/inc/cuitabline.hxx  |1 
 cui/source/tabpages/tpline.cxx |3 
 cui/source/tabpages/tplnedef.cxx   |2 
 cui/source/tabpages/tplneend.cxx   |2 
 filter/source/msfilter/escherex.cxx|1 
 filter/source/svg/svgexport.cxx|1 
 include/IwyuFilter_include.yaml|   49 
++
 include/svx/TextCharacterSpacingPopup.hxx  |2 
 include/svx/TextUnderlinePopup.hxx |4 
 include/svx/svddef.hxx |3 
 include/svx/tabline.hxx|6 -
 include/svx/tbcontrl.hxx   |3 
 include/svx/ucsubset.hxx   |1 
 include/svx/unoapi.hxx |3 
 include/svx/unomaster.hxx  |4 
 include/svx/unopage.hxx|8 -
 include/svx/unoprov.hxx|1 
 include/svx/unoshape.hxx   |   10 --
 include/svx/unoshprp.hxx   |7 -
 include/svx/view3d.hxx |1 
 oox/source/drawingml/shape.cxx |1 
 oox/source/export/drawingml.cxx|1 
 sc/source/ui/unoobj/cellsuno.cxx   |1 
 sd/source/ui/func/fucon3d.cxx  |1 
 sd/source/ui/inc/unopage.hxx   |2 
 sd/source/ui/unoidl/unopage.cxx|1 
 svx/inc/dragmt3d.hxx   |1 
 svx/source/dialog/dlgctl3d.cxx |1 
 svx/source/tbxctrls/tbcontrl.cxx   |1 
 svx/source/unodraw/UnoGraphicExporter.cxx  |1 
 svx/source/unodraw/UnoNamespaceMap.cxx |1 
 svx/source/unodraw/shapeimpl.hxx   |2 
 svx/source/unodraw/unoprov.cxx |2 
 sw/inc/unodraw.hxx |2 
 sw/source/core/unocore/unoframe.cxx|1 
 37 files changed, 91 insertions(+), 43 deletions(-)

New commits:
commit e080acf2211af3f2b55cf59f04272a9a43188abe
Author: Gabor Kelemen 
AuthorDate: Thu Jun 13 18:43:27 2019 +0200
Commit: Miklos Vajna 
CommitDate: Tue Jun 18 09:08:59 2019 +0200

tdf#42949 Fix IWYU warnings in include/svx/[t-v]*

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I345b8c54890b5bc27f51addd2e6e73ba68b6b327
Reviewed-on: https://gerrit.libreoffice.org/73977
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx 
b/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx
index d5437f09165e..2856ff78b697 100644
--- a/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx
+++ b/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx
@@ -38,6 +38,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
diff --git a/chart2/source/controller/itemsetwrapper/TextLabelItemConverter.cxx 
b/chart2/source/controller/itemsetwrapper/TextLabelItemConverter.cxx
index f04d8717a1c0..ffbab285998e 100644
--- a/chart2/source/controller/itemsetwrapper/TextLabelItemConverter.cxx
+++ b/chart2/source/controller/itemsetwrapper/TextLabelItemConverter.cxx
@@ -30,11 +30,13 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx
index 8cfdcc84d571..e36febde5dd7 100644
--- a/cui/source/inc/cuitabline.hxx
+++ b/cui/source/inc/cuitabline.hxx
@@ -21,6 +21,7 @@
 #define INCLUDED_CUI_SOURCE_INC_CUITABLINE_HXX
 
 #include 
+#include 
 #include 
 #include 
 
diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx
index 8dd8dc36f527..a099256d8faa 100644
--- a/cui/source/tabpages/tpline.cxx
+++ b/cui/source/tabpages/tpline.cxx
@@ -26,6 +26,8 @@
 
 #include 
 #include 
+#include 
+#include 
 #include 
 #include 
 #include 
@@ -51,6 +53,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 

[Libreoffice-commits] core.git: vcl/backendtest vcl/IwyuFilter_vcl.yaml vcl/qa

2019-06-18 Thread Gabor Kelemen (via logerrit)
 vcl/IwyuFilter_vcl.yaml  |3 ++
 vcl/backendtest/VisualBackendTest.cxx|   22 ++-
 vcl/qa/api/XGraphicTest.cxx  |4 --
 vcl/qa/cppunit/BitmapExTest.cxx  |1 
 vcl/qa/cppunit/BitmapProcessorTest.cxx   |6 
 vcl/qa/cppunit/BitmapScaleTest.cxx   |7 
 vcl/qa/cppunit/BitmapTest.cxx|2 -
 vcl/qa/cppunit/FontFeatureTest.cxx   |1 
 vcl/qa/cppunit/GraphicDescriptorTest.cxx |2 -
 vcl/qa/cppunit/GraphicFormatDetectorTest.cxx |7 
 vcl/qa/cppunit/GraphicTest.cxx   |1 
 vcl/qa/cppunit/ScanlineToolsTest.cxx |1 
 vcl/qa/cppunit/app/test_IconThemeInfo.cxx|3 --
 vcl/qa/cppunit/app/test_IconThemeScanner.cxx |3 --
 vcl/qa/cppunit/app/test_IconThemeSelector.cxx|1 
 vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx |2 -
 vcl/qa/cppunit/canvasbitmaptest.cxx  |5 ---
 vcl/qa/cppunit/complextext.cxx   |4 --
 vcl/qa/cppunit/errorhandler.cxx  |1 
 vcl/qa/cppunit/font.cxx  |4 --
 vcl/qa/cppunit/fontcharmap.cxx   |3 --
 vcl/qa/cppunit/fontmetric.cxx|6 
 vcl/qa/cppunit/gen/gen.cxx   |2 -
 vcl/qa/cppunit/graphicfilter/filters-test.cxx|3 --
 vcl/qa/cppunit/jpeg/JpegReaderTest.cxx   |2 -
 vcl/qa/cppunit/jpeg/JpegWriterTest.cxx   |2 -
 vcl/qa/cppunit/lifecycle.cxx |2 -
 vcl/qa/cppunit/mnemonic.cxx  |4 --
 vcl/qa/cppunit/outdev.cxx|5 ---
 vcl/qa/cppunit/pdfexport/pdfexport.cxx   |1 
 vcl/qa/cppunit/svm/svmtest.cxx   |6 ++--
 vcl/qa/cppunit/timer.cxx |1 
 vcl/qa/cppunit/widgetdraw/WidgetDefinitionReaderTest.cxx |1 
 vcl/qa/unit/vcl-dialogs-test.cxx |3 --
 34 files changed, 10 insertions(+), 111 deletions(-)

New commits:
commit 54d63ea296fa7598711226af2ce2ea368e3ca93a
Author: Gabor Kelemen 
AuthorDate: Fri Jun 14 00:40:47 2019 +0200
Commit: Miklos Vajna 
CommitDate: Wed Jun 19 08:37:38 2019 +0200

tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I2d5ab9fd1117a4c57eb42ca849daf0949a79ff50
Reviewed-on: https://gerrit.libreoffice.org/73999
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/vcl/IwyuFilter_vcl.yaml b/vcl/IwyuFilter_vcl.yaml
index 180bfa2901e0..8a5d8bba470e 100644
--- a/vcl/IwyuFilter_vcl.yaml
+++ b/vcl/IwyuFilter_vcl.yaml
@@ -22,3 +22,6 @@ blacklist:
 vcl/inc/unx/saldisp.hxx:
 # Don't replace with generated header
 - epoxy/glx.h
+vcl/qa/cppunit/outdev.cxx:
+# Needed for direct member access
+- basegfx/matrix/b2dhommatrix.hxx
diff --git a/vcl/backendtest/VisualBackendTest.cxx 
b/vcl/backendtest/VisualBackendTest.cxx
index b98281f2346f..7f93666c4715 100644
--- a/vcl/backendtest/VisualBackendTest.cxx
+++ b/vcl/backendtest/VisualBackendTest.cxx
@@ -8,39 +8,23 @@
  */
 
 #include 
-#include 
 #include 
 
 #include 
 #include 
+#include 
+#include 
 #include 
-#include 
-#include 
-#include 
 
-#include 
+#include 
 #include 
 #include 
-#include 
-#include 
 
-#include 
-#include 
-#include 
 #include 
-#include 
 #include 
 #include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
 
 #include 
-#include 
 #include 
 
 #include 
diff --git a/vcl/qa/api/XGraphicTest.cxx b/vcl/qa/api/XGraphicTest.cxx
index fab083b666a0..accc384d28f6 100644
--- a/vcl/qa/api/XGraphicTest.cxx
+++ b/vcl/qa/api/XGraphicTest.cxx
@@ -9,19 +9,15 @@
 
 #include 
 
-#include 
 #include 
 #include 
 #include 
 #include 
-#include 
 #include 
 
 #include 
 #include 
 
-#include 
-
 namespace
 {
 using namespace css;
diff --git a/vcl/qa/cppunit/BitmapExTest.cxx b/vcl/qa/cppunit/BitmapExTest.cxx
index 4b45a3e88972..3a89441b9604 100644
--- a/vcl/qa/cppunit/BitmapExTest.cxx
+++ b/vcl/qa/cppunit/BitmapExTest.cxx
@@ -10,7 +10,6 @@
 #include 
 #include 
 #include 
-#include 
 
 #include 
 #include 
diff --git a/vcl/qa/cppunit/BitmapProcessorTest.cxx 
b/vcl/qa/cppunit/BitmapProcessorTest.cxx
index e59f135df7e8..2a628285d0f2 100644
--- a/vcl/qa/cppunit/BitmapProcessorTest.cxx
+++ b/vcl/qa/cppunit/BitmapProcessorTest.cxx
@@ -15,12 +15,6 @@
 #include 
 #include 
 #include 
-#include 
-
-#include 
-#include 
-#include 
-#include 
 
 #include 
 #include 
diff --git a/vcl/qa/cppunit/BitmapScaleTest.cxx 
b/vcl/qa/cppunit

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

2019-06-20 Thread Gabor Kelemen (via logerrit)
 sw/IwyuFilter_sw.yaml|6 ++
 sw/source/filter/docx/swdocxreader.hxx   |2 --
 sw/source/filter/html/htmlctxt.cxx   |3 +++
 sw/source/filter/html/htmldrawreader.cxx |1 +
 sw/source/filter/html/htmlfly.hxx|1 -
 sw/source/filter/html/htmlform.hxx   |2 ++
 sw/source/filter/html/htmlnumreader.cxx  |1 +
 sw/source/filter/html/parcss1.hxx|5 +
 sw/source/filter/html/svxcss1.hxx|1 +
 sw/source/filter/html/swcss1.hxx |3 +++
 sw/source/filter/html/swhtml.cxx |1 +
 sw/source/filter/html/swhtml.hxx |1 -
 sw/source/filter/html/wrthtml.hxx|2 +-
 sw/source/filter/inc/fltshell.hxx|5 -
 sw/source/filter/inc/msfilter.hxx|4 
 sw/source/filter/inc/rtf.hxx |2 +-
 sw/source/filter/inc/wrtswtbl.hxx|1 -
 sw/source/filter/ww8/WW8Sttbf.cxx|1 +
 sw/source/filter/ww8/WW8Sttbf.hxx|1 -
 sw/source/filter/ww8/WW8TableInfo.cxx|1 +
 sw/source/filter/ww8/attributeoutputbase.hxx |3 ---
 sw/source/filter/ww8/docxattributeoutput.cxx |1 +
 sw/source/filter/ww8/docxattributeoutput.hxx |1 +
 sw/source/filter/ww8/docxexport.cxx  |1 +
 sw/source/filter/ww8/docxexport.hxx  |3 ---
 sw/source/filter/ww8/docxfootnotes.hxx   |2 ++
 sw/source/filter/ww8/docxsdrexport.cxx   |1 +
 sw/source/filter/ww8/escher.hxx  |2 ++
 sw/source/filter/ww8/rtfattributeoutput.cxx  |1 +
 sw/source/filter/ww8/rtfattributeoutput.hxx  |2 ++
 sw/source/filter/ww8/rtfexport.cxx   |3 +++
 sw/source/filter/ww8/sortedarray.hxx |1 -
 sw/source/filter/ww8/types.hxx   |2 ++
 sw/source/filter/ww8/writerhelper.cxx|2 ++
 sw/source/filter/ww8/writerhelper.hxx|1 -
 sw/source/filter/ww8/writerwordglue.cxx  |1 +
 sw/source/filter/ww8/writerwordglue.hxx  |1 -
 sw/source/filter/ww8/wrtw8esh.cxx|1 +
 sw/source/filter/ww8/wrtw8sty.cxx|1 +
 sw/source/filter/ww8/wrtww8.cxx  |1 +
 sw/source/filter/ww8/wrtww8.hxx  |1 -
 sw/source/filter/ww8/ww8atr.cxx  |1 +
 sw/source/filter/ww8/ww8glsy.cxx |1 +
 sw/source/filter/ww8/ww8glsy.hxx |2 ++
 sw/source/filter/ww8/ww8graf.hxx |5 +
 sw/source/filter/ww8/ww8par.cxx  |2 ++
 sw/source/filter/ww8/ww8par2.hxx |4 
 sw/source/filter/ww8/ww8par5.cxx |1 +
 sw/source/filter/ww8/ww8par6.cxx |1 +
 sw/source/filter/ww8/ww8scan.hxx |7 ---
 sw/source/filter/ww8/ww8struc.hxx|6 --
 sw/source/filter/xml/wrtxml.hxx  |3 ++-
 sw/source/filter/xml/xmlbrshe.hxx|3 ---
 sw/source/filter/xml/xmlexpit.hxx|1 -
 sw/source/filter/xml/xmlimp.hxx  |2 --
 sw/source/filter/xml/xmlimpit.hxx|3 ---
 sw/source/filter/xml/xmlitem.hxx |2 --
 sw/source/filter/xml/xmlithlp.hxx|1 -
 sw/source/filter/xml/xmltbli.hxx |2 ++
 sw/source/filter/xml/xmltexti.cxx|1 +
 60 files changed, 71 insertions(+), 53 deletions(-)

New commits:
commit 2a06796fa6f6255314cf4c1271f62154f08bac4f
Author: Gabor Kelemen 
AuthorDate: Sun Jun 16 08:26:04 2019 +0200
Commit: Miklos Vajna 
CommitDate: Thu Jun 20 09:22:34 2019 +0200

tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxx

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I7ccd6af737c21a50fe7df25266198ee6989c4c69
Reviewed-on: https://gerrit.libreoffice.org/74110
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/sw/IwyuFilter_sw.yaml b/sw/IwyuFilter_sw.yaml
index 69aa7bf7de09..58d6a158af30 100644
--- a/sw/IwyuFilter_sw.yaml
+++ b/sw/IwyuFilter_sw.yaml
@@ -434,3 +434,9 @@ blacklist:
 sw/qa/extras/ww8import/ww8import.cxx:
 # Needed for for-loop range
 - com/sun/star/graphic/XGraphic.hpp
+include/sal/types.h:
+# Ignore warning during checking source/filter/ww8/types.hxx
+- sal/typesizes.h
+sw/source/filter/ww8/ww8scan.hxx:
+# OSL_BIGENDIAN is being checked
+- osl/endian.h
diff --git a/sw/source/filter/docx/swdocxreader.hxx 
b/sw/source/filter/docx/swdocxreader.hxx
index 57900c12143b..214d2742d287 100644
--- a/sw/source/filter/docx/swdocxreader.hxx
+++ b/sw/source/filter/docx/swdocxreader.hxx
@@ -21,8 +21,6 @@
 #define INCLUDED_SW_SOURCE_FILTER_DOCX_SWDOCXREADER_HXX
 
 #include 
-#include 
-#include 
 
 /// Wrapper for the UNO DOCX import filter (in writerfilter) for autotext 
purposes.
 class SwDOCXReader : public StgReader
diff --git a/sw/source/filter/html/htmlctxt.cxx 
b/sw/source/filter/html/htmlct

[Libreoffice-commits] core.git: include/basegfx include/comphelper include/IwyuFilter_include.yaml include/registry include/tools include/xmlreader

2019-06-21 Thread Gabor Kelemen (via logerrit)
 include/IwyuFilter_include.yaml  |3 +++
 include/basegfx/DrawCommands.hxx |5 +
 include/basegfx/pixel/bpixel.hxx |1 -
 include/comphelper/MasterPropertySet.hxx |1 +
 include/comphelper/scopeguard.hxx|1 -
 include/registry/reader.hxx  |1 -
 include/tools/GenericTypeSerializer.hxx  |1 -
 include/tools/diagnose_ex.h  |1 +
 include/xmlreader/span.hxx   |1 +
 9 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit 2f04460c83f064c9fa41c8deaef9647228e0a4ad
Author: Gabor Kelemen 
AuthorDate: Mon Jun 17 22:09:38 2019 +0200
Commit: Miklos Vajna 
CommitDate: Fri Jun 21 09:07:18 2019 +0200

tdf#42949 Fix IWYU warnings in include/

Recheck directories under include/ and below vcl in the
module hierarchy.

New IWYU and recent developments in f-u-i helped to identify
some non self contained files, those were fixed too.

Also some new removal proposals are dealt with here.

Change-Id: If12ae37602eecdf3004ae0fa6623d464077d4f9f
Reviewed-on: https://gerrit.libreoffice.org/74213
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml
index c69220e197ec..3141da5ac2f9 100644
--- a/include/IwyuFilter_include.yaml
+++ b/include/IwyuFilter_include.yaml
@@ -227,6 +227,9 @@ blacklist:
 - com/sun/star/lang/IllegalArgumentException.hpp
 - com/sun/star/uno/RuntimeException.hpp
 - rtl/ustring.hxx
+include/tools/fldunit.hxx:
+# Needed for enum type
+- sal/types.h
 include/tools/svlibrary.h:
 # Used behind #ifndef
 - osl/module.h
diff --git a/include/basegfx/DrawCommands.hxx b/include/basegfx/DrawCommands.hxx
index 92747c5af4d2..1da33c325694 100644
--- a/include/basegfx/DrawCommands.hxx
+++ b/include/basegfx/DrawCommands.hxx
@@ -11,6 +11,11 @@
 #define INCLUDED_BASEGFX_DRAWCOMMANDS_H
 
 #include 
+#include 
+
+#include 
+#include 
+#include 
 
 namespace gfx
 {
diff --git a/include/basegfx/pixel/bpixel.hxx b/include/basegfx/pixel/bpixel.hxx
index 1d238192a68d..95400b966021 100644
--- a/include/basegfx/pixel/bpixel.hxx
+++ b/include/basegfx/pixel/bpixel.hxx
@@ -22,7 +22,6 @@
 
 #include 
 #include 
-#include 
 
 namespace basegfx
 {
diff --git a/include/comphelper/MasterPropertySet.hxx 
b/include/comphelper/MasterPropertySet.hxx
index 73f376a601a4..6276f9008e52 100644
--- a/include/comphelper/MasterPropertySet.hxx
+++ b/include/comphelper/MasterPropertySet.hxx
@@ -23,6 +23,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
diff --git a/include/comphelper/scopeguard.hxx 
b/include/comphelper/scopeguard.hxx
index 6b5b397686f4..a361c7c5f2b0 100644
--- a/include/comphelper/scopeguard.hxx
+++ b/include/comphelper/scopeguard.hxx
@@ -20,7 +20,6 @@
 #ifndef INCLUDED_COMPHELPER_SCOPEGUARD_HXX
 #define INCLUDED_COMPHELPER_SCOPEGUARD_HXX
 
-#include 
 #include 
 #include 
 
diff --git a/include/registry/reader.hxx b/include/registry/reader.hxx
index a41327f5e928..b804ba3ed559 100644
--- a/include/registry/reader.hxx
+++ b/include/registry/reader.hxx
@@ -28,7 +28,6 @@
 #include 
 #include 
 
-#include 
 #include 
 
 namespace typereg {
diff --git a/include/tools/GenericTypeSerializer.hxx 
b/include/tools/GenericTypeSerializer.hxx
index 90b5d002c8f1..92f2bdfb169b 100644
--- a/include/tools/GenericTypeSerializer.hxx
+++ b/include/tools/GenericTypeSerializer.hxx
@@ -19,7 +19,6 @@
 #ifndef INCLUDED_TOOLS_GENERICTYPESERIALIZER_HXX
 #define INCLUDED_TOOLS_GENERICTYPESERIALIZER_HXX
 
-#include 
 #include 
 #include 
 #include 
diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h
index a70a4e0ab60f..c03d2ec650ca 100644
--- a/include/tools/diagnose_ex.h
+++ b/include/tools/diagnose_ex.h
@@ -25,6 +25,7 @@
 #include 
 #include 
 
+#include 
 #include 
 #include 
 
diff --git a/include/xmlreader/span.hxx b/include/xmlreader/span.hxx
index 1f4630efca42..db0ed229bcd9 100644
--- a/include/xmlreader/span.hxx
+++ b/include/xmlreader/span.hxx
@@ -25,6 +25,7 @@
 #include 
 
 #include 
+#include 
 #include 
 
 namespace rtl { class OUString; }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

2019-06-21 Thread Gabor Kelemen (via logerrit)
 source/text/shared/optionen/01030500.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d492d79f2da5002a69e3ad277a8f6b83fea1c07
Author: Gabor Kelemen 
AuthorDate: Thu Jun 20 19:39:58 2019 +0200
Commit: Olivier Hallot 
CommitDate: Fri Jun 21 18:57:58 2019 +0200

Fix ahelp for HTML page - Size spinbuttons

Change-Id: I527a54be3e69039810b0505b9c50cdb3128b1c45
Reviewed-on: https://gerrit.libreoffice.org/74465
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/optionen/01030500.xhp 
b/source/text/shared/optionen/01030500.xhp
index d23b3fbd1..f3d17acda 100644
--- a/source/text/shared/optionen/01030500.xhp
+++ b/source/text/shared/optionen/01030500.xhp
@@ -47,7 +47,7 @@
 
 
 Font 
sizes
-Use the spin buttons Size 1 to 
Size 7 to define the respective font sizes for the HTML  to  tags.
+Use the spin buttons Size 1 to Size 7 to 
define the respective font sizes for the HTML  to  tags.
 Import
 Defines the 
settings for importing HTML documents.
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a264abfd56cc70d565707028be41ff94e65a7f43
Author: Gabor Kelemen 
AuthorDate: Thu Jun 20 19:39:58 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Fri Jun 21 18:57:58 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix ahelp for HTML page - Size spinbuttons

Change-Id: I527a54be3e69039810b0505b9c50cdb3128b1c45
Reviewed-on: https://gerrit.libreoffice.org/74465
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index ca3dda78509c..2d492d79f2da 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit ca3dda78509c00f9dc95fe1fe8590fa88814a866
+Subproject commit 2d492d79f2da5002a69e3ad277a8f6b83fea1c07
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

 source/text/shared/explorer/database/menuedit.xhp |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit e198ed22f7b7fd99e7b63d7e13cb52619f423b91
Author: Gabor Kelemen 
AuthorDate: Fri Jun 21 00:06:44 2019 +0200
Commit: Olivier Hallot 
CommitDate: Fri Jun 21 18:59:28 2019 +0200

Fix ahelps in Base Edit menu description page

- Add missing bookmarks
- Remove obsolete ones
- Move an item closer to its current position in the menu

Still a very obsolete page :(

Change-Id: I0f19f9a0ea61724bb725cbe9efb83afc8abcb19f
Reviewed-on: https://gerrit.libreoffice.org/74473
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/explorer/database/menuedit.xhp 
b/source/text/shared/explorer/database/menuedit.xhp
index 897f5e891..44c7e0869 100644
--- a/source/text/shared/explorer/database/menuedit.xhp
+++ b/source/text/shared/explorer/database/menuedit.xhp
@@ -33,24 +33,26 @@
 
 Edit
 
-The Edit menu of a database window.
+The Edit menu 
of a database window.
 Copy
 Copies the selected object to the clipboard.
 Paste
 Inserts an item from the clipboard. If you want, you can insert forms 
and reports, including subfolders, from one database file to 
another.
+
 Paste 
Special
 Inserts an item from the clipboard. If you want, you can insert forms 
and reports, including subfolders, from one database file to 
another.
 
+
+Select 
All
+Selects all entries, including subfolders, in the lower part of the 
database window.
 
 
-
 Edit
 Opens a window where you can edit the selected table, query, form, or 
report.
 
 
-
 Delete
-Deletes the selected table, query, form, or 
report.
+Deletes the selected table, query, form, or report.
 
 
 Rename
@@ -68,8 +70,6 @@
 
 Report 
Wizard
 Starts the Report 
Wizard for the selected table, query, or view.
-Select 
All
-Selects all entries, including subfolders, in the lower part of the 
database window.
 
 Database
 Opens a submenu.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

 source/text/shared/explorer/database/menuinsert.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ae70eaf3dfabeb31fc54d83f91cbd664e602e91c
Author: Gabor Kelemen 
AuthorDate: Fri Jun 21 00:11:09 2019 +0200
Commit: Olivier Hallot 
CommitDate: Fri Jun 21 19:00:04 2019 +0200

Drop unneeded ahelp from Base Insert menu page

Change-Id: I0f8f13219e862cc3dd0439fe29fe1655d3cee972
Reviewed-on: https://gerrit.libreoffice.org/74474
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/explorer/database/menuinsert.xhp 
b/source/text/shared/explorer/database/menuinsert.xhp
index d5d0c39b7..76b40bf50 100644
--- a/source/text/shared/explorer/database/menuinsert.xhp
+++ b/source/text/shared/explorer/database/menuinsert.xhp
@@ -32,7 +32,7 @@
 
 Insert
 
-The Insert menu of a database window.
+The Insert menu 
of a database window.
 Form
 Opens a new text document in form mode.
 Report
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5427ce7c66ccf16b0a405fddb402c35181e47e4a
Author: Gabor Kelemen 
AuthorDate: Fri Jun 21 00:06:44 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Fri Jun 21 18:59:28 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix ahelps in Base Edit menu description page

- Add missing bookmarks
- Remove obsolete ones
- Move an item closer to its current position in the menu

Still a very obsolete page :(

Change-Id: I0f19f9a0ea61724bb725cbe9efb83afc8abcb19f
Reviewed-on: https://gerrit.libreoffice.org/74473
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 2d492d79f2da..e198ed22f7b7 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 2d492d79f2da5002a69e3ad277a8f6b83fea1c07
+Subproject commit e198ed22f7b7fd99e7b63d7e13cb52619f423b91
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - helpcontent2

 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fa664e9d30ca9e69af8b5b2c1f3e7739b55f30bb
Author: Gabor Kelemen 
AuthorDate: Fri Jun 21 00:37:37 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Fri Jun 21 19:00:53 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix ahelps on Base View menu page

Add missing bookmarks and remove unneeded ahelp

Change-Id: I22c73e85869ffcdac235d740230f951c40d0503b
Reviewed-on: https://gerrit.libreoffice.org/74475
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index ae70eaf3dfab..3d96bec89634 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit ae70eaf3dfabeb31fc54d83f91cbd664e602e91c
+Subproject commit 3d96bec89634abb41c4bcac89814afd76f30833a
commit f7b13a94645b158821c9d7db63c63da4b724a441
Author: Gabor Kelemen 
AuthorDate: Fri Jun 21 00:11:09 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Fri Jun 21 19:00:04 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Drop unneeded ahelp from Base Insert menu page

Change-Id: I0f8f13219e862cc3dd0439fe29fe1655d3cee972
Reviewed-on: https://gerrit.libreoffice.org/74474
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index e198ed22f7b7..ae70eaf3dfab 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit e198ed22f7b7fd99e7b63d7e13cb52619f423b91
+Subproject commit ae70eaf3dfabeb31fc54d83f91cbd664e602e91c
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

 source/text/shared/explorer/database/dabawiz02oracle.xhp |   33 ---
 1 file changed, 10 insertions(+), 23 deletions(-)

New commits:
commit 9a704ed71319e6e6179dc756bd686cddf1d80a55
Author: Gabor Kelemen 
AuthorDate: Sat Jun 22 20:43:03 2019 +0200
Commit: Gabor Kelemen 
CommitDate: Mon Jun 24 08:22:12 2019 +0200

Update Base - Oracle connection page

Ahelp and bookmark fixes, also adapt to current UI

Change-Id: I278b1df6168515c06e034f8528778c257b892127
Reviewed-on: https://gerrit.libreoffice.org/74576
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/source/text/shared/explorer/database/dabawiz02oracle.xhp 
b/source/text/shared/explorer/database/dabawiz02oracle.xhp
index a3ffd0ff5..8911c77c2 100644
--- a/source/text/shared/explorer/database/dabawiz02oracle.xhp
+++ b/source/text/shared/explorer/database/dabawiz02oracle.xhp
@@ -30,6 +30,7 @@
 
 
 
+
 Oracle databases (base)
 mw added one index entry
 Oracle 
Database Connection
@@ -41,33 +42,19 @@
 On UNIX, ensure 
that the Oracle database client is installed with JDBC support. The JDBC driver 
class for the Solaris Oracle client version 8.x is located in the /product/jdbc/lib/classes111.zip directory. You can also download the 
latest version of the driver from the Oracle web site.
 
 
-In the Data source URL box, enter the location of the 
Oracle database server. The syntax of the URL depends on the database type. See 
the documentation that came with the JDBC driver for more 
information.
-For an Oracle 
database, the syntax of the URL is:
-oracle:thin:@hostname:port:database_name
-
-
-hostname is the 
name of the machine that runs the Oracle database. You can also replace 
hostname with the IP address of the server.
-
-
-port is the port 
where the Oracle database listens. Ask your database administrator for the 
correct port address.
-
-
-database_name is 
the name of the Oracle database. Ask your database administrator for the 
correct name.
-
-
-
+
 Name of 
the Oracle database
-Enter the name of the Oracle database.
-
+Enter the name of the Oracle database. Ask your database administrator 
for the correct name.
+
 Server 
URL
-Enter the URL for the database server. 
-
+Enter the URL for the database server. This is the name of the machine 
that runs the Oracle database. You can also replace hostname with the IP 
address of the server.
+
 Port 
number
-Enter the port number for the database server.
-
+Enter the port number for the database server. Ask your database 
administrator for the correct port address.
+
 Oracle 
JDBC Driver Class
-Enter the name of the JDBC 
driver.
-
+Enter the name of the JDBC driver.
+
 Test 
Class
 Tests the connection with the current settings.
 Authentication
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c4e8b5fd391ce728e84fe76db2e6fd3bd2395dea
Author: Gabor Kelemen 
AuthorDate: Sat Jun 22 20:43:03 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Jun 24 08:22:12 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Update Base - Oracle connection page

Ahelp and bookmark fixes, also adapt to current UI

Change-Id: I278b1df6168515c06e034f8528778c257b892127
Reviewed-on: https://gerrit.libreoffice.org/74576
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/helpcontent2 b/helpcontent2
index 56d36bfa5150..9a704ed71319 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 56d36bfa51508ce80ba8162733a4292d4c8f986c
+Subproject commit 9a704ed71319e6e6179dc756bd686cddf1d80a55
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

 source/text/shared/01/04150100.xhp |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 6f5b6a066efa16834daf731c7c2a509945fd0a7d
Author: Gabor Kelemen 
AuthorDate: Sat Jun 22 19:02:06 2019 +0200
Commit: Gabor Kelemen 
CommitDate: Mon Jun 24 08:23:13 2019 +0200

Fix ahelp and missing bookmark on Insert OLE page

Change-Id: Ia3c6900b1616266dc38cbba4fc74b461b33462f6
Reviewed-on: https://gerrit.libreoffice.org/74577
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/source/text/shared/01/04150100.xhp 
b/source/text/shared/01/04150100.xhp
index 315938233..b27d95757 100644
--- a/source/text/shared/01/04150100.xhp
+++ b/source/text/shared/01/04150100.xhp
@@ -33,7 +33,7 @@
 
 
 Insert 
OLE Object
-  Inserts an OLE 
object into the current document. The OLE object is inserted as a link or an 
embedded object.
+  Inserts an OLE object into the current document. The OLE 
object is inserted as a link or an embedded 
object.
 
   
 
@@ -51,6 +51,7 @@
   Enter the name of the file that you want to 
link or embed, or click Search to locate the 
file.
 Search...
   Locate the file that you want to insert, 
and then click Open.
+
 Link to 
file
   Enable this checkbox to insert the OLE object as a link to the original 
file. If this checkbox is not enabled, the OLE object will be embedded into 
your document.which consequences? cannot find featuremail or 
spec doc
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit db0e639175bb37f61eb2af554b0b9d992e0bf6f5
Author: Gabor Kelemen 
AuthorDate: Sat Jun 22 19:02:06 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Jun 24 08:23:13 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix ahelp and missing bookmark on Insert OLE page

Change-Id: Ia3c6900b1616266dc38cbba4fc74b461b33462f6
Reviewed-on: https://gerrit.libreoffice.org/74577
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/helpcontent2 b/helpcontent2
index 9a704ed71319..6f5b6a066efa 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 9a704ed71319e6e6179dc756bd686cddf1d80a55
+Subproject commit 6f5b6a066efa16834daf731c7c2a509945fd0a7d
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

 source/text/smath/01/0601.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit db256e7f8ede0d6ecb2f77ffa01d6a82ddd4e76e
Author: Gabor Kelemen 
AuthorDate: Sat Jun 22 00:29:43 2019 +0200
Commit: Gabor Kelemen 
CommitDate: Mon Jun 24 08:29:33 2019 +0200

Fix ahelp hid on Math Symbol selector page

Change-Id: Ida7cb6349249823ff729862b7ca899dfe8bc9144
Reviewed-on: https://gerrit.libreoffice.org/74578
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/source/text/smath/01/0601.xhp 
b/source/text/smath/01/0601.xhp
index b979125c9..f41edf0a1 100644
--- a/source/text/smath/01/0601.xhp
+++ b/source/text/smath/01/0601.xhp
@@ -44,7 +44,7 @@
 
 
 Symbols
-Opens the 
Symbols dialog, in which you can select a symbol to insert in the 
formula. 
+Opens the Symbols dialog, in which 
you can select a symbol to insert in the formula. 

 
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 90d3820a67e35dd318aaf2c0b6942c7836234683
Author: Gabor Kelemen 
AuthorDate: Sat Jun 22 00:29:43 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Jun 24 08:29:33 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix ahelp hid on Math Symbol selector page

Change-Id: Ida7cb6349249823ff729862b7ca899dfe8bc9144
Reviewed-on: https://gerrit.libreoffice.org/74578
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/helpcontent2 b/helpcontent2
index 6f5b6a066efa..db256e7f8ede 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 6f5b6a066efa16834daf731c7c2a509945fd0a7d
+Subproject commit db256e7f8ede0d6ecb2f77ffa01d6a82ddd4e76e
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

 source/text/shared/explorer/database/menutools.xhp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a311762c0095868d38245e0f05c18300b51501dc
Author: Gabor Kelemen 
AuthorDate: Sun Jun 23 17:35:48 2019 +0200
Commit: Gabor Kelemen 
CommitDate: Mon Jun 24 08:29:58 2019 +0200

Fix ahelps on Base - Tools menu page

Change-Id: Ide88567847c84f011a98b27c26924d2af6a720c3
Reviewed-on: https://gerrit.libreoffice.org/74606
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/source/text/shared/explorer/database/menutools.xhp 
b/source/text/shared/explorer/database/menutools.xhp
index cc1f62cf9..099c73509 100644
--- a/source/text/shared/explorer/database/menutools.xhp
+++ b/source/text/shared/explorer/database/menutools.xhp
@@ -33,7 +33,7 @@
 
 Tools
 
-The Tools menu of a database window.
+The Tools menu 
of a database window.
 
 Relationships
 Opens the Relation Design view 
and checks whether the database connection supports 
relations.
@@ -43,7 +43,7 @@
 
 
 Table 
Filter
-Opens the Table Filter 
dialog where you can specify which tables of the database to show or to 
hide.see text in 
shared\explorer\database\1109.xhp
+Opens the Table Filter dialog where you can specify which tables of the 
database to show or to hide.see text in 
shared\explorer\database\1109.xhp
 Select the 
tables that you want to filter in the Filter list.
 If you select 
the topmost table in a hierarchy, all of the tables in the hierarchy are 
selected.
 If you select 
a table that is at a lower level in the hierarchy, the tables that occur above 
it in the hierarchy are not selected.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit af8304f1c49a59a5fec9f16f6d43a5c8d37365af
Author: Gabor Kelemen 
AuthorDate: Sun Jun 23 17:35:48 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Jun 24 08:29:58 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Fix ahelps on Base - Tools menu page

Change-Id: Ide88567847c84f011a98b27c26924d2af6a720c3
Reviewed-on: https://gerrit.libreoffice.org/74606
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen 

diff --git a/helpcontent2 b/helpcontent2
index db256e7f8ede..a311762c0095 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit db256e7f8ede0d6ecb2f77ffa01d6a82ddd4e76e
+Subproject commit a311762c0095868d38245e0f05c18300b51501dc
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

 source/text/sbasic/shared/0105.xhp|5 -
 source/text/sbasic/shared/02/1104.xhp |2 +-
 source/text/sbasic/shared/02/1105.xhp |1 -
 source/text/sbasic/shared/02/1106.xhp |1 -
 source/text/sbasic/shared/02/1107.xhp |2 +-
 source/text/sbasic/shared/02/1108.xhp |1 -
 source/text/sbasic/shared/02/1109.xhp |1 -
 source/text/sbasic/shared/02/1114.xhp |1 -
 source/text/sbasic/shared/02/1115.xhp |1 -
 source/text/sbasic/shared/02/2000.xhp |2 +-
 10 files changed, 3 insertions(+), 14 deletions(-)

New commits:
commit 63184912f9414c7bcd6fbcf0028850acd8c61d7d
Author: Gabor Kelemen 
AuthorDate: Sun Jun 23 21:51:01 2019 +0200
Commit: Olivier Hallot 
CommitDate: Mon Jun 24 15:40:09 2019 +0200

Remove duplicated HID bookmarks in sbasic

Duplicates found with:

for i in $(find source/text/sbasic -name "*xhp") ; do grep 
branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v 
"1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; 
fi done

Change-Id: I2882cca272e3eee6b0d45d3a0b5bcfaeaaf23ddb
Reviewed-on: https://gerrit.libreoffice.org/74616
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/sbasic/shared/0105.xhp 
b/source/text/sbasic/shared/0105.xhp
index 3bcb9fb44..459be373a 100644
--- a/source/text/sbasic/shared/0105.xhp
+++ b/source/text/sbasic/shared/0105.xhp
@@ -45,23 +45,18 @@
 Commands From the Context menu of the Module Tabs
 Insert
 
-
 Module
 Inserts a new module into the current 
library.
 
-
 Dialog
 Inserts a new dialog into the current 
library.
 
-
 Delete
 Deletes the selected module.
 
-
 Rename
 Renames the current module in 
place.
 
-
 Hide
 Hides the current module.
 Modules
diff --git a/source/text/sbasic/shared/02/1104.xhp 
b/source/text/sbasic/shared/02/1104.xhp
index 771694d9f..52c2522d6 100644
--- a/source/text/sbasic/shared/02/1104.xhp
+++ b/source/text/sbasic/shared/02/1104.xhp
@@ -35,7 +35,7 @@
 stopping macros
 
 
-Stop
+Stop
 Stops running the current macro.
  You can also press 
Shift+Ctrl+Q.
 
diff --git a/source/text/sbasic/shared/02/1105.xhp 
b/source/text/sbasic/shared/02/1105.xhp
index 225289e7a..80d38ae25 100644
--- a/source/text/sbasic/shared/02/1105.xhp
+++ b/source/text/sbasic/shared/02/1105.xhp
@@ -32,7 +32,6 @@
 
 
 
-
 Single 
Step
 Runs the macro and stops it after the next 
command.
 
diff --git a/source/text/sbasic/shared/02/1106.xhp 
b/source/text/sbasic/shared/02/1106.xhp
index 6fb0fbda6..6543c8e9b 100644
--- a/source/text/sbasic/shared/02/1106.xhp
+++ b/source/text/sbasic/shared/02/1106.xhp
@@ -32,7 +32,6 @@
 
 
 
-
 Procedure 
Step
 Runs the macro and stops it after the next 
procedure.
 
diff --git a/source/text/sbasic/shared/02/1107.xhp 
b/source/text/sbasic/shared/02/1107.xhp
index c816bf9c4..ffee38d3b 100644
--- a/source/text/sbasic/shared/02/1107.xhp
+++ b/source/text/sbasic/shared/02/1107.xhp
@@ -31,7 +31,7 @@
 
 
 
-Breakpoint
+Breakpoint
 Inserts a breakpoint in the program 
line.
 
 The breakpoint 
is inserted at the cursor position. Use a breakpoint to interrupt a program 
just before an error occurs. You can then troubleshoot the program by running 
it in Single 
Step mode until the error occurs. You can also use the Watch icon to 
check the content of the relevant variables.
diff --git a/source/text/sbasic/shared/02/1108.xhp 
b/source/text/sbasic/shared/02/1108.xhp
index abde3f9a9..dcb2355b6 100644
--- a/source/text/sbasic/shared/02/1108.xhp
+++ b/source/text/sbasic/shared/02/1108.xhp
@@ -32,7 +32,6 @@
 
 
 
-
 Enable 
Watch
 Click this icon to view the variables in a macro. The 
contents of the variable are displayed in a separate window.
 
diff --git a/source/text/sbasic/shared/02/1109.xhp 
b/source/text/sbasic/shared/02/1109.xhp
index 9cd08b709..3fdc5cc77 100644
--- a/source/text/sbasic/shared/02/1109.xhp
+++ b/source/text/sbasic/shared/02/1109.xhp
@@ -34,7 +34,6 @@
 
 
 
-
 Object 
Catalog
 Opens the Objects pane, where you can 
view Basic objects.
 
diff --git a/source/text/sbasic/shared/02/1114.xhp 
b/source/text/sbasic/shared/02/1114.xhp
index 9536dfe19..156aae60d 100644
--- a/source/text/sbasic/shared/02/1114.xhp
+++ b/source/text/sbasic/shared/02/1114.xhp
@@ -32,7 +32,6 @@
 
 
 
-
 Insert 
Source Text
 Opens the Basic source text in the Basic IDE 
window.
 
diff --git a/source/text/sbasic/shared/02/1115.xhp 
b/source/text/sbasic/shared/02/1115.xhp
index ed289cbd7..b10f1bc79 100644
--- a/source/text/sbasic/shared/02/1115.xhp
+++ b/source/text/sbasic/shared/02/1115.xhp
@@ -32,7 +32,6 @@
 
 
 
-
 Save Source 
As
 Saves the source code of the selected Basic 
macro.
 
diff --git a/source/text/sbasic/shared/02/2000.xhp 
b/source/text/sbasic/shared/02/2000.xhp
index d00868685..0f6286edc 100644
--- a/source/t

[Libreoffice-commits] core.git: helpcontent2

 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3b441ff50ad805988221d8549973953d2f7d52d0
Author: Gabor Kelemen 
AuthorDate: Sun Jun 23 21:51:01 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Jun 24 15:40:09 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Remove duplicated HID bookmarks in sbasic

Duplicates found with:

for i in $(find source/text/sbasic -name "*xhp") ; do grep 
branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v 
"1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; 
fi done

Change-Id: I2882cca272e3eee6b0d45d3a0b5bcfaeaaf23ddb
Reviewed-on: https://gerrit.libreoffice.org/74616
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index a311762c0095..63184912f941 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit a311762c0095868d38245e0f05c18300b51501dc
+Subproject commit 63184912f9414c7bcd6fbcf0028850acd8c61d7d
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

 source/text/schart/main.xhp |4 
 1 file changed, 4 deletions(-)

New commits:
commit f301ec57399bd60951ba4140bc60c081b690133a
Author: Gabor Kelemen 
AuthorDate: Sun Jun 23 22:15:27 2019 +0200
Commit: Olivier Hallot 
CommitDate: Mon Jun 24 15:40:35 2019 +0200

Remove duplicated HID bookmarks in schart

Also remove some obsolete ones too.

Duplicates found with:

for i in $(find source/text/schart -name "*xhp") ; do grep 
branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v 
"1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; 
fi done

Change-Id: I78f34394b3eb5a3046679613f0bd7af7b9381e0d
Reviewed-on: https://gerrit.libreoffice.org/74615
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/schart/main.xhp b/source/text/schart/main.xhp
index a01c5765c..c87d4e813 100644
--- a/source/text/schart/main.xhp
+++ b/source/text/schart/main.xhp
@@ -48,12 +48,8 @@
  
   command line Insert - (Object -) Chart, moved here from 
deleted shared/01/04160100.xhp
 
-
 
-
-
 
-
 Creates a chart in the current document. To use a 
continuous range of cells as the data source for your chart, click inside the 
cell range, and then choose this command. Alternatively, select some cells and 
choose this command to create a chart of the selected cells.
   To insert a chart
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: helpcontent2

 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 38993eeddfeb03b7f7e5b99cc1ac60e17ee4cd26
Author: Gabor Kelemen 
AuthorDate: Sun Jun 23 22:15:27 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Mon Jun 24 15:40:35 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Remove duplicated HID bookmarks in schart

Also remove some obsolete ones too.

Duplicates found with:

for i in $(find source/text/schart -name "*xhp") ; do grep 
branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v 
"1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; 
fi done

Change-Id: I78f34394b3eb5a3046679613f0bd7af7b9381e0d
Reviewed-on: https://gerrit.libreoffice.org/74615
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 63184912f941..f301ec57399b 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 63184912f9414c7bcd6fbcf0028850acd8c61d7d
+Subproject commit f301ec57399bd60951ba4140bc60c081b690133a
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

 source/text/swriter/01/0112.xhp |4 +---
 source/text/swriter/01/0213.xhp |1 -
 source/text/swriter/01/0214.xhp |1 -
 source/text/swriter/01/0407.xhp |3 +--
 source/text/swriter/01/0413.xhp |1 -
 source/text/swriter/01/0508.xhp |1 -
 source/text/swriter/01/05100300.xhp |3 +--
 source/text/swriter/01/05100400.xhp |3 +--
 source/text/swriter/01/05110500.xhp |2 --
 source/text/swriter/01/05120200.xhp |1 -
 source/text/swriter/01/05120500.xhp |2 --
 source/text/swriter/01/05150200.xhp |1 -
 source/text/swriter/01/05150300.xhp |1 -
 source/text/swriter/01/0608.xhp |1 -
 source/text/swriter/02/0211.xhp |1 -
 source/text/swriter/02/0322.xhp |1 -
 source/text/swriter/02/0409.xhp |1 -
 source/text/swriter/02/0410.xhp |1 -
 source/text/swriter/02/0425.xhp |1 -
 source/text/swriter/02/0607.xhp |2 +-
 source/text/swriter/02/0608.xhp |2 +-
 source/text/swriter/02/0609.xhp |1 -
 source/text/swriter/02/0801.xhp |1 -
 source/text/swriter/02/1008.xhp |3 +--
 source/text/swriter/02/1009.xhp |1 -
 source/text/swriter/02/1801.xhp |3 +--
 source/text/swriter/02/18030500.xhp |1 -
 source/text/swriter/02/1812.xhp |3 +--
 source/text/swriter/main0202.xhp|7 ++-
 29 files changed, 11 insertions(+), 43 deletions(-)

New commits:
commit 8e866eb6fff05c52930debaee596a50f2968cea1
Author: Gabor Kelemen 
AuthorDate: Sun Jun 23 18:42:40 2019 +0200
Commit: Olivier Hallot 
CommitDate: Tue Jun 25 04:10:53 2019 +0200

Remove duplicated HID bookmarks in swriter

Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:

for i in $(find source/text/swriter -name "*xhp") ; do grep 
branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v 
"1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; 
fi done

Change-Id: I39c9eed29db7612e2000912112f1629e20fd5774
Reviewed-on: https://gerrit.libreoffice.org/74658
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/swriter/01/0112.xhp 
b/source/text/swriter/01/0112.xhp
index 357bf2cd4..58abeede0 100644
--- a/source/text/swriter/01/0112.xhp
+++ b/source/text/swriter/01/0112.xhp
@@ -32,7 +32,6 @@
 
 
 
-
 
 Print Preview
 Displays a preview of the printed page or closes the 
preview.
@@ -46,7 +45,6 @@
 You can also 
press Page Up and Page Down keys to scroll through the pages.
 You cannot edit 
your document while you are in the print preview.
 
-
 To exit the print preview, click the Close 
Preview button.
 
 
@@ -54,4 +52,4 @@
 
 
 
-
\ No newline at end of file
+
diff --git a/source/text/swriter/01/0213.xhp 
b/source/text/swriter/01/0213.xhp
index a4980a09c..1420907c6 100644
--- a/source/text/swriter/01/0213.xhp
+++ b/source/text/swriter/01/0213.xhp
@@ -28,7 +28,6 @@
 
 
 
-
 
 Edit 
Bibliography Entry
 Edits the selected bibliography 
entry.
diff --git a/source/text/swriter/01/0214.xhp 
b/source/text/swriter/01/0214.xhp
index 47baf18f1..679fd4108 100644
--- a/source/text/swriter/01/0214.xhp
+++ b/source/text/swriter/01/0214.xhp
@@ -28,7 +28,6 @@
 
 
 
-
 
 Edit 
Fields
 Opens a dialog where you can edit the properties of a 
field. Click in front of a field, and then choose this command. In the 
dialog, you can use the arrow buttons to move to the previous or the next 
field. 
diff --git a/source/text/swriter/01/0407.xhp 
b/source/text/swriter/01/0407.xhp
index 84af52cc0..e51847fa2 100644
--- a/source/text/swriter/01/0407.xhp
+++ b/source/text/swriter/01/0407.xhp
@@ -32,7 +32,6 @@
   envelopes
 MW made "envelopes;" a one level entry
 
-
 Envelope
   Creates an envelope. On three tab pages, you 
can specify the addressee and sender, the position and format for both 
addresses, the size of the envelope, and the envelope orientation.
 
@@ -67,4 +66,4 @@
  
   

-
\ No newline at end of file
+
diff --git a/source/text/swriter/01/0413.xhp 
b/source/text/swriter/01/0413.xhp
index e2c07ec33..3c40059a0 100644
--- a/source/text/swriter/01/0413.xhp
+++ b/source/text/swriter/01/0413.xhp
@@ -50,7 +50,6 @@
 
 
 
-
 Icon on 
the Insert toolbar:
 Draws a frame where you 
drag in the document. Click the arrow next to the icon to select the number of 
columns for the frame.
 
diff --git a/source/text/swriter/01/0508.xhp 
b/source/text/swriter/01/0508.xhp
index 14de12cfc..45cf418d3 100644
--- a/source/text/swriter/01/0508.xhp
+++ b/source/text/swriter/01/0508.xhp
@@ -31,7 +31,6 @@
 
 
 
-
 Name is not related to UI, dialog is called by Format 
- Image or Format - Frame, so name should be Frame / Image or we need two files 
that are the same except for title
 Object
 Opens a dialog where you can 
modify the properties of the selected object, for example, its size and 
name.

[Libreoffice-commits] core.git: helpcontent2

 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e11f92a043236f107d9454ccd9d31992af80521
Author: Gabor Kelemen 
AuthorDate: Sun Jun 23 18:42:40 2019 +0200
Commit: Gerrit Code Review 
CommitDate: Tue Jun 25 04:10:53 2019 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  - Remove duplicated HID bookmarks in swriter

Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:

for i in $(find source/text/swriter -name "*xhp") ; do grep 
branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v 
"1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; 
fi done

Change-Id: I39c9eed29db7612e2000912112f1629e20fd5774
Reviewed-on: https://gerrit.libreoffice.org/74658
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 414be5f0b520..8e866eb6fff0 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 414be5f0b520740158392e93835ed910e09100b5
+Subproject commit 8e866eb6fff05c52930debaee596a50f2968cea1
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: source/text

 source/text/simpress/00/0004.xhp  |2 +-
 source/text/simpress/01/0213.xhp  |2 --
 source/text/simpress/01/0214.xhp  |3 +--
 source/text/simpress/01/0313.xhp  |4 +---
 source/text/simpress/01/0315.xhp  |4 +---
 source/text/simpress/01/0403m.xhp |1 -
 source/text/simpress/01/0404m.xhp |1 -
 source/text/simpress/01/0411.xhp  |1 -
 source/text/simpress/01/0413.xhp  |1 -
 source/text/simpress/01/04990500.xhp  |1 -
 source/text/simpress/01/05110500m.xhp |2 --
 source/text/simpress/01/05120500m.xhp |2 --
 source/text/simpress/01/0513.xhp  |1 -
 source/text/simpress/01/05250600.xhp  |1 -
 source/text/simpress/01/05250700.xhp  |1 -
 source/text/simpress/02/0401.xhp  |1 -
 source/text/simpress/02/0407.xhp  |1 -
 source/text/simpress/02/1002.xhp  |   10 --
 source/text/simpress/02/1003.xhp  |8 
 source/text/simpress/02/10030200.xhp  |   12 
 source/text/simpress/02/1005.xhp  |8 
 source/text/simpress/02/1006.xhp  |8 
 source/text/simpress/02/1007.xhp  |   22 +++---
 source/text/simpress/02/1010.xhp  |   29 -
 source/text/simpress/02/1011.xhp  |2 +-
 source/text/simpress/02/1012.xhp  |   20 ++--
 source/text/simpress/02/1309.xhp  |3 +--
 27 files changed, 31 insertions(+), 120 deletions(-)

New commits:
commit 7878aeafcb0d65c65d0413ab9eeb74fc7d72b4a0
Author: Gabor Kelemen 
AuthorDate: Sun Jun 23 17:59:51 2019 +0200
Commit: Olivier Hallot 
CommitDate: Tue Jun 25 04:25:34 2019 +0200

Remove duplicated HID bookmarks in simpress

Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:

for i in $(find source/text/simpress -name "*xhp") ; do grep 
branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v 
"1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; 
fi done

Change-Id: Id8811f2f1ecee89ddc9b86b57ef6b04e40b25d28
Reviewed-on: https://gerrit.libreoffice.org/74657
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/simpress/00/0004.xhp 
b/source/text/simpress/00/0004.xhp
index 5f503a217..0ede1f9f3 100644
--- a/source/text/simpress/00/0004.xhp
+++ b/source/text/simpress/00/0004.xhp
@@ -33,7 +33,7 @@
 To access this command 
 
 
-Save as Picture context menu, #i63795
+Save as Picture context menu, #i63795
 Opens a dialog to save the selected bitmap picture as a 
file. The default file format is the internal format of the 
image.
 Custom Animation context menu
 Opens the Custom Animation sidebar deck.
diff --git a/source/text/simpress/01/0213.xhp 
b/source/text/simpress/01/0213.xhp
index e60576f1b..c6e685f6e 100644
--- a/source/text/simpress/01/0213.xhp
+++ b/source/text/simpress/01/0213.xhp
@@ -35,7 +35,6 @@
 slides;deleting
 
 
-
 Delete 
Slide
 Deletes the current slide or 
page.
 
@@ -45,7 +44,6 @@
 
 In the context 
menu of a slide or page you find the following command, among 
others:
 
-
 Rename Slide 
 Rename 
Page
 Renames the selected slide 
page.
diff --git a/source/text/simpress/01/0214.xhp 
b/source/text/simpress/01/0214.xhp
index 8f122efa7..667679f90 100644
--- a/source/text/simpress/01/0214.xhp
+++ b/source/text/simpress/01/0214.xhp
@@ -31,7 +31,6 @@
   deleting; layers
 
 
-
 Delete 
Layer
   Deletes the active layer.
 
@@ -39,4 +38,4 @@
  
   

-
\ No newline at end of file
+
diff --git a/source/text/simpress/01/0313.xhp 
b/source/text/simpress/01/0313.xhp
index e2e4cef84..5d3e60294 100644
--- a/source/text/simpress/01/0313.xhp
+++ b/source/text/simpress/01/0313.xhp
@@ -32,10 +32,8 @@
 
 MW transferred three index entries to the 
guide show.xhp
 
-
-
 Slide 
Show
-Starts your slide 
show.
+Starts your slide 
show.
 
 
   
diff --git a/source/text/simpress/01/0315.xhp 
b/source/text/simpress/01/0315.xhp
index 382459988..d20b1fe11 100644
--- a/source/text/simpress/01/0315.xhp
+++ b/source/text/simpress/01/0315.xhp
@@ -34,10 +34,8 @@
 master views
 
 
-
-
 Master
-Switches to one of several master views, where you 
can add elements that you want to appear on all of the slides in your 
show.
+Switches to one of several master views, where you can add elements 
that you want to appear on all of the slides in your show.
 
 
   
diff --git a/source/text/simpress/01/0403m.xhp 
b/source/text/simpress/01/0403m.xhp
index 79f35ee1a..5f3e3dc30 100644
--- a/source/text/simpress/01/0403m.xhp
+++ b/source/text/simpress/01/0403m.xhp
@@ -32,7 +32,6 @@
 inserting; rows
 
 
-
 Rows
 Inserts a new row above the active cell. The number of 
rows inserted correspond to the number of rows selected. The existing rows are 
moved downward.
 
diff --git a/source/text/simpress/01/0404m.xhp 
b/source/text/

  1   2   3   4   5   6   7   8   9   >