History log of /trunk/main/sal/ (Results 1 - 25 of 239)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
30b5884518-Jul-2024 mseidel

Fixed various typos, general cleanup

870c379217-Jul-2024 mseidel

Fixed typo (completly -> completely) and many more

0a01f5af25-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>

show more ...

99ad85ff11-Jun-2024 John Bampton

Fix spelling (#218)

* Fix spelling

* Update spreadsheetml2ooo.xsl

---------

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

8735c04714-May-2024 John Bampton

misc: fix spelling (#213)

* misc: fix spelling

* Update olepersist.cxx

---------

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

604463aa01-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>

98d7f78d22-Feb-2024 John Bampton

docs: fix spelling in code comments (#205)

Revision tags: AOO420-Dev5-m5
95e2fe7722-May-2023 mseidel

Fixed typos (unknown) and some other, removed whitespace

02cabb0407-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.

show more ...

8c733e3e26-Feb-2023 mseidel

Using vim modeline, cleanup

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

Fixed typo )plattform -> platform

Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA
9664d1e026-Aug-2021 mseidel

Fixed mixed style (space/tabs) in indentation

0170220d26-Aug-2021 mseidel

Fixed mixed style (space/tabs) in indentation

6e2e4a1825-Aug-2021 mseidel

Fixed mixed style (space/tabs) in indentation

57fdf16924-Aug-2021 mseidel

Fixed mixed style (space/tabs) in indentation

6e8337c124-Aug-2021 mseidel

Fixed typos, small cleanup

64b67dd522-Aug-2021 mseidel

Fixed mixed style (space/tabs) in indentation

Revision tags: AOO420-Dev3-m3
6e9cccf426-Apr-2021 mseidel

Fixed typos (initalize -> initialize)

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

Fixed typo (arbitray -> arbitrary)

8cc42d0913-Mar-2021 mseidel

Fixed typo (retrive -> retrieve)

Revision tags: AOO419-GA
1fbfd7a203-Dec-2020 mseidel

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

Revision tags: AOO418-GA
cfd52e1801-Oct-2020 mseidel

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

b5acf79817-Sep-2020 mseidel

Fixed typos (implementated -> implemented)

01ad09a018-Aug-2020 mseidel

Fixed typos (shure -> sure)

2e3a1b6e18-Aug-2020 mseidel

Fixed typos (Normaly -> Normally) and some more

12345678910