Am 15.07.20 um 22:21 schrieb Marcus:
Am 13.07.20 um 18:50 schrieb Matthias Seidel:
Am 13.07.20 um 18:46 schrieb Pedro Lino:
Personally I don't think a decent 4.2.0 release in 3 month is
realistic.
However we have a branch 4.1.8 at hand that is in good shape.
So the plan is to release 4.1.8
Hi, I'm building the office on macos 10.15.
I found out that the configure only supports until sdk version 10.11 in the
code:
https://github.com/apache/openoffice/blob/trunk/main/configure.ac#L3946
Is this behavior intended, or is it just an old code? Is there any problem if
I chang
dev-hyeondnl commented on pull request #90:
URL: https://github.com/apache/openoffice/pull/90#issuecomment-659358173
Yes it goes right after the opening parenthesis on line 1192. It will look
like this
```cxx
while (pView)
{
if (pView->GetDocShell()->IsHelpDocument()) {
Pilot-Pirx commented on pull request #90:
URL: https://github.com/apache/openoffice/pull/90#issuecomment-659354278
>
> ```c++
> if (pView->GetDocShell()->IsHelpDocument()) {
> pView = SwModule::GetNextView(pView);
> continue;
> }
> ```
Thanks, that code is i
Hi all,
Our OpenGrok server needs some attention:
http://openoffice-vm1-he-de.apache.org/
The index was last updated on Wednesday June 10.
I would also like to have it available under something like:
https://opengrok.openoffice.org.
Does anyone have administrative access?
Subdomain/certificate
dev-hyeondnl commented on pull request #90:
URL: https://github.com/apache/openoffice/pull/90#issuecomment-659231424
It seems that the first logic provides us the solution; I just added the
code at the beginning of while statement, and the help pages vanished.
```C++
if (pView->GetDoc