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

2017-08-20 Thread Julien Nabet
 apple_remote/source/HIDRemoteControlDevice.m |   12 ++--
 apple_remote/source/RemoteControl.m  |8 
 include/apple_remote/RemoteControl.h |4 ++--
 3 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 59fd62fc2ff86320da67f99171eedbfe2d931c2b
Author: Julien Nabet 
Date:   Sun Aug 20 22:28:39 2017 +0200

Typo notifcation->notification

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

diff --git a/apple_remote/source/HIDRemoteControlDevice.m 
b/apple_remote/source/HIDRemoteControlDevice.m
index ba1ebb25d243..b96ac721b3b3 100644
--- a/apple_remote/source/HIDRemoteControlDevice.m
+++ b/apple_remote/source/HIDRemoteControlDevice.m
@@ -43,7 +43,7 @@
 - (IOHIDQueueInterface**) queue;
 - (IOHIDDeviceInterface**) hidDeviceInterface;
 - (void) handleEventWithCookieString: (NSString*) cookieString sumOfValues: 
(SInt32) sumOfValues;
-- (void) removeNotifcationObserver;
+- (void) removeNotificationObserver;
 - (void) remoteControlAvailable:(NSNotification *)notification;
 
 @end
@@ -96,7 +96,7 @@
 }
 
 - (void) dealloc {
-   [self removeNotifcationObserver];
+   [self removeNotificationObserver];
[self stopListening:self];
[cookieToButtonMapping release];
[super dealloc];
@@ -168,7 +168,7 @@
 
if ([self isOpenInExclusiveMode] && fixSecureEventInputBug) 
EnableSecureEventInput();
 
-   [self removeNotifcationObserver];
+   [self removeNotificationObserver];
 
io_object_t hidDevice = [[self class] findRemoteDevice];
if (hidDevice == 0) return;
@@ -240,7 +240,7 @@ cleanup:
if ([self isOpenInExclusiveMode] && fixSecureEventInputBug) 
DisableSecureEventInput();
 
if ([self isOpenInExclusiveMode] && sendNotification) {
-   [[self class] sendFinishedNotifcationForAppIdentifier: nil];
+   [[self class] sendFinishedNotificationForAppIdentifier: nil];
}
// be KVO friendly
[self willChangeValueForKey:@"listeningToRemote"];
@@ -320,13 +320,13 @@ cleanup:
}
 }
 
-- (void) removeNotifcationObserver {
+- (void) removeNotificationObserver {
[[NSDistributedNotificationCenter defaultCenter] removeObserver:self 
name:FINISHED_USING_REMOTE_CONTROL_NOTIFICATION object:nil];
 }
 
 - (void) remoteControlAvailable:(NSNotification *)notification {
 (void)notification;
-   [self removeNotifcationObserver];
+   [self removeNotificationObserver];
[self startListening: self];
 }
 
diff --git a/apple_remote/source/RemoteControl.m 
b/apple_remote/source/RemoteControl.m
index 1f1b7f179350..9cf840527bd3 100644
--- a/apple_remote/source/RemoteControl.m
+++ b/apple_remote/source/RemoteControl.m
@@ -34,7 +34,7 @@
 // notification names that are being used to signal that an application wants 
to
 // have access to the remote control device or if the application has finished
 // using the remote control device
-NSString* REQUEST_FOR_REMOTE_CONTROL_NOTIFCATION = 
@"mac.remotecontrols.RequestForRemoteControl";
+NSString* REQUEST_FOR_REMOTE_CONTROL_NOTIFICATION = 
@"mac.remotecontrols.RequestForRemoteControl";
 NSString* FINISHED_USING_REMOTE_CONTROL_NOTIFICATION = 
@"mac.remotecontrols.FinishedUsingRemoteControl";
 
 // keys used in user objects for distributed notifications
@@ -132,14 +132,14 @@ NSString* kTargetApplicationIdentifier = 
@"TargetBundleIdentifier";
  deliverImmediately:YES];
 }
 
-+ (void) sendFinishedNotifcationForAppIdentifier: (NSString*) identifier {
++ (void) sendFinishedNotificationForAppIdentifier: (NSString*) identifier {
 [self 
sendDistributedNotification:FINISHED_USING_REMOTE_CONTROL_NOTIFICATION 
targetBundleIdentifier:identifier];
 #ifdef DEBUG
-NSLog( @"Apple RemoteControl: sendFinishedNotifcationForAppIdentifier 
...");
+NSLog( @"Apple RemoteControl: sendFinishedNotificationForAppIdentifier 
...");
 #endif
 }
 + (void) sendRequestForRemoteControlNotification {
-[self sendDistributedNotification:REQUEST_FOR_REMOTE_CONTROL_NOTIFCATION 
targetBundleIdentifier:nil];
+[self sendDistributedNotification:REQUEST_FOR_REMOTE_CONTROL_NOTIFICATION 
targetBundleIdentifier:nil];
 #ifdef DEBUG
 NSLog( @"Apple RemoteControl: sendRequestForRemoteControlNotification 
...");
 #endif
diff --git a/include/apple_remote/RemoteControl.h 
b/include/apple_remote/RemoteControl.h
index 0b943920e6ee..2d9c189b8e31 100644
--- a/include/apple_remote/RemoteControl.h
+++ b/include/apple_remote/RemoteControl.h
@@ -38,7 +38,7 @@
 // notification names that are being used to signal that an application wants 
to
 // have access to the remote control device or if the application has finished
 // using the remote control device
-extern NSString* 

[Libreoffice-bugs] [Bug 109272] Wrong cursor position when deleting a selection in Show Changes mode

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109272

--- Comment #9 from Rosemary Sebastian  ---
(In reply to Aron Budea from comment #8)
> To me where the cursor ends up after deletion with change tracking seems
> like a minor detail, as it doesn't affect the behavior, unlike when change
> tracking is disabled. I can accept either decision, but can't establish what
> would be the choice.

I am not claiming to be a LibreOffice UX expert. But I do think the current
behaviour is unnecessarily complicated.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111778] Standard filter dialog window is not re sizable and don' t adapt to the content width

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111778

raal  changed:

   What|Removed |Added

   Keywords||bibisected, bisected
 CC||caol...@redhat.com

--- Comment #8 from raal  ---

author  Caolán McNamara 2016-07-13 19:09:41 (GMT)
committer   Caolán McNamara 2016-07-13 19:10:46
(GMT)
commit  595c049afe0aff08ec350100bda5a2528f660a8e (patch)
treef698068192502689920b29a0174f5aebeb845f6c
parent  87c7d2902f419041b76bb7b5af8e38d5acbac733 (diff)
Resolves: tdf#98240 limit width of widgets of standard filter
and make the dialog non-resizeable because the ancient
core impl can only have 4 rows visible at a time

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111828] Always have ‘Record Macro’ available in the menu

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111828

--- Comment #13 from Michael Meeks  ---
> This would enable any issues (i.e. problems) to be collected (i.e. bug
> reports).

These can be easily collected now by those turning it on in experimental mode.
Ultimately, the problem here is not one of collecting bug reports - but of
fixing them.

> As there are more automated processes in LibreOffice, the quality of
> the issues collected should be better too.

I don't think any of our automation targets macro recording & replay; there
are/were a very large number of known problems in this area that we simply have
no man-power to fix. As such - the feature is experimental; no guarentees.
Fixing the bugs will not happen any faster if it is non-experimental.

=> I'd say 'wontfix' - this is disabled by design.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111842] Strange behavior when editing measurement fields within Draw

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111842

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
  Component|Extensions  |Draw
   Hardware|All |x86-64 (AMD64)
 Ever confirmed|0   |1
 OS|All |Windows (All)

--- Comment #3 from Jean-Baptiste Faure  ---
Thank you for the detailed step by step description. Some more questions:
- How do you activate the thousand separator? Even setting the locale to
English(USA) and the default language for document to English (USA), I do not
have thousand separator.
- Which font is used in the user interface?
- Is there a reason to set the component to Extensions in this bug tracker
instead of Draw, or is it only a typing error?

Set status to NEEDINFO, please set it back to UNCONFIRMED once requested
informations are provided.

Best regards. JBF

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111840] Show ‘Form Control =?UTF-8?Q?=20?=> ’ as the last item in the Insert menus

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111840

Adolfo Jayme  changed:

   What|Removed |Added

   Priority|medium  |low
   Severity|enhancement |minor

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107090] Text is poorly rendered to presentation mode canvas with Default UI render and "Use hardware acceleration" enabled ( OpenGL and CPU only rendering is correct)

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107090

--- Comment #17 from Michael Meeks  ---
Arguably we should drop the alternative / direct-x acceleration, and just use
OGL acceleration here via. the VCL canvas backend but ... ;-) controversial of
course.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111778] Standard filter dialog window is not re sizable and don' t adapt to the content width

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111778

raal  changed:

   What|Removed |Added

   Keywords||regression
 Status|REOPENED|NEW

--- Comment #7 from raal  ---
Confirm the regression.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111778] Standard filter dialog window is not re sizable and don' t adapt to the content width

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111778

raal  changed:

   What|Removed |Added

 OS|Linux (All) |All

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111931] New: Android: Writer - Unable to insert image into file

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111931

Bug ID: 111931
   Summary: Android: Writer - Unable to insert image into file
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Android Viewer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: r...@post.cz

Description:
follow-up of bug 95607
Inserting pictures in android was fixed with
https://gerrit.libreoffice.org/#/c/41150/
It works except for Writer, see commit descriptions: Added ability to insert
pictures to Android Viewer. You can take photo or select photo from device or
the cloud (Google photos, Dropbox). You can also compress the picture before
inserting it with multiple compress grades. So far, inserting doesn't work for
Writer due LO native library issues (I think).
This bug is about missing support for Writer.


Steps to Reproduce:
insert picture in Writer

Actual Results:  
unable to insert picture in Writer

Expected Results:
able to insert picture in Writer


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:55.0) Gecko/20100101
Firefox/55.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111923] Residual Effects

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111923

--- Comment #7 from Jean-Baptiste Faure  ---
(In reply to Darrell from comment #6)
> Comment added by request. If I turn off hardware acceleration and no OpenGL,
> the shaded text box is opaque and choppy during transition. No residual
> effects.

Thank you for the test file. Not reproducible for me under Linux / Ubuntu (LO
5.4 and current master).
Please, as suggested in comment #3, could you check if view is correct with
OpenGL enabled and hardware acceleration disabled ?

Set status to NEEDINFO, please set it back to UNCONFIRMED once requested
informations are provided.

Thank you very much for your help.
Best regards. JBF

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95607] Android: Unable to insert image into file

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95607

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
   Assignee|libreoffice-b...@lists.free |uzno...@yahoo.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111928] [META] Quickstarter-related issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

--- Comment #1 from Adolfo Jayme  ---
Aren’t we going overboard with the metabugs? Besides, the Quickstarter is in
the verge of being nuked, so… Just sayin’

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: qadevOOo/Jar_OOoRunner.mk qadevOOo/objdsc qadevOOo/tests

2017-08-20 Thread Jens Carl
 qadevOOo/Jar_OOoRunner.mk   |1 
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableSheetObj.csv |   10 
 qadevOOo/tests/java/ifc/sheet/_XPrintAreas.java |  150 
--
 3 files changed, 161 deletions(-)

New commits:
commit 76da9aea1c956a4febfd530a5a53e820c1440734
Author: Jens Carl 
Date:   Sun Aug 20 06:56:17 2017 +

tdf#45904 Remove/disable obsolete _XPrintAreas Java tests

The _XPrintAreas test are already written in C++ since commit
b9337e22ce1dbf2eba0e8c8db294ae99f4111f91.

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

diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index 05cc3458436b..c777ff48ee76 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -615,7 +615,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
 qadevOOo/tests/java/ifc/sheet/_XLabelRanges \
 qadevOOo/tests/java/ifc/sheet/_XMultipleOperation \
 qadevOOo/tests/java/ifc/sheet/_XNamedRanges \
-qadevOOo/tests/java/ifc/sheet/_XPrintAreas \
 qadevOOo/tests/java/ifc/sheet/_XRangeSelection \
 qadevOOo/tests/java/ifc/sheet/_XRecentFunctions \
 qadevOOo/tests/java/ifc/sheet/_XScenario \
diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableSheetObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableSheetObj.csv
index 1504f50f7f9e..ce12322be8e2 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableSheetObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableSheetObj.csv
@@ -150,16 +150,6 @@
 "ScTableSheetObj";"com::sun::star::sheet::Spreadsheet";"IsVisible"
 "ScTableSheetObj";"com::sun::star::sheet::Spreadsheet";"PageStyle"
 
"ScTableSheetObj";"com::sun::star::sheet::Spreadsheet";"AutomaticPrintArea#optional"
-"ScTableSheetObj";"com::sun::star::sheet::XPrintAreas";"getPrintAreas()"
-"ScTableSheetObj";"com::sun::star::sheet::XPrintAreas";"setPrintAreas()"
-"ScTableSheetObj";"com::sun::star::sheet::XPrintAreas";"getPrintTitleColumns()"
-"ScTableSheetObj";"com::sun::star::sheet::XPrintAreas";"setPrintTitleColumns()"
-"ScTableSheetObj";"com::sun::star::sheet::XPrintAreas";"getTitleColumns()"
-"ScTableSheetObj";"com::sun::star::sheet::XPrintAreas";"setTitleColumns()"
-"ScTableSheetObj";"com::sun::star::sheet::XPrintAreas";"getPrintTitleRows()"
-"ScTableSheetObj";"com::sun::star::sheet::XPrintAreas";"setPrintTitleRows()"
-"ScTableSheetObj";"com::sun::star::sheet::XPrintAreas";"getTitleRows()"
-"ScTableSheetObj";"com::sun::star::sheet::XPrintAreas";"setTitleRows()"
 
"ScTableSheetObj";"com::sun::star::sheet::XSheetAnnotationsSupplier";"getAnnotations()"
 "ScTableSheetObj";"com::sun::star::table::XTableChartsSupplier";"getCharts()"
 
"ScTableSheetObj";"com::sun::star::sheet::XCellRangesQuery";"queryVisibleCells()"
diff --git a/qadevOOo/tests/java/ifc/sheet/_XPrintAreas.java 
b/qadevOOo/tests/java/ifc/sheet/_XPrintAreas.java
deleted file mode 100644
index 476479edaecf..
--- a/qadevOOo/tests/java/ifc/sheet/_XPrintAreas.java
+++ /dev/null
@@ -1,150 +0,0 @@
-/*
- * 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 file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-package ifc.sheet;
-
-import com.sun.star.sheet.XPrintAreas;
-import com.sun.star.table.CellRangeAddress;
-import lib.MultiMethodTest;
-import lib.Status;
-import lib.StatusException;
-import util.ValueComparer;
-
-/**
- *
- */
-public class _XPrintAreas extends MultiMethodTest {
-public XPrintAreas oObj = null;
-CellRangeAddress address = null;
-CellRangeAddress subaddress = null;
-CellRangeAddress titleColumns;
-CellRangeAddress titleRows;
-
-@Override
-public void before() {
-address = (CellRangeAddress)tEnv.getObjRelation("CellRangeAddress");
-subaddress = 
(CellRangeAddress)tEnv.getObjRelation("CellRangeSubAddress");
-if (address == null)
-throw new StatusException(Status.failed("Object relation 
CellRangeAddress not found"));
-if (subaddress == null)
-throw new StatusException(Status.failed("Object 

[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #49 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=76da9aea1c956a4febfd530a5a53e820c1440734

tdf#45904 Remove/disable obsolete _XPrintAreas Java tests

It will be available in 6.0.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: qadevOOo/Jar_OOoRunner.mk qadevOOo/objdsc qadevOOo/tests

2017-08-20 Thread Jens Carl
 qadevOOo/Jar_OOoRunner.mk   |1 
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScNamedRangeObj.csv |6 
 qadevOOo/tests/java/ifc/sheet/_XNamedRange.java |  201 
--
 3 files changed, 208 deletions(-)

New commits:
commit 557ad5279a29aa89101286dd76fcc669ac4548b9
Author: Jens Carl 
Date:   Sun Aug 20 06:26:57 2017 +

tdf#45904 Remove/disable obsolete _XNamedRange tests

The _XNamedRange tests are already written in C++ since commit
b9337e22ce1dbf2eba0e8c8db294ae99f4111f91.

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

diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index dbf725e84c1f..05cc3458436b 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -614,7 +614,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
 qadevOOo/tests/java/ifc/sheet/_XLabelRange \
 qadevOOo/tests/java/ifc/sheet/_XLabelRanges \
 qadevOOo/tests/java/ifc/sheet/_XMultipleOperation \
-qadevOOo/tests/java/ifc/sheet/_XNamedRange \
 qadevOOo/tests/java/ifc/sheet/_XNamedRanges \
 qadevOOo/tests/java/ifc/sheet/_XPrintAreas \
 qadevOOo/tests/java/ifc/sheet/_XRangeSelection \
diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScNamedRangeObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScNamedRangeObj.csv
index 98e1beeccd8a..a022a86eb032 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScNamedRangeObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScNamedRangeObj.csv
@@ -1,9 +1,3 @@
 
"ScNamedRangeObj";"com::sun::star::sheet::XCellRangeReferrer";"getReferredCells()"
 "ScNamedRangeObj";"com::sun::star::container::XNamed";"getName()"
 "ScNamedRangeObj";"com::sun::star::container::XNamed";"setName()"
-"ScNamedRangeObj";"com::sun::star::sheet::XNamedRange";"getContent()"
-"ScNamedRangeObj";"com::sun::star::sheet::XNamedRange";"setContent()"
-"ScNamedRangeObj";"com::sun::star::sheet::XNamedRange";"getReferencePosition()"
-"ScNamedRangeObj";"com::sun::star::sheet::XNamedRange";"setReferencePosition()"
-"ScNamedRangeObj";"com::sun::star::sheet::XNamedRange";"getType()"
-"ScNamedRangeObj";"com::sun::star::sheet::XNamedRange";"setType()"
diff --git a/qadevOOo/tests/java/ifc/sheet/_XNamedRange.java 
b/qadevOOo/tests/java/ifc/sheet/_XNamedRange.java
deleted file mode 100644
index 110a0b03f6bd..
--- a/qadevOOo/tests/java/ifc/sheet/_XNamedRange.java
+++ /dev/null
@@ -1,201 +0,0 @@
-/*
- * 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 file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-package ifc.sheet;
-
-import java.util.Random;
-import java.util.StringTokenizer;
-
-import lib.MultiMethodTest;
-
-import com.sun.star.sheet.NamedRangeFlag;
-import com.sun.star.sheet.XNamedRange;
-import com.sun.star.table.CellAddress;
-
-/**
-* Testing com.sun.star.sheet.XNamedRange
-* interface methods :
-* 
-*   getContent()
-*   setContent()
-*   getReferencePosition()
-*   setReferencePosition()
-*   getType()
-*   setType()
-*  
-* After test completion object environment has to be recreated.
-* @see com.sun.star.sheet.XNamedRange
-*/
-public class _XNamedRange extends MultiMethodTest {
-
-public XNamedRange oObj = null;
-String sContent = "";
-int type = 0;
-CellAddress CA = null;
-
-/**
-* Test calls the method and compares returned value to value that was set
-* by method setContent(). 
-* Has  OK  status if values are equal. 
-* The following method tests are to be completed successfully before :
-* 
-*setContent()  : to have current content 
-* 
-*/
-public void _getContent() {
-requiredMethod("setContent()");
-String content = oObj.getContent();
-log.println("Returned content is \"" + content + "\"");
-boolean bResult = content.equals(sContent);
-tRes.tested("getContent()", bResult);
-}
-
-/**
-* Test creates and stores random content and calls the method. 
-* Has  OK  status if the method successfully returns. 
-*/
-

[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #48 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=557ad5279a29aa89101286dd76fcc669ac4548b9

tdf#45904 Remove/disable obsolete _XNamedRange tests

It will be available in 6.0.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: onlineupdate/Executable_updater.mk

2017-08-20 Thread Markus Mohrhard
 onlineupdate/Executable_updater.mk |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 5b517e43e21885bb0cf4342865d70218b2298ec8
Author: Markus Mohrhard 
Date:   Mon Aug 21 03:58:19 2017 +0200

updater: set executable type GUI for updater.exe

Change-Id: I795cbd8634a3afe219db033ce40f833af0eee44a

diff --git a/onlineupdate/Executable_updater.mk 
b/onlineupdate/Executable_updater.mk
index 754fc9e898d5..a717f2f8aa3c 100644
--- a/onlineupdate/Executable_updater.mk
+++ b/onlineupdate/Executable_updater.mk
@@ -40,6 +40,14 @@ $(eval $(call gb_Executable_add_libs,updater,\
Crypt32.lib \
 ))
 
+$(eval $(call gb_Executable_set_targettype_gui,updater,YES))
+
+$(eval $(call gb_Executable_add_nativeres,updater,updaterres))
+
+$(eval $(call gb_Executable_add_ldflags,updater,\
+   /ENTRY:wmainCRTStartup \
+))
+
 $(eval $(call gb_Executable_add_defs,updater,\
-DVERIFY_MAR_SIGNATURE \
-DUNICODE \
@@ -80,6 +88,4 @@ $(eval $(call gb_Executable_add_exception_objects,updater,\
onlineupdate/source/update/updater/win_dirent )\
 ))
 
-$(eval $(call gb_Executable_add_nativeres,updater,updaterres))
-
 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111930] New: A form created by Wizard with 1: 1-subform contains input fields with wrong sizes

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111930

Bug ID: 111930
   Summary: A form created by Wizard with 1:1-subform contains
input fields with wrong sizes
   Product: LibreOffice
   Version: 5.2.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: yanes...@gmail.com

When I create an input form with a sub-form (1:1 relationship) embedded, the
input fields have different, but apparently horribly wrong size settings. E.g.
the associated database column has 250 characters, the input field stops at 50,
while with other colums set to the length of 100 the input field is limited to
5 characters.

Storage backend: MySQL (connected directly with libreoffice-mysql-connector
from Debian Stretch 1.0.2+LibO5.2.7-1).

It's difficult matter, please give a hint on how to supply material for
debugging purposes.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-08-20 Thread Ashod Nakashian
Hi Michael,

On Fri, Aug 18, 2017 at 6:32 AM, Michael Stahl  wrote:

> On 17.08.2017 17:10, Ashod Nakashian wrote:
> > Hi Thorsten,
> >
> > On Wed, Aug 16, 2017 at 5:22 AM, Thorsten Behrens  > > wrote:
> >
> > Miklos Vajna wrote:
> > > The idea is that per-paragraph signature should be non-chained,
> similar
> > > to per-document signatures, so the Writer field(s) representing the
> > > signature(s) should be filtered out before hashing, but otherwise
> this
> > > just takes the paragraph text as-is. (My understanding is that ODF
> > > specifies what is the exact paragraph string for a 
> element.)
> > >
> > Hi Miklos,
> >
> > ok - as long as that could be described (or pseudo code given),
> > that'll do I guess. Just be aware that text:p can still be quite
> > complex in xml, with whitespace mangling & all sorts of child
> elements
> > (see paragraph-content-or-hyperlink / paragraph-content in the
> > schema).
> >
> >
> > The code currently in master was a temporary first step. The logic I
> > currently have locally ready to push soon is to only use Text portions.
> >
> > Roughly as follows:
> >
> >   OUStringBuffer strBuf;
> >   for (auto& portion : paragraphTextPortions) {
> >   if (portion.TextPortionType == "Text")
> >   strBuf.append(portion.Text);
> >   }
> >   sign(strBuf.makeStringAndClear());
> >
> > I expect this should exclude any unwanted fields/characters/LO-specific
> > conversions etc.
> >
> > Let me know if there are concerns with this approach.
>
> there are some other portions that, depending on what you want to do,
> could be interpreted as containing text:
>
>
Thanks, I think these should be considered for inclusion. Currently I'm
excluding anything that isn't TextPortionType=="Text", so it's limited
coverage.


>
> there are various other functions to get "cleaned up" text from a
> paragraph, such as SwTextNode::GetExpandText() and class
> ModelToViewHelper but i'm not even sure why there are several different
> ones and when to use which one.
>
>
These don't seem to give us what we need, and I couldn't find an
obvious/easy way to extend them. GetExpandText uses ModelToViewHelper, so I
tried using ModelToViewHelper with Replace but (though it should've worked)
since it depends on the hints to be up-to-date, it's failing (at least in
some scenarios hints are empty, which means it returns the display text as
default, which includes all fields).

For now I have a small helper (sadly, which adds yet another way of getting
"cleaned up" text) that uses the UNO API to enumerate the text portions of
the current TextNode and constructs the text to be signed per the above
pseudo-code. Ideally we'll convert that to internal API and extend
ModelToViewHelper with a new flag/enum to return signable text. Hopefully
I'll get to it once I reach a stable milestone.

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


[Libreoffice-bugs] [Bug 107166] Text is invisible, both in UI and in editor on update to 5.3.2, older AMD and Intel GPUs

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107166

--- Comment #168 from Piter Sadroc  ---
Created attachment 135682
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135682=edit
zero byte debug

h ... it seems your system won't allow me to send zero byte sized files. So
I've done a screen grab of the folder in which I've put the debug files..

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107166] Text is invisible, both in UI and in editor on update to 5.3.2, older AMD and Intel GPUs

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107166

--- Comment #167 from Piter Sadroc  ---
Hmmm I also tried this... 3 different ways and each time the debug.txt
comes in at 0 bytes... 

However, and this may help, the first time I installed the Dev version, I
didn't read the instructions closely enough and launched the Dev version
directly (i.e. prior to executing steps 4 and 5 of the instructions so kindly
provided)and my neat little System Explorer tool showed that suddenly the CPU
was in overdrive...well suddenly shot to 63% usage and the .exe that was
causing it was, I believe CCC.exe- Catalyst...

But replicating it has been difficult. I uninstalled LODev, rebooted,
re-installed, but couldn't get it to replicate the frenetic activity again.
Even by bypassing the instructions given... so I followed your instructions and
have included the 3 versions of zero byte sized debug files, note timestamps.

And you're right, LODev 6 still refuses to show text
Piter

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-08-20 Thread Markus Mohrhard
 fpicker/source/office/RemoteFilesDialog.cxx |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 893298e777decac8671fa24b3083357f31a924eb
Author: Markus Mohrhard 
Date:   Mon Jul 31 02:22:54 2017 +0200

avoid out of bounds access

Change-Id: I4c7ddf2fcabc231b7250306b4a9255fab1a9ef7c

diff --git a/fpicker/source/office/RemoteFilesDialog.cxx 
b/fpicker/source/office/RemoteFilesDialog.cxx
index ca37b71c8c15..df8e1282e415 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -529,9 +529,10 @@ int RemoteFilesDialog::GetSelectedServicePos()
 if( m_aServices.empty() )
 return -1;
 
-while( nPos < ( int )m_aServices.size() )
+int nServices = static_cast(m_aServices.size());
+while( nPos < nServices )
 {
-while( m_aServices[nPos]->IsLocal() )
+while( (nPos < nServices) && m_aServices[nPos]->IsLocal() )
 nPos++;
 i++;
 if( i == nSelected )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: scp2/source solenv/bin

2017-08-20 Thread Markus Mohrhard
 scp2/source/ooo/common_brand.scp|9 +
 solenv/bin/modules/installer/scriptitems.pm |   21 +
 2 files changed, 30 insertions(+)

New commits:
commit ad21f8ec355dd356bdfe72c67ebf3c4c5cf3f235
Author: Markus Mohrhard 
Date:   Mon Aug 21 03:10:33 2017 +0200

updater: also write channel to version.ini outside of instdir

Change-Id: Ibb087fc9cd17e50accf78f805e0fec4f202334b1

diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index e39a65e19ef1..1eef7833f2d0 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -565,6 +565,15 @@ ProfileItem gid_Brand_Profileitem_Version_Updateurl
   #endif
 End
 
+ProfileItem gid_Brand_Profileitem_Version_UpdateChannel
+ProfileID = gid_Brand_Profile_Version_Ini;
+ModuleID = gid_Module_Root_Brand;
+Section = "Version";
+Order = 19;
+Key = "UpdateChannel";
+Value = "";
+End
+
 ProfileItem gid_Brand_Profileitem_Version_Updateid
 ProfileID = gid_Brand_Profile_Version_Ini;
 ModuleID = gid_Module_Root_Brand;
diff --git a/solenv/bin/modules/installer/scriptitems.pm 
b/solenv/bin/modules/installer/scriptitems.pm
index 58ca3fe7c5af..98b41f7b484a 100644
--- a/solenv/bin/modules/installer/scriptitems.pm
+++ b/solenv/bin/modules/installer/scriptitems.pm
@@ -656,6 +656,26 @@ sub replace_setup_variables
 my $updateid = $productname . "_" . $libo_version_major . "_" . 
$$languagestringref;
 $updateid =~ s/ /_/g;
 
+my $updatechannel = "";
+if ( $ENV{'UPDATE_CONFIG'} && $ENV{'UPDATE_CONFIG'} ne "")
+{
+open(CONFIG, $ENV{'UPDATE_CONFIG'});
+while ()
+{
+chomp;
+if (/^s*(\S+)=(\S+)$/)
+{
+$key = $1;
+$val = $2;
+if ($key eq "channel")
+{
+$updatechannel = $val;
+}
+}
+}
+close(CONFIG);
+}
+
 for ( my $i = 0; $i <= $#{$itemsarrayref}; $i++ )
 {
 my $oneitem = ${$itemsarrayref}[$i];
@@ -669,6 +689,7 @@ sub replace_setup_variables
 $value =~ s/\/$languagesstring/;
 $value =~ s/\/$installer::globals::build/;
 $value =~ s/\/$updateid/;
+$value =~ s/\/$updatechannel/;
 $value =~ s/\/$installer::globals::packageformat/;
 $ENV{'OOO_VENDOR'} = "" if !defined $ENV{'OOO_VENDOR'};
 $value =~ s/\/$ENV{'OOO_VENDOR'}/;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 83946] [META] Tracking changes issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83946

Aron Budea  changed:

   What|Removed |Added

 Depends on||109272


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109272
[Bug 109272] Wrong cursor position when deleting a selection in Show Changes
mode
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109272] Wrong cursor position when deleting a selection in Show Changes mode

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109272

Aron Budea  changed:

   What|Removed |Added

 Blocks||83946


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83946
[Bug 83946] [META] Tracking changes issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109272] Wrong cursor position when deleting a selection in Show Changes mode

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109272

Aron Budea  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All

--- Comment #8 from Aron Budea  ---
To me where the cursor ends up after deletion with change tracking seems like a
minor detail, as it doesn't affect the behavior, unlike when change tracking is
disabled. I can accept either decision, but can't establish what would be the
choice.

I checked Word for reference, there deleting selection with change tracking is
according to your expectation: depends on whether the key was backspace/delete.
Do we want to behave the same way as Word?

There seems to be another interesting (unrelated) difference in how change
tracking works in Word: if you have part of a word selected, and start typing
(thus replace the selected part), then Word replaces the whole word with your
typing and the unchanged part, not only the selection.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111929] Base: firebird plugin does not come up

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111929

--- Comment #1 from mhonline  ---
btw
Although not clearly explained somewhere (in the Wiki?), the concept of
fbclient - firebird-sdbcio - firebird/Engine12 - seems to be understandable -
when using this inside of LO only. 
However, regarding the weakness of FB within LO at actual, I intend to use(and
manipulate)  the same .fbk from within LO and with other tools from the
outside. But there seems to be no concept within LO how this can be done, how
to use LO as a real frontend. pls put more infos on the wiki. thanks.

m.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111842] Strange behavior when editing measurement fields within Draw

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111842

Kevin Holloway  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111842] Strange behavior when editing measurement fields within Draw

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111842

--- Comment #2 from Kevin Holloway  ---
Step by step:

1. Open a new LibreOffice Draw document.

2. Add a rectangle.  After you have created this, make sure it is selected.

3. In the properties of the rectangle, under "Position and Size", there are
four measurements: Horizontal, Vertical, Width and Height. (I have to scroll to
the bottom of the properties to see these).

4.  Highlight the "Width" field and remove its contents.  (I.e., click on the
"Width" field, enter ctrl-A, and then press backspace.  This will clear out the
width field. The cursor will remain in the "Width" field.

5.  Press the "1" key, and wait.  The field will change to "1.00 mm" with
cursor between the 1 and the decimal digit.  

6.  Press "2" and then "3".  The field will change to "123.00 mm" with the
cursor between the 3 and the decimal digit.  So far, everything is correct.

7.  Press "4" and wait.  The field will change to "1,234.00 mm" but the cursor
is between the 3 and 4.  I.e., "1,23|4.00" where | is the cursor.  This is not
right.  The cursor should be between the 4 and the decimal point.

The problem occurs because the thousands separator (the comma) is being added,
automatically, and changing the position of the cursor in the process.  The
same problem occurs when a thousands separator is automatically removed.

Consider the following.  Assume I want to enter 1236, but entered 1234 by
mistake.  The normal correction would be "backspace" (to remove the last
entered digit, the 4) and then the correct digit, 6.  But, in Draw the
following happens:

a) I enter 1234.  The width field shows "1,23|4.00 mm" (where | is the cursor).
b) Press backspace.  The 3 is removed.
c) Press 6, and the width field shows "1,26|4.00 mm".

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111929] New: Base: firebird plugin does not come up

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111929

Bug ID: 111929
   Summary: Base: firebird plugin does not come up
   Product: LibreOffice
   Version: 5.4.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mh...@gmx.net

Created attachment 135681
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135681=edit
engine12 failed to start

Well, I know, that firebird is at actual weak, uncomplet and not for wor work,
however, the server-engine needs to start allways, not unreproducable casewise.
At actual I hace a firebird-odb, which can not be used, because the
firebird/Engine12-plugin does not start (btw: whre is the plugin-manager of the
old days?)
At actual, the file is treaten as broken and "repair" will result in LO-crash.
pls see attached file

martin

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89589] Change the size and position of the window display presentation.

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89589

--- Comment #5 from Andrey  ---
I have no such links. But if you need I can create a program that demonstrates
that PowerPoint allows you to resize the demo window and its location, and
Impress blocks this possibility and immediately resets the coordinate change to
0.0. However, the developers Impress, you know exactly about this reaction! So
it is not necessary to explain the behavior of Impress to them.

Thank you for not forgetting my request, although for a very long time she was
not paying attention.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-08-20 Thread Markus Mohrhard
 desktop/source/app/updater.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bfd8a4e22fe584939f67b64c9c9495a466b16576
Author: Markus Mohrhard 
Date:   Mon Aug 21 00:54:07 2017 +0200

updater: looser throw specification for what() of exception

Change-Id: Ia73dea0cb845e1fb9a743157bbeadbcfeb1d3627

diff --git a/desktop/source/app/updater.cxx b/desktop/source/app/updater.cxx
index 86e7a473783b..7402d051e313 100644
--- a/desktop/source/app/updater.cxx
+++ b/desktop/source/app/updater.cxx
@@ -56,7 +56,7 @@ public:
 {
 }
 
-virtual const char* what() const override
+virtual const char* what() const  throw() override
 {
 return maStr.getStr();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 63745] FILEOPEN/FILESAVE extremely slow on large sheets

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63745

--- Comment #16 from Aron Budea  ---
(In reply to mitchfx from comment #15)
> The spreadsheets I use do have a lot of data in them. Only 1 sheet but
> greater than 60,000 rows in 6 columns. And 3 charts showing 1 column of data
> each.
> 
> I would look at what was added between Calc 5.3.5.2 and Calc 5.4.0.3 to see
> what code causes the 5.4.0.3 to be so slow that it is unusable.

Please open a new bug report with a sample spreadsheet.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98067] Menu bar and right tool bar are invisible, but functional in high-contrast-mode/theme

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98067

--- Comment #11 from Martin Lemburg  ---
Created attachment 135680
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135680=edit
Screenshot of the about dialog documenting the LibreOffice version

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98067] Menu bar and right tool bar are invisible, but functional in high-contrast-mode/theme

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98067

--- Comment #10 from Martin Lemburg  ---
Created attachment 135679
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135679=edit
Screenshot of the menu bar with selected and opened sub menu

A screenshot showing the coloring of an opened sub menu right below the menu
bar.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98067] Menu bar and right tool bar are invisible, but functional in high-contrast-mode/theme

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98067

Martin Lemburg  changed:

   What|Removed |Added

 CC||martin.lemb...@gmx.net

--- Comment #9 from Martin Lemburg  ---
Created attachment 135678
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135678=edit
Screenshot of the LibreOffice Writer version 5.4.0.3

Thanks for the advise to test again.

I tested on Win10Pro (high-contrast-mode enabled) with LibreOffice 5.4.0.3 and

The menu is still black, active sub menus are black on violet.
The toolbar on the right is black, too.

Two screenshots will follow as attachments.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111779] Rulers ignore padding ("Spacing to Contents")

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111779

--- Comment #2 from Lenge  ---
(In reply to V Stuart Foote from comment #1)
> [...] The ruler is more commonly useful to adjust layout of the objects
> _including_ the padding. Measuring/fitting the width of just the text,
> or image, or fill is the secondary use case [...]
Fully disagree in every respect.
However, having that said ...

> Could see some use to a toggle, but not as default behavior.
... a toggle switch is still a good idea and would probably satisfy everyone,
provided that the switch can be set *permanently* so that it effectively
becomes the default behavior for new documents.

> Don't seem much value to this, NAB so -> Enhancement at best
Without this being fixed, the proposed solution to bug 33041 is severely
impaired and no more practical.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 111779] Rulers ignore padding ("Spacing to Contents")

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111779

--- Comment #2 from Lenge  ---
(In reply to V Stuart Foote from comment #1)
> [...] The ruler is more commonly useful to adjust layout of the objects
> _including_ the padding. Measuring/fitting the width of just the text,
> or image, or fill is the secondary use case [...]
Fully disagree in every respect.
However, having that said ...

> Could see some use to a toggle, but not as default behavior.
... a toggle switch is still a good idea and would probably satisfy everyone,
provided that the switch can be set *permanently* so that it effectively
becomes the default behavior for new documents.

> Don't seem much value to this, NAB so -> Enhancement at best
Without this being fixed, the proposed solution to bug 33041 is severely
impaired and no more practical.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-ux-advise] [Bug 111775] Default list of favourite special characters

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111775

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 Status|ASSIGNED|RESOLVED
 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 107129] Notebookbar: Priority-x feature doesnt work correctly when resizing the window larger

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107129

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com

--- Comment #3 from andreas_k  ---
Szymon can you please describe what I have to do to use the priority-x feature?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 111775] Default list of favourite special characters

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111775

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.0.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-ux-advise] [Bug 111775] Default list of favourite special characters

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111775

--- Comment #5 from Commit Notification 
 ---
Akshay Deep committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=fc096827ea9fee79c27e07db040c6aed2b5d9ffd

tdf#111775 - Default list of favourite special characters

It will be available in 6.0.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-commits] core.git: officecfg/registry

2017-08-20 Thread Akshay Deep
 officecfg/registry/schema/org/openoffice/Office/Common.xcs |   30 -
 1 file changed, 28 insertions(+), 2 deletions(-)

New commits:
commit fc096827ea9fee79c27e07db040c6aed2b5d9ffd
Author: Akshay Deep 
Date:   Sun Aug 20 04:09:50 2017 +

tdf#111775 - Default list of favourite special characters

Change-Id: I530c772d5b885132d38c168de66de923703f4b9f
Reviewed-on: https://gerrit.libreoffice.org/41342
Tested-by: Jenkins 
Reviewed-by: Akshay Deep 

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 054f34ea0241..68c37e77f98a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3425,13 +3425,39 @@
 
   List of Favorite characters
 
-
+  
+  ₠
+  ¥
+  £
+  ₪
+  Φ
+  Σ
+  Ψ
+  Ω
+  ∞
+  😃
+  †
+  ‡
+
   
   
 
   List of Favorite character font
 
-
+
+  Liberation Serif
+  Liberation Serif
+  Liberation Serif
+  Liberation Serif
+  Liberation Serif
+  Liberation Serif
+  Liberation Serif
+  Liberation Serif
+  Liberation Serif
+  Liberation Serif
+  Liberation Serif
+  Liberation Serif
+
   
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 103238] [META] Customize dialog bugs and enhancements

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103238
Bug 103238 depends on bug 63966, which changed state.

Bug 63966 Summary: Search feature in Customize Keyboard dialog
https://bugs.documentfoundation.org/show_bug.cgi?id=63966

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63966] Search feature in Customize Keyboard dialog

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63966

Muhammet Kara  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |muhammet.k...@pardus.org.tr
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95607] Android: Unable to insert image into file

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95607

Ximeng Zu  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Ximeng Zu  ---
fixed with
https://gerrit.libreoffice.org/#/c/41150/

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107685] add a registry value to configure Quickstart feature

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107685

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111928


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111928] [META] Quickstarter-related issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||107685


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107685
[Bug 107685] add a registry value to configure Quickstart feature
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111928] [META] Quickstarter-related issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||76509


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=76509
[Bug 76509] add check for updates item to QuickStarter right click menu
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 76509] add check for updates item to QuickStarter right click menu

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76509

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111928


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111928] [META] Quickstarter-related issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||53437


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=53437
[Bug 53437] : Add Recent Document List to Quickstarter Options
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53437] : Add Recent Document List to Quickstarter Options

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53437

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111928


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 60937] CONFIGURATION: Quickstarter opens Template Manager

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60937

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111928


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-related issues
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 111928] [META] Quickstarter-related issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||60937


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=60937
[Bug 60937] CONFIGURATION: Quickstarter opens Template Manager
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60937] CONFIGURATION: Quickstarter opens Template Manager

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60937

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111928


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111928] [META] Quickstarter-related issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||101381


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101381
[Bug 101381] KDE integration / Quickstart not working
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108483] Only 1 file can be opened at once using quickstarter

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108483

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111928


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101381] KDE integration / Quickstart not working

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101381

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111928


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111928] [META] Quickstarter-related issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||108483


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108483
[Bug 108483] Only 1 file can be opened at once using quickstarter
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111928] [META] Quickstarter-related issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||71464


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71464
[Bug 71464] Quickstarter configuration affects all installed versions
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 71464] Quickstarter configuration affects all installed versions

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71464

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111928


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111928] [META] Quickstarter-related issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||72243


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=72243
[Bug 72243] quickstarter in kde problem
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 72243] quickstarter in kde problem

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72243

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111928


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111928] [META] Quickstarter-related issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||35568


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=35568
[Bug 35568] QuickStarter setting not remembered after upgrade (win only)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35568] QuickStarter setting not remembered after upgrade (win only)

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35568

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111928


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 81000] QuickStarter won' t load on Linux Mint KDE when libreoffice-kde package installed.

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81000

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||111928


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111928] [META] Quickstarter-related issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||81000


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=81000
[Bug 81000] QuickStarter won't load on Linux Mint KDE when libreoffice-kde
package installed.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111902] GTK+ 3 drop-down list buttons are too big (gtk3) -> see screenshots

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111902

--- Comment #14 from Gerry  ---
(In reply to Caolán McNamara from comment #9)
> Too big vs what ? Too big vs gtk2 isn't a bug as such, too big vs native
> gtk3 would be a bug, so the issue is the drop down button area is larger
> than those of a native gtk3 application ?

Thanks Caolán for looking into this bug. IMHO, the buttons are too big in
following ways:

(1) They look too big, I mean unesthetically big (please look at the
screenshot)
(2) As far as I see, they are also bigger than in some other GTK3 applications.
Please see this glade screenshot:
https://glade.gnome.org/images/glade-main-page.png They seem to be
substantially narrower here.
(3) They are certainly much bigger than in gtk2. (if you compare both
screenshots).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111928] [META] Quickstarter-related issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

Thomas Lendo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
  Alias||Quickstarter

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111923] Residual Effects

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111923

Darrell  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #6 from Darrell  ---
Comment added by request. If I turn off hardware acceleration and no OpenGL,
the shaded text box is opaque and choppy during transition. No residual
effects.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111928] New: [META] Quickstarter-related issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111928

Bug ID: 111928
   Summary: [META] Quickstarter-related issues
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thomas.le...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - apache-commons/java connectivity/java connectivity/prj connectivity/target.pmk dbaccess/source postprocess/packcomponents postprocess/packregistry

2017-08-20 Thread Damjan Jovanovic
 apache-commons/java/lang/makefile.mk   
 |4 
 connectivity/java/sdbc_postgresql/build.xml
 |  249 ++
 connectivity/java/sdbc_postgresql/makefile.mk  
 |   50 
 connectivity/java/sdbc_postgresql/postgresql.component 
 |   30 
 connectivity/java/sdbc_postgresql/sdbc_postgresql.xcu  
 |   71 
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlCatalog.java
 |   90 
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlConnection.java
  |  198 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlDatabaseMetadata.java
|  752 ++
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlDriver.java
  |  199 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlPreparedStatement.java
   |  348 +++
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlResultSet.java
   |  495 
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlResultSetMetaData.java
   |  127 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlStatement.java
   |  188 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlTable.java
   |  125 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/PostgresqlTables.java
  |  151 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/comphelper/CompHelper.java
 |   74 
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/comphelper/OArrayEnumeration.java
  |   55 
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/comphelper/OEnumerationByIndex.java
|  118 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/comphelper/OEnumerationByName.java
 |  116 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/comphelper/PropertySet.java
|  160 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/comphelper/PropertySetAdapter.java
 |  411 +++
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/ISQLStatementHelper.java
 |   28 
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OCatalog.java
|  169 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumn.java
 |  279 ++
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OColumnContainer.java
|  123 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OContainer.java
  |  461 +++
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/ODescriptor.java
 |   76 
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OIndex.java
  |  121 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OIndexColumn.java
|   96 
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OIndexColumnContainer.java
   |  121 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OIndexContainer.java
 |  208 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OKey.java
|  150 +
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OKeyColumn.java
  |  101 
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OKeyColumnContainer.java
 |  115 
 
connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/sdbcx/OKeyContainer.java

[Libreoffice-bugs] [Bug 111923] Residual Effects

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111923

--- Comment #5 from Darrell  ---
Created attachment 135677
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135677=edit
Example Presentation

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111923] Residual Effects

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111923

--- Comment #4 from Darrell  ---
Created attachment 135676
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135676=edit
Slide Transition Example

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107129] Notebookbar: Priority-x feature doesnt work correctly when resizing the window larger

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107129

Szymon Kłos  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107190] [META] Notebookbar window resize issues

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107190
Bug 107190 depends on bug 107129, which changed state.

Bug 107129 Summary: Notebookbar: Priority-x feature doesnt work correctly when 
resizing the window larger
https://bugs.documentfoundation.org/show_bug.cgi?id=107129

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: bin/update desktop/source instsetoo_native/CustomTarget_setup.mk

2017-08-20 Thread Markus Mohrhard
 bin/update/get_update_channel.py   |   23 +++
 desktop/source/app/updater.cxx |   10 +-
 desktop/source/app/updater.hxx |1 +
 instsetoo_native/CustomTarget_setup.mk |1 +
 4 files changed, 34 insertions(+), 1 deletion(-)

New commits:
commit 22aaa9be2ef05358f672ce8fc9f6978664741e7f
Author: Markus Mohrhard 
Date:   Sun Aug 20 19:42:43 2017 +0200

updater: move the update channel info from the config to versionrc

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

diff --git a/bin/update/get_update_channel.py b/bin/update/get_update_channel.py
new file mode 100755
index ..f94507d64587
--- /dev/null
+++ b/bin/update/get_update_channel.py
@@ -0,0 +1,23 @@
+#!/usr/bin/python3
+# -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 
*/
+#
+# 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/.
+#
+
+import sys
+from config import parse_config
+
+def main():
+if len(sys.argv) < 2:
+sys.exit(1)
+
+update_config = sys.argv[1]
+config = parse_config(update_config)
+print(config.channel)
+
+if __name__ == "__main__":
+main()
+
+# vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/desktop/source/app/updater.cxx b/desktop/source/app/updater.cxx
index 4049b0ab3472..86e7a473783b 100644
--- a/desktop/source/app/updater.cxx
+++ b/desktop/source/app/updater.cxx
@@ -687,7 +687,7 @@ void update_checker()
 
 OUString aBuildTarget = "${_OS}_${_ARCH}";
 rtl::Bootstrap::expandMacros(aBuildTarget);
-OUString aChannel = 
officecfg::Office::Update::Update::UpdateChannel::get();
+OUString aChannel = Updater::getUpdateChannel();
 static const char* pUpdateChannelEnv = std::getenv("LIBO_UPDATER_CHANNEL");
 if (pUpdateChannelEnv)
 {
@@ -835,6 +835,14 @@ OUString Updater::getBuildID()
 return aBuildID;
 }
 
+OUString Updater::getUpdateChannel()
+{
+OUString aUpdateChannel("${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" 
SAL_CONFIGFILE("version") ":UpdateChannel}");
+rtl::Bootstrap::expandMacros(aUpdateChannel);
+
+return aUpdateChannel;
+}
+
 void Updater::removeUpdateFiles()
 {
 Updater::log("Removing: " + getUpdateFileURL());
diff --git a/desktop/source/app/updater.hxx b/desktop/source/app/updater.hxx
index 937728dd70bc..a029832d17d3 100644
--- a/desktop/source/app/updater.hxx
+++ b/desktop/source/app/updater.hxx
@@ -29,6 +29,7 @@ public:
 static OUString getInstallationPath();
 
 static OUString getBuildID();
+static OUString getUpdateChannel();
 
 static void log(const OUString& rMessage);
 static void log(const OString& rMessage);
diff --git a/instsetoo_native/CustomTarget_setup.mk 
b/instsetoo_native/CustomTarget_setup.mk
index 95eba463ef7c..2b312be018cf 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -156,6 +156,7 @@ $(call 
gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
&& echo 'BuildVersion=$(BUILD_VER_STRING)' \
&& echo 'buildid=$(shell cd $(SRCDIR) && git log -1 
--format=%H)' \
&& echo 
'ExtensionUpdateURL=http://updateexte.libreoffice.org/ExtensionUpdateService/check.Update'
 \
+   && echo 'UpdateChannel=$(shell cd $(SRCDIR) && 
bin/update/get_update_channel.py $(UPDATE_CONFIG))' \
&& echo 'ReferenceOOoMajorMinor=4.1' \
&& echo 'UpdateID=$(PRODUCTNAME)_$(LIBO_VERSION_MAJOR)_en-US' \
&& echo 'UpdateURL=$(if 
$(ENABLE_ONLINE_UPDATE),http://update.libreoffice.org/check.php$(if 
$(filter-out WNT,$(OS)),?pkgfmt=$(PKGFORMAT)))' \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 108580] Cannot run LibreOffice, api-ms-win-crt-runtime-l1-1-0.dll is missing ( for local solution see comment 7)

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108580

--- Comment #13 from Ted Mittelstaedt  ---
People I am SO NOT AMUSED here at all.  While you are blathering around on this
the installation instructions on the website say that Libreoffice has a
dependency on VC 2008 C++ not VC 2015 C++ Update 3.   Do you what to know how
much time I've already wasted installing various C++ redistributables before
stumbling over this bug, trying to get the program to work on a brand new fresh
installation of Vista?  I finally tried uninstalling LO before reading this and
now it won't reinstall at all whether or not the correct runtime is installed. 
And by the way MS has _2_ 2015 redistributables for download and of course I
tried the wrong one first.

There is no problem at all with putting a check into the LO installer looking
for the correct redistributable and telling the user to download it and install
it first then aborting the installer.   Because now, I have no choice it seems
but to do a complete nuke and repave of the machine since the uninstaller in LO
obviously got broken during the uninstallation.

Quite trying to dumbify down the LO software installer and give us some credit
for enough brains to find, download and install the correct VC++
redistributable before installing LO if you DOCUMENT THE FACT IT IS NEEDED in
the installation instructions.   I read through the install instructions first
and they just steered me wrong.   You have been waffling around on this bug for
weeks now DOCUMENT THE PREREQUISITE FIRST THEN ARGUE ABOUT IT LATER.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108226] [META] PPTX (OOXML) bug tracker

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108226

Aron Budea  changed:

   What|Removed |Added

 Depends on||111927


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111927
[Bug 111927] PPTX: Placeholder title text becomes small after clicking in
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111927] New: PPTX: Placeholder title text becomes small after clicking in

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111927

Bug ID: 111927
   Summary: PPTX: Placeholder title text becomes small after
clicking in
   Product: LibreOffice
   Version: 5.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: filter:pptx
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
Blocks: 108226

Open attachment 135650 from bug 111903.
Click into the placeholder title text on either 1st or 2nd slide, and click
away.

=> Title text becomes small.
Likely leftover from bug 103792's fix.

Observed using LO 6.0 daily build (2017-08-15_01:59:49,
bebaac5eb6ebd2db3e1ea22b1630111343a9c25c) & 5.4.0.3 / Windows 7.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108226
[Bug 108226] [META] PPTX (OOXML) bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111927] PPTX: Placeholder title text becomes small after clicking in

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111927

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111921] Textbox: User defined character style not "saved" properly when applied to text in text box ( an automatic-style is created instead)

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111921

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||rb.hensc...@t-online.de
 Ever confirmed|0   |1

--- Comment #1 from Regina Henschel  ---
How do you create a "textbox"? If I use the "T" symbol, LibreOffice creates a
shape and there is no possibility to assign a character style for text inside
this shape.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107166] Text is invisible, both in UI and in editor on update to 5.3.2, older AMD and Intel GPUs

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107166

--- Comment #166 from Terje Bråten  ---
(In reply to Buovjaga from comment #165)
> Could those still affected by the issue do this:
> 
> 1. Install this master build which has debug information:
> https://dev-builds.libreoffice.org/daily/master/Win-x86@39/current/
> 2. Open the Windows command line
> 3. In the command line change directory to the program/ inside the master
> build install path
> 4. Run this command: set SAL_LOG=1
> 5. Still in the same command line, run LibreOffice with this command:
> soffice.exe 2>debug.txt
> 6. You can quit LibreOffice soon after launch as the problem is immediately
> there (the invisible text)
> 
> This will write a lot of debug information to a text file called debug.txt
> in the program/ directory. You should then attach the debug.txt file to this
> bug and developers can look at it.

I tried this, and the file debug.txt is 0 bytes long.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-08-20 Thread Szymon Kłos
 sfx2/source/notebookbar/PriorityHBox.cxx |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 2d29dae57ed151be7244aa0a1e2317b30a4c928d
Author: Szymon Kłos 
Date:   Sun Aug 20 15:38:55 2017 +0200

tdf#107129: correct showing order

Change-Id: I2e72b8e0d3ff8ef9de16d634d85d43ef2da9ca75
Reviewed-on: https://gerrit.libreoffice.org/41361
Tested-by: Jenkins 
Reviewed-by: Szymon Kłos 

diff --git a/sfx2/source/notebookbar/PriorityHBox.cxx 
b/sfx2/source/notebookbar/PriorityHBox.cxx
index fde027bb3364..df854701370b 100644
--- a/sfx2/source/notebookbar/PriorityHBox.cxx
+++ b/sfx2/source/notebookbar/PriorityHBox.cxx
@@ -107,10 +107,11 @@ public:
 pChild++;
 }
 
+auto pChildR = m_aSortedChilds.rbegin();
 // Show higher priority controls if we already have enough space
-while (pChild != m_aSortedChilds.end())
+while (pChildR != m_aSortedChilds.rend())
 {
-DropdownBox* pBox = static_cast(*pChild);
+DropdownBox* pBox = static_cast(*pChildR);
 
 nCurrentWidth -= pBox->GetOutputWidthPixel() + get_spacing();
 pBox->ShowContent();
@@ -122,7 +123,7 @@ public:
 break;
 }
 
-pChild++;
+pChildR++;
 }
 
 VclHBox::Resize();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107129] Notebookbar: Priority-x feature doesnt work correctly when resizing the window larger

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107129

--- Comment #2 from Commit Notification 
 ---
Szymon Kłos committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=2d29dae57ed151be7244aa0a1e2317b30a4c928d

tdf#107129: correct showing order

It will be available in 6.0.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107129] Notebookbar: Priority-x feature doesnt work correctly when resizing the window larger

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107129

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.0.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109093] Macro using com.sun.star.ui.dialogs.FilePicker (save as) stops working and presents "open" window

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109093

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #4 from Regina Henschel  ---
You need to initialize first, before calling setMultiSelectionMode.
Initialize with  com.sun.star.ui.dialogs.TemplateDescription.FILESAVE_SIMPLE

Together this is:

Sub DDICSVsave
dim aUrl(), s$
dim oDlg as variant
dim fileProps(1) as new com.sun.star.beans.PropertyValue
fileProps(0).Name = "FilterName"
fileProps(0).Value = "Text - txt - csv (StarCalc)"
fileProps(1).Name = "FilterOptions"
fileProps(1).Value = "44,34,76,1,,0,false,true,true,false"
oDlg = createUnoService("com.sun.star.ui.dialogs.FilePicker")
dim listAny(0) as variant
listAny(0) = com.sun.star.ui.dialogs.TemplateDescription.FILESAVE_SIMPLE
oDlg.initialize(listAny()) ' Speichern unter
oDlg.setMultiSelectionMode(false)
oDlg.execute
aUrl = oDlg.getFiles()
thisComponent.storeAsURL(aURL(0), fileProps())
End Sub

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111892] Memory Leak in sd::TemplateScanner::ScanEntry()

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111892

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #4 from Julien Nabet  ---
Alex: I'm not sure it'll remove the leak but at least, the code will be simpler
to check/debug. I let you try with the new code. If it really helps for the
leak, I'll try to backport it on 5.4 branch.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-08-20 Thread Mohammed Abdul Azeem
 package/source/zipapi/XBufferedThreadedStream.cxx |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit aff5951e7b4fa549882f4d4c4cfda99f3966a9d9
Author: Mohammed Abdul Azeem 
Date:   Sun Aug 20 21:25:12 2017 +0530

Fixing threadedStream produce loop condition:

hasBytes() is for the consuming thread, produce loop should
be stopped as soon as we've read as much as size of the stream.

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

diff --git a/package/source/zipapi/XBufferedThreadedStream.cxx 
b/package/source/zipapi/XBufferedThreadedStream.cxx
index c7fd3dbacd36..11428e076d44 100644
--- a/package/source/zipapi/XBufferedThreadedStream.cxx
+++ b/package/source/zipapi/XBufferedThreadedStream.cxx
@@ -76,6 +76,7 @@ XBufferedThreadedStream::~XBufferedThreadedStream()
 void XBufferedThreadedStream::produce()
 {
 Buffer pProducedBuffer;
+sal_Int64 nTotalBytesRead(0);
 std::unique_lock aGuard( maBufferProtector );
 do
 {
@@ -86,7 +87,7 @@ void XBufferedThreadedStream::produce()
 }
 
 aGuard.unlock();
-mxSrcStream->readBytes( pProducedBuffer, nBufferSize );
+nTotalBytesRead += mxSrcStream->readBytes( pProducedBuffer, 
nBufferSize );
 
 aGuard.lock();
 maPendingBuffers.push( pProducedBuffer );
@@ -95,7 +96,7 @@ void XBufferedThreadedStream::produce()
 if (!mbTerminateThread)
 maBufferProduceResume.wait( aGuard, [&]{return canProduce(); } );
 
-} while( !mbTerminateThread && hasBytes() );
+} while( !mbTerminateThread && nTotalBytesRead < mnStreamSize );
 }
 
 /**
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111902] GTK+ 3 drop-down list buttons are too big (gtk3) -> see screenshots

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111902

--- Comment #13 from Xavier Van Wijmeersch  ---
Created attachment 135675
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135675=edit
drop-down list with gtk2

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111902] GTK+ 3 drop-down list buttons are too big (gtk3) -> see screenshots

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111902

--- Comment #12 from Xavier Van Wijmeersch  ---
@Xisco Faulí

I did a build off a gtk2 homebuild LO v6.0.0 and yes there is a difference
see attachment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111634] Multiple memory leaks in libmacabdrv1

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111634

--- Comment #23 from Telesto  ---
Instruments is a separate application: Spotlight (CMD + Space), type:
instruments

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111634] Multiple memory leaks in libmacabdrv1

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111634

--- Comment #22 from Julien Nabet  ---
Alex: do you have some link to explain more precisely how to run LO with XCode?

Indeed I runned make xcode-ide-integration
but in osx, I got libreoffice.xcodeproj and soffice.xcodeproj
I opened first one and XCode started to index all the files.
But then what to do precisely?
Where's Instruments.app?
How to define target?

(I built with LO on console with enable-dbgutil not from XCode).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-08-20 Thread Jochen Nitschke
 svtools/source/contnr/svimpbox.cxx |6 +++---
 svtools/source/inc/svimpbox.hxx|6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 42009698f2ca23ea1527f0696662fbf4c23f2b84
Author: Jochen Nitschke 
Date:   Sat Aug 19 08:19:08 2017 +0200

svtools: rename function to match it's effect.

nYoffsNodeBmp went with
commit 9e61a951374a3f7705de67295e406e929c603a42
Date:   Tue Jun 20 15:59:42 2017 +0200
loplugin:unusedfields in svtools

Change-Id: I959829c64242b2d021497f828e24bb23119d8e24
Reviewed-on: https://gerrit.libreoffice.org/41363
Reviewed-by: Noel Grandin 
Tested-by: Jenkins 
Reviewed-by: Jochen Nitschke 

diff --git a/svtools/source/contnr/svimpbox.cxx 
b/svtools/source/contnr/svimpbox.cxx
index 1a13a08dfbed..f849ee96a8c6 100644
--- a/svtools/source/contnr/svimpbox.cxx
+++ b/svtools/source/contnr/svimpbox.cxx
@@ -1457,8 +1457,8 @@ long SvImpLBox::GetEntryLine( SvTreeListEntry* pEntry ) 
const
 
 void SvImpLBox::SetEntryHeight()
 {
-SetNodeBmpYOffset( GetExpandedNodeBmp() );
-SetNodeBmpYOffset( GetCollapsedNodeBmp() );
+SetNodeBmpWidth( GetExpandedNodeBmp() );
+SetNodeBmpWidth( GetCollapsedNodeBmp() );
 if(!pView->HasViewData()) // are we within the Clear?
 {
 Size aSize = pView->Control::GetOutputSizePixel();
@@ -1565,7 +1565,7 @@ void SvImpLBox::CollapsingEntry( SvTreeListEntry* pEntry )
 }
 
 
-void SvImpLBox::SetNodeBmpYOffset( const Image& rBmp )
+void SvImpLBox::SetNodeBmpWidth( const Image& rBmp )
 {
 const Size aSize( rBmp.GetSizePixel() );
 nNodeBmpWidth = aSize.Width();
diff --git a/svtools/source/inc/svimpbox.hxx b/svtools/source/inc/svimpbox.hxx
index 09d896ba8135..10d8287d4fdb 100644
--- a/svtools/source/inc/svimpbox.hxx
+++ b/svtools/source/inc/svimpbox.hxx
@@ -161,7 +161,7 @@ private:
 DECL_LINK( ScrollLeftRightHdl, ScrollBar*, void );
 DECL_LINK( EndScrollHdl, ScrollBar*, void );
 
-voidSetNodeBmpYOffset( const Image& );
+voidSetNodeBmpWidth( const Image& );
 voidSetNodeBmpTabDistance();
 
 // Selection-Engine
@@ -346,13 +346,13 @@ inline Image& SvImpLBox::implGetImageLocation( const 
ImageType _eType )
 inline void SvImpLBox::SetExpandedNodeBmp( const Image& rImg )
 {
 implGetImageLocation( ImageType::NodeExpanded ) = rImg;
-SetNodeBmpYOffset( rImg );
+SetNodeBmpWidth( rImg );
 }
 
 inline void SvImpLBox::SetCollapsedNodeBmp( const Image& rImg )
 {
 implGetImageLocation( ImageType::NodeCollapsed ) = rImg;
-SetNodeBmpYOffset( rImg );
+SetNodeBmpWidth( rImg );
 }
 
 inline const Image& SvImpLBox::GetDontKnowNodeBmp( )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 111775] Default list of favourite special characters

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111775

--- Comment #4 from Heiko Tietze  ---
(In reply to Heiko Tietze from comment #3)
> My take: 
> * €, $, ¥, £ (some currencies are usually on the keyboard but not all;
> german layout has € and $ but not pound or yen; could make sense to take ¢
> instead of yen)
> * Φ, Σ, Ψ, Ω (Greek is not only useful for mathematicians)
> * ∞, ‰, †, ‡ (some examples, conservative in respect to the font; daggers
> for scientific use https://en.wikipedia.org/wiki/Dagger_(typography); most
> other characters are substituted from input, e.g. (c)
> 
> And as said before I wouldn't add more to allow users adding own chars
> without the need to delete.

Latest variant is now 

₠,¥,£,₪
Φ,Σ,Ψ,Ω
∞,,†,‡

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 111778] Standard filter dialog window is not re sizable and don' t adapt to the content width

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111778

Evgen  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---
 Ever confirmed|0   |1

--- Comment #6 from Evgen  ---
It's not a duplicate of bug 49813, it's a different bug. I reported about
unrealizable narrow Dialog window of Standard filter, not Autofilter pop-up
window.
Added screenshot

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111778] Standard filter dialog window is not re sizable and don' t adapt to the content width

2017-08-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111778

--- Comment #5 from Evgen  ---
Created attachment 135673
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135673=edit
Screenshot of a regression

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-08-20 Thread Olivier Hallot
 source/text/sbasic/shared/03030102.xhp |5 +
 source/text/sbasic/shared/03100300.xhp |5 +++--
 2 files changed, 4 insertions(+), 6 deletions(-)

New commits:
commit c399dc47d92de039391f4962df355f632ce10d05
Author: Olivier Hallot 
Date:   Sat Aug 19 20:15:09 2017 -0300

tdf#106957 - outdated doc for BASIC date functions

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

diff --git a/source/text/sbasic/shared/03030102.xhp 
b/source/text/sbasic/shared/03030102.xhp
index 8308ce527..47c25f6b5 100644
--- a/source/text/sbasic/shared/03030102.xhp
+++ b/source/text/sbasic/shared/03030102.xhp
@@ -43,10 +43,7 @@
 Datei66764
 Parameters:
 
-Date: String expression that contains the date that you want to 
calculate. The date can be specified in almost any format.
-You can use 
this function to convert a date that occurs between December 1, 1582 and 
December 31,  into a single integer value. You can then use this value to 
calculate the difference between two dates. If the date argument lies outside 
the acceptable range, $[officename] Basic returns an error message.
-In contrast to 
the DateSerial function that passes years, months, and days as separate numeric 
values, the DateValue function passes the date using the format 
"month.[,]day.[,]year".
-
+Date: String expression that contains the date that you want to 
calculate. In contrast to the DateSerial function that passes years, months and 
days as separate numeric values, the DateValue function requests the date 
string to be according to either one of the date acceptance patterns defined 
for your locale setting (see Tools - Options - Language 
Settings - Languages) or to ISO date format (momentarily, only the ISO 
format with hyphens, e.g. "2012-12-31" is accepted).
 
 
 Example:
diff --git a/source/text/sbasic/shared/03100300.xhp 
b/source/text/sbasic/shared/03100300.xhp
index 9a68f7432..294c0220b 100644
--- a/source/text/sbasic/shared/03100300.xhp
+++ b/source/text/sbasic/shared/03100300.xhp
@@ -48,7 +48,8 @@
 
 Parameters:
  
Expression: Any string or numeric expression that you want to 
convert.
-When you 
convert a string expression, the date and time must be entered in the format 
MM.DD. HH.MM.SS, as defined by the DateValue and 
TimeValue function conventions. In numeric expressions, values to 
the left of the decimal represent the date, beginning from December 31, 1899. 
Values to the right of the decimal represent the time.
+When you 
convert a string expression, the date and time must be entered
+either in one of the date acceptance patterns defined for your locale 
setting (see Tools - Options - Language Settings - 
Languages) or in ISO date format (momentarily, only the ISO format with 
hyphens, e.g. "2012-12-31" is accepted). In numeric expressions, values to the 
left of the decimal represent the date, beginning from December 31, 1899. 
Values to the right of the decimal represent the time.
 
 
 
@@ -61,4 +62,4 @@
 
 
 
-
\ No newline at end of file
+
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2017-08-20 Thread Olivier Hallot
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 45cbf16d26c6982ce471d1923eb47009771a465d
Author: Olivier Hallot 
Date:   Sat Aug 19 20:15:09 2017 -0300

Updated core
Project: help  c399dc47d92de039391f4962df355f632ce10d05

tdf#106957 - outdated doc for BASIC date functions

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

diff --git a/helpcontent2 b/helpcontent2
index 26259f880a59..c399dc47d92d 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 26259f880a5978290ae1a9da300025a73c702a63
+Subproject commit c399dc47d92de039391f4962df355f632ce10d05
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


  1   2   >