Age | Commit message (Collapse) | Author |
|
The warning is bogus, but the change is minimal
Change-Id: I2bc6ec57d271e14e5abe8f152338626771458fb5
Reviewed-on: https://gerrit.libreoffice.org/2803
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
According to documentation, the system does it automatically. Testing
seemed to confirm that, with the code still in I got mysterious
crashes.
Not sure if the corresponding code is unnecessary or wrong on OS X,
too.
Change-Id: I14e9f5bcc0376e9235f8d36b484b38c1e44932c4
|
|
Change-Id: I8848ccaf893072d9c8653d9142004fef708be7f3
|
|
Change-Id: I7c3c8fcc81297ca97474b2b9482d40b47688febd
|
|
Change-Id: I5c91058af2f6da287bff050a358f446b653c800a
|
|
Change-Id: I6452191b11b197b0f90ae6638019d3bc6db67ad7
|
|
Change-Id: Idbb98b32ffc5970e236c9d319e0e8791b855e283
|
|
Change-Id: I203be719a6ee19c87ed232218f7700d875c2871f
|
|
Change-Id: I344448db559de8435dcc26e2be4597c385724a7b
|
|
Change-Id: Ic2651defd0ec8846dc0b0a81faee5dd6743310fb
|
|
Change-Id: I36ede89ccb8836708a4f87c4815bbe2fb6d6f3cf
|
|
Change-Id: I956abc2cfa680f18df5712a131a7930610f57931
|
|
Change-Id: I7ddb4e3b4fc39b542e2ab54a188d0953a2b7ce8d
|
|
Change-Id: I8c4be3a69544ff579f054ec455512f2bddc11944
|
|
Change-Id: I5919fbb272f82deeb951906f5b82dc196e856a48
|
|
No need to take a parameter for which NULL is always passed, and related
simplifications.
Change-Id: I89bab2904fdae3520987d0f67e55b2649bf225d3
|
|
They were used in the NativeActivity-based coding.
Change-Id: Id393026783c989f05d90ad79cc4e8f5e8cd0174e
|
|
1b0f7ee1 ruined the search path. SvtPathOptions::SearchFile() does
not search recursively.
178b73da introduced OUStrings, but SvtPathOptions::SearchFile()
modifies its String argument, I had to revert 178b73da partially.
Change-Id: I350084f91d15f83a21fd1b8d7270765093269da4
|
|
this patch will fix the incorrect border when you use
the cell format dialog.
Change-Id: Ieeeae4060a15e96e0de0f335f3c460df86f7dbf9
Reviewed-on: https://gerrit.libreoffice.org/2781
Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
|
|
Change-Id: Ia8b5a0654ded07d939e8be93a2dea2a6f84165b3
Reviewed-on: https://gerrit.libreoffice.org/2785
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: Ia509d23306e71b978247705daa9c9559adbae195
|
|
Change-Id: Ifa10c48f6bbb1e69e83b2f2fe10ac58a225a3b06
|
|
A regression since a1a0830d1ac3ffabbe35bd8a0264b64f1f7a9d67 where
fFactor100th_mmToInch changed.
This looks super fragile and presumably isn't exactly the right
way we should be doing it.
Change-Id: I7c34eefd2331e4fec4b7e6893c68a989f2f5fd62
|
|
Change-Id: I8e9658cd4c3ea95658e3f3b214a51b381c3170b7
|
|
Change-Id: I9ac6a537da3a945cc48be84559f9ce253a93cd47
|
|
Change-Id: I51df1f766314ea801ae33d6843b5ce6fc49445ac
|
|
This wants to load about.png which doesn't exist anymore. "about.svg" does,
but is a rather abstract background image for the about dialog these days, so
use "flat_logo.svg" instead.
Which requires moving the svg loader out of cui into sfx2 for re-use.
Change-Id: I8654f0f93766556ef4ed4b87eff35b45d8189761
|
|
Original author: Tsutomu Uchino <hanya.runo at gmail.com>
|
|
Change-Id: I6610f8e888389d09b673504f1eb9387dd38fb6c1
|
|
AttributeError: 'NoneType' object has no attribute 'write' when trying
to print to stdout and sys.stdout has been set to None.
Change-Id: Icb571b9e910d4ec393dc1fd246f867c02d5ac8e5
|
|
Suggested Easy Hack: Replace all instances of // -------- comments
including surrounding newlines with a single newline.
Another Easy Hack, slightly harder to automate: Remove all the
pointless comments that just tell the class name right before the
declaration of that class.
Change-Id: Ia890ed613b53c5d719988697e20a983d62334123
|
|
Change-Id: I4287adbe97e8abc65b4bb36be8c9ec44799767d8
|
|
Change-Id: I75e08fa1de5affdb3b42d169bb5ccac50c8c736e
|
|
Change-Id: Ibe63cf7c70dc12ae76a6d21ef8c05c58c684eb82
|
|
Change-Id: I17a2f2fd51a06195af3b5b7325b3bad1129c01d2
|
|
Change-Id: Ib83a140035637820cab34efc8e94cdd75c499b82
|
|
Change-Id: Ib7b176eb1889ebd94d4b628899011de9ebbb3dbd
|
|
No need to refer to some source files in a few random places in
headers, using ancient UPPER-CASE file names even.
Change-Id: Ia0827be34046f25fd769466c41dab017b4935a37
|
|
Fix WaE: implicit conversion from 'unsigned long' to 'sal_uInt32' (aka
'unsigned int') changes value from 18446744073709551615 to 4294967295,
which definitely sounds like an actual bug-inducing error to me, not
"just a warning".
So don't try to use it as default value for a parameter of type
sal_uInt32. Changing the parameter to sal_uLong.
Change-Id: I8ebc7195ba1bf94f4f2d6df7cd7863f779ba3fa6
|
|
Change-Id: Ief800f1228bca327fd8d77a78fa332639f5d5f69
|
|
Change-Id: I4ebe006d0e8850d7229de7a59e424fa819ca7700
|
|
Change-Id: If43721642f2453671e74ccda9572f873360ca65a
|
|
Change-Id: I9d3ba7b142ec230d11af59f9eb21d203b0473dc8
|
|
Change-Id: I0ae90e8a46ea314fa0f8650b61d6ee7410a785ca
|
|
Change-Id: I558a97be9ed883242455e6fd29267aed5d0a550c
Reviewed-on: https://gerrit.libreoffice.org/2772
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I265b413923837aaba47abf242803fae7359f8ea8
Reviewed-on: https://gerrit.libreoffice.org/2771
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I62c89716d93c4dfb51a38b78f795a532e2b1d0b7
Reviewed-on: https://gerrit.libreoffice.org/2770
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: Id97070321ad6b20f349896d3b4e1ae51cc82ece7
Reviewed-on: https://gerrit.libreoffice.org/2769
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I1bff00d261c24e37f9ed41322c49c670850a940f
Reviewed-on: https://gerrit.libreoffice.org/2768
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Project: help d9090a218a9ef58253a695bdb1369c48f4607409
|