History log of /aoo42x/main/sal/ (Results 1 - 25 of 237)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d2b2672117-Jul-2024 mseidel

Fixed typo (completly -> completely) and many more

(cherry picked from commit 870c37922ca0ef0ac9f3f6f409d697814dc73d8a)

49fb1b3725-Jun-2024 DiGro

Uodated two strings "temporally" to "temporarily" (#219)

* Create .gitattributes

* Delete .gitattributes

* Create .gitattributes

* Delete .gitattributes

*

Uodated two strings "temporally" to "temporarily" (#219)

* Create .gitattributes

* Delete .gitattributes

* Create .gitattributes

* Delete .gitattributes

* Updated download link for zlib, updated LICENSE

* Fixed typo (minmal -> minimal)

* Changed icon for OLE objects in Navigation (Writer) - This fixes issue 128315

* Fixed typos

* Latest Finnish translation, contributed by: Mechtilde

* Changed icon for OLE objects in Navigation (Writer) - Forgot icons in Classic

* Create .gitattributes

* Delete .gitattributes

* Create .gitattributes

* Delete .gitattributes

* Added new file

* Fixed typos

* Changed helptext after resolved problem.

[:space:] should represent any whitespace character in regular expressions.
However, in the older, before OOo 3.4, it did not find the tab \t.
Used to be Issue 41706

Now it does due to changing the regexp engine since 3.4

* Updated variable static Era gengou_eraArrya with new era Reiwa, as of May, 1 2019

Added the start date for the era Reiwa to the variable "static Era gengou_eraArray[ ]"

Updated after post on the forum https://forum.openoffice.org/en/forum/viewtopic.php?f=9&t=104665

* Occurence "OpenOffice.org" in dialog Writing Aids for new thesaurus

Just noticed the occurrence of the string "OpenOffice.org New Thesaurus" in the
dialog Writing Aids (Tools > Options > Language Settings > Writing Aids) in the
Developer Build 4.2.0

This should probably be changed to "New Thesaurus" only.

OpenGrok found the string just once, in:

/trunk/main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx (revision
c4c42a0e)

Line:
576 {
577 MutexGuard aGuard( GetLinguMutex() );
578 return A2OU( "OpenOffice.org New Thesaurus" );
579 }

Since I'm no developer at all I won't touch the code.
Hope someone will pick this up.

Should probably also need to be changed in branches AOO41 and AOO42 too

Earlier reported in BugZilla Issue ID: 128483 https://bz.apache.org/ooo/show_bug.cgi?id=128483

* Update libs2test.txt = temporally > temporarily

Replaced temporally by temporarily.
The latter seems to be the most appropriate word to use.
As to me, it seems that the definitions below that sentence are disabled for now

* Update osl_File.cxx temporally > temporarily

Replaced temporally by temporarily, as that seems to be the most suitable word to use.
I read it as:
"If the condition no longer fails on RH9, it will probably be reinstated."

---------

Co-authored-by: mseidel <mseidel@apache.org>
(cherry picked from commit 0a01f5af3675670deff925c8a584e3b4d1d36780)

show more ...

1fb1d6b811-Jun-2024 John Bampton

Fix spelling (#218)

* Fix spelling

* Update spreadsheetml2ooo.xsl

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit 99a

Fix spelling (#218)

* Fix spelling

* Update spreadsheetml2ooo.xsl

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit 99ad85ff5d61cf2054d3df3b4503ee1b84f3f4d0)

show more ...

b3bea0d114-May-2024 John Bampton

misc: fix spelling (#213)

* misc: fix spelling

* Update olepersist.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commi

misc: fix spelling (#213)

* misc: fix spelling

* Update olepersist.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit 8735c047413135516379fb08dc40a373c8411677)

show more ...

92f0604b01-Apr-2024 John Bampton

Fix spelling in code comments (#208)

* Fix spelling in code comments

* Update ImageControl.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(

Fix spelling in code comments (#208)

* Fix spelling in code comments

* Update ImageControl.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit 604463aab236cbd58e239a75c72bcfcf83f4ecac)

show more ...

b71c923322-Feb-2024 John Bampton

docs: fix spelling in code comments (#205)

(cherry picked from commit 98d7f78d5fcc3b8cdebfeda4e90defaef3553ba5)

Revision tags: AOO420-Dev5-m5
5db5960c22-May-2023 mseidel

Fixed typos (unknown) and some other, removed whitespace

(cherry picked from commit 95e2fe77240256cfc0711c47019d8b74a6327be0)

bbe1f9bf07-Mar-2023 20kdc

Auto-disable use of pthread_mutexattr_setkind_np due to compile errors (Revised-Revised)

The code being disabled here causes a compilation issue on Ubuntu Jammy Jellyfish. (undefined referen

Auto-disable use of pthread_mutexattr_setkind_np due to compile errors (Revised-Revised)

The code being disabled here causes a compilation issue on Ubuntu Jammy Jellyfish. (undefined reference to `pthread_mutexattr_setkind_np`) The best I can tell, https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/2003146 explains this somewhat.

This workaround likely hasn't been necessary for the past 20 years, if glibc "converted to git" repositories are any indication (see for instance https://github.com/lattera/glibc/blob/d82e4c7bb231c9e0f835bd46467563ac3b56cebe/linuxthreads/sysdeps/pthread/pthread.h ).

And indeed, anyone who would be attempting to run OpenOffice on such a system would likely encounter issues with the other varied libraries in use.

Unfortunately other compilation issues prevented me from performing a full test, but osl mutex tests pass at least.

(cherry picked from commit 02cabb04b49373d08a7dec0ed934e6f30ac72dc8)

show more ...

0cd1d3bc26-Feb-2023 mseidel

Using vim modeline, cleanup

(cherry picked from commit 8c733e3e3dc39b4d0997cd00d76f346f7fdf5138)

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4
6d67802303-Sep-2022 mseidel

Fixed typo )plattform -> platform

(cherry picked from commit a6c7a775a767567c8abf6c894f7dc9c1b40df701)

Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA
8f88de3826-Aug-2021 mseidel

Fixed mixed style (space/tabs) in indentation

(cherry picked from commit 9664d1e0736bd476d60a744c560a8594e973e313)

fc633f1126-Aug-2021 mseidel

Fixed mixed style (space/tabs) in indentation

(cherry picked from commit 0170220d0d03207a9b1c8adedf497cb639fcddf8)

18a2cb5f25-Aug-2021 mseidel

Fixed mixed style (space/tabs) in indentation

(cherry picked from commit 6e2e4a188da9cb15953b6ac809239c8d1048848e)

0834afdf24-Aug-2021 mseidel

Fixed mixed style (space/tabs) in indentation

(cherry picked from commit 57fdf169946b26da48285ba917af4d83506afbf3)

5f05c48024-Aug-2021 mseidel

Fixed typos, small cleanup

(cherry picked from commit 6e8337c105d646591dfdf02e780094cc04f2ad6a)

88e0618322-Aug-2021 mseidel

Fixed mixed style (space/tabs) in indentation

(cherry picked from commit 64b67dd523d1f72a1ecd7e8ec805b34bce158f33)

Revision tags: AOO420-Dev3-m3
437a659426-Apr-2021 mseidel

Fixed typos (initalize -> initialize)

(cherry picked from commit 6e9cccf42f52eac53abb7399073134c0cb193d0e)

Revision tags: AOO4110-GA
c2202f6125-Mar-2021 mseidel

Fixed typo (arbitray -> arbitrary)

(cherry picked from commit f9f5b5667a1c19794e99a0d701b2253e3c70ba25)

657ff7db13-Mar-2021 mseidel

Fixed typo (retrive -> retrieve)

(cherry picked from commit 8cc42d09d618e539d9b7e6d3909e41c02dffea8f)

Revision tags: AOO419-GA
016e2efe03-Dec-2020 mseidel

Fixed typos (preferr -> prefer) and some more, removed whitespace

(cherry picked from commit 1fbfd7a278c32f8d67af627c0787d0b53e44c56c)

Revision tags: AOO418-GA
796b7e2a01-Oct-2020 mseidel

Fixed typos (thats -> that's) and many more

(cherry picked from commit cfd52e183e60a1a0f86b79e1f5a1cdd3ab0b202f)

5b21bb1f17-Sep-2020 mseidel

Fixed typos (implementated -> implemented)

(cherry picked from commit b5acf79805e7f0a71facf3aabec1715348370040)

d0dd8695818-Aug-2020 mseidel

Fixed typos (shure -> sure)

(cherry picked from commit 01ad09a0c915d261b7260c626c3424e027e76f95)

e9faf1d918-Aug-2020 mseidel

Fixed typos (Normaly -> Normally) and some more

(cherry picked from commit 2e3a1b6e4abf6df35dae2c3095e845de0304e209)

fb0b81f514-Jun-2020 mseidel

Fixed typos (the the -> the) and some more

(cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899)

12345678910