On 11/22/2011 07:06 AM, Cor Nouws wrote:
after the make, make install runs fine for some time but finishes with
these last lines:
"
Entering /home/cono/src/git/libo_core/instsetoo_native/util
dmake: makefile.mk: line 239: Warning: -- Prior to dmake 4.5 only one
%-target per target-definition wo
On 11/21/2011 08:08 PM, Arnaud Versini wrote:
I want to add some annotations like format_arg and noreturn (or an
equivalent for MSVC, CLang...) specially for trace, assert, abort and
info. Is it useful ?
Not sure what functions exactly ("trace, assert, abort and info") you
are talking about h
On 11/22/2011 06:35 AM, Norbert Thiebaud wrote:
The run tine flexibility is a great feature, but the proposed
implementation is scary perf-wise
I kept the implementation simplistic on purpose. First, remember that
logging (at least for now) is only enabled in debug/dbgutil builds, and
that t
On 22/11/2011 06:35, Norbert Thiebaud wrote:
On Fri, Nov 18, 2011 at 8:25 AM, Stephan Bergmann wrote:
Second, at runtime the environment variable SAL_LOG further limits
which
macro calls actually generate log output. The environment varialbe
SAL_LOG
must either be unset or must mat
Cor Nouws wrote (22-11-11 07:06)
And indeed, I cannot start the programm in the following way, that I was
able before:
"
cd /home/cono/src/git/libo_core/install/program
. ./ooenv
./soffice.bin
"
something wrong in make install or new methodology?
Of course this info:
cono@cono-tm-new:~/src/gi
after the make, make install runs fine for some time but finishes with
these last lines:
"
Entering /home/cono/src/git/libo_core/instsetoo_native/util
dmake: makefile.mk: line 239: Warning: -- Prior to dmake 4.5 only one
%-target per target-definition worked reliably. Check your makefiles.
Hi August,
August Sodora wrote (22-11-11 03:29)
cd into each of those directories and run "build" manually and they
all turn out ok; then you can go back and run make in the root
yes, that is what I did, and described, maybe not clear enough.
I just wanted to let the devs know where it was.
On Fri, Nov 18, 2011 at 8:25 AM, Stephan Bergmann wrote:
>>
>> Second, at runtime the environment variable SAL_LOG further limits
>> which
>> macro calls actually generate log output. The environment varialbe
>> SAL_LOG
>> must either be unset or must match the regular expression
The ru
On 22/11/2011 03:29, August Sodora wrote:
For some reason when I run a build with multiple processes from clean,
some combination of nss, xpdf, and openssl will fail to build. I can
cd into each of those directories and run "build" manually and they
all turn out ok; then you can go back and run m
On Mon, Nov 21, 2011 at 6:30 AM, Caolán McNamara wrote:
> On Fri, 2011-11-18 at 15:25 +0100, Stephan Bergmann wrote:
>
>
> Practical question though, is on windows where does the output go ?
Actually I have a similar scheme for my own stuff, and I send the
output to _.log in the current working d
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
On 21/11/11 17:55, Thorsten Behrens wrote:
> Seen this a while ago, Fridrich or someone else fixed it - you may
> want to git pull -r & rerun.
I fixed this some weeks ago. It was basically visibility markup on
purely inlined classes. Windows
Hey,
2011/11/21 Kohei Yoshida :
> On Mon, 2011-11-21 at 13:14 +0100, Markus Mohrhard wrote:
>> If everyone is fine with the idea of putting the informatio in
>> bugzilla I'll do that later today.
>
All information are now in bugzilla as fdo#43152. I need to test each
document again to see what wa
For some reason when I run a build with multiple processes from clean,
some combination of nss, xpdf, and openssl will fail to build. I can
cd into each of those directories and run "build" manually and they
all turn out ok; then you can go back and run make in the root
directory again.
If this do
FYI
pulled around 20:00 CET
build failed
internal build errors:
ERROR: error 65280 occurred while making
/home/cono/src/git/libo_core/xpdf
completed after the usual
/bin/bash
cd /home/cono/src/git/libo_core
source ./Env.Host.sh
cd xpdf
rm -Rf /home/cono/src/git/libo_core/xp
Hi,
attached is a simple patch to remove 2 obsolete datatypes.
Cheers,
Daniel
>From ea8780a248d506ce1d874538c934b5026c8d5e6e Mon Sep 17 00:00:00 2001
From: Daniel Di Marco
Date: Mon, 21 Nov 2011 23:10:50 +0100
Subject: [PATCH] remove NfShCurrencyEntries and NfShCurrencyEntryPtr types
---
cui
Hi all,
I have started to implement the attribute "stroke-linecap". I come
across "IAccessibility2" in files
/core/cui/source/tabpages/tabline.hrc
/core/cui/source/tabpages/tabline.src
There are some string resources defined like
#define STR_END_LENGTH 41
Some are commented out in lines 12
> From what I vaguely remember it is Windows that closes those streams for
> GUI executables,
Something like that, yes, although they are not "closed" in the sense
that they would first be open ("inherited" in the Unix sense); they
are never open in the first place in GUI executables, unless
expli
Thanks,
For getpid, this is my mistake, sorry, I must check before if NPTL getpid
is conform to the posix requirements (one PID for all threads in one
process). It seems to be Posix compliant :
http://linux.die.net/man/7/pthreads
I will check and send you a patch for this.
I want to add some an
Hi Stephan,
On Monday, 2011-11-21 17:53:42 +0100, Stephan Bergmann wrote:
> On 11/21/2011 04:42 PM, Caolán McNamara wrote:
> >On Mon, 2011-11-21 at 14:30 +0100, Stephan Bergmann wrote:
> >>SAL_INFO/WARN just go to stderr for now. What should work to see them
> >>even for a gui soffice.exe is to a
Thorsten Behrens wrote (21-11-11 17:48)
Use RDF for what it's been designed for, craft extensibility into
ODF via other means.
Wasn't it a possibility to save data that is not likely to become
regular part of ODF in the end (hmm, would you want to have smthing like
that in your office-app :-\
At 11:53am -0500 Mon, 21 Nov 2011, Stephan Bergmann wrote:
It would be good if such "impossible to proceed" situations would
lead to uncaught exceptions [...] or clear error messages from within
LO ("this functionality is unavailable (detailed error message:
...)"), instead of LO silently doing n
On Mon, Nov 21, 2011 at 06:04:45PM +0100, Thorsten Behrens wrote:
> Generally, Björn has some more advanced CI in the works, with
> Jenkins/Gerrit, slightly unsure about the status there - but best
> sync with Cloph/Björn, for not doing extra work.
Yes, indeed. However, first we need to get the ba
Hi Lionel, *,
On Mon, Nov 21, 2011 at 3:48 PM, Lionel Elie Mamane wrote:
> Hi,
>
> 1) On http://tinderbox.libreoffice.org/MASTER/status.html, the links
> "Check-ins since last build" are all 404s.
https://bugs.freedesktop.org/show_bug.cgi?id=38879
" [EasyHack] Add git history/log parser for ti
Hi Tim,
On Mon, 2011-11-21 at 18:05 +0100, Tim Hardeck wrote:
> On 11/18/2011 04:54 PM, Michael Meeks wrote:
> > Right, just changing that default would be easier. Tim - the best way
...
> sure, that should be it.
Thanks for that; pushed - we should add to the 3.5 release notes in the
wik
Hi there,
On Fri, 2011-11-18 at 20:15 +0100, Arnaud Versini wrote:
> The first patch replace the usage of gethostbyname by the reentrant
> version.
Looks nice, and functional for all unix's that I can see :-)
> The second and third patch removes internal gethostbyname_r, backtrace
> and
I also saw that error, and I seem to remember Fridrich fixing it.
But I think I had to do a 'make clean' and then 'make' to fix it.
On Mon, Nov 21, 2011 at 18:55, Thorsten Behrens
wrote:
> xuanyong.yang wrote:
>> I got the following error. Any ideas? and I didn't make any
>> changes in the code
Hi Michael,
On 11/18/2011 04:54 PM, Michael Meeks wrote:
> Right, just changing that default would be easier. Tim - the best way
> (or at least what I'd do) to find that is to cp -a your
> ~/.config/libreoffice to somewhere else; change the setting, exit, then
> diff -ur on the files, perhaps xmli
Lionel Elie Mamane wrote:
> 1) On http://tinderbox.libreoffice.org/MASTER/status.html, the links
>"Check-ins since last build" are all 404s.
>
SCM integration is currently not available - Cloph would know the
details.
> 2) I'd like to get an explicit "tinderbox success" email IF AND ONLY
>
xuanyong.yang wrote:
> I got the following error. Any ideas? and I didn't make any
> changes in the code, just trying to build the master on winxp .
>
Seen this a while ago, Fridrich or someone else fixed it - you may
want to git pull -r & rerun.
Fridrich, weren't there some known-good-for-window
On 11/21/2011 04:42 PM, Caolán McNamara wrote:
On Mon, 2011-11-21 at 14:30 +0100, Stephan Bergmann wrote:
On 11/21/2011 01:30 PM, Caolán McNamara wrote:
Practical question though, is on windows where does the output go ?
SAL_INFO/WARN just go to stderr for now. What should work to see them
e
Cor Nouws wrote:
> - The second: RDF
> Objective: prevent that data that is not (yet) supported in other
> application gets lost when round tripping with those other pps.
> Metadata plays a role in this.
>
Meh. Somehow, "RDF" seems to be the cop-out answer du jour for
extending ODF - while being
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
Anyone else having trouble with adding address books to Libreoffice
(File->Wizard->Address book).
I'm getting "SDBC error" on my system, _git master LO_ on linux mint
11. Have both thunderbird (repo) and evolution (repo) installed.
The "more" but
https://bugs.freedesktop.org/show_bug.cgi?id=37361
Petr Mladek changed:
What|Removed |Added
Depends on||35669
--- Comment #26 from Petr Mladek 20
On 11/21/2011 04:50 PM, Michael Meeks wrote:
Until then, I think we need to stick with the signal handler, sadly, it
is truly ugly, and I assume it can deadlock too if the signal happens at
certain places wrt. holding mutex', remarkably few posix calls are
signal-safe.
One indeed occasi
Hi,
On 11/21/2011 04:40 PM, Cor Nouws wrote:
> Hi Kendy :-)
>
> Jan Holesovsky wrote (21-11-11 16:25)
>
>> The problem with docking them there is that if you let the behavior as
>> it is now (pop-up when you are in the bullet list / table / etc., and
>> disappear when you leave that), then your do
On Mon, 2011-11-21 at 16:23 +0100, Stephan Bergmann wrote:
> True. So an improvement probably better left for the hypothetical
> future where we have really fast save and/or save in the background.
Of course; in a world of interactive co-editing; we should really
stream everything peopl
On Mon, 2011-11-21 at 14:30 +0100, Stephan Bergmann wrote:
> On 11/21/2011 01:30 PM, Caolán McNamara wrote:
> > Practical question though, is on windows where does the output go ?
>
> SAL_INFO/WARN just go to stderr for now. What should work to see them
> even for a gui soffice.exe is to add som
Hi Kendy :-)
Jan Holesovsky wrote (21-11-11 16:25)
The problem with docking them there is that if you let the behavior as
it is now (pop-up when you are in the bullet list / table / etc., and
disappear when you leave that), then your document will be jumping left
and right, which would be incre
Hi Cor,
On 2011-11-19 at 08:40 +0100, Cor Nouws wrote:
> >>* When we've presented some proposals within the OOo Renaissance
> >> project, people "mentioned" that vertical space is valuable due
> >> to widescreen displays.
>
> So what about the possibility to dock the th
On 11/21/2011 04:14 PM, Terrence Enger wrote:
On Mon, 2011-11-21 at 14:30 +0100, Stephan Bergmann wrote:
(One thing we
could IMO improve though, is to not rely on trying to save open
documents from within a signal handler, but instead rely o
On Mon, 2011-11-21 at 14:30 +0100, Stephan Bergmann wrote:
> (One thing we
> could IMO improve though, is to not rely on trying to save open
> documents from within a signal handler, but instead rely on frequent
> auto-save and roll back to t
Hi Sérgio,
On Monday, 2011-11-21 14:56:18 +, Sérgio Marques wrote:
> I need to change case from months name due to new Portuguese settlement for
> spellcheck. Can I get file mentioned, change case and send it to You for
> commit?
Yes, that's fine, just be sure you use the /plain/ file for mo
2011/11/21 Eike Rathke
> Hi Yury,
>
> On Saturday, 2011-11-19 21:19:43 +0200, Yury Tarasievich wrote:
>
> > Now, where do we get a template for the new format of locale?
>
> Um.. what template? There are the i18npool/source/localedata/data/*.xml
> files (see also
>
> http://cgit.freedesktop.org/l
On Mon, 2011-11-21 at 13:14 +0100, Markus Mohrhard wrote:
> If everyone is fine with the idea of putting the informatio in
> bugzilla I'll do that later today.
Yes, that's my preferred workflow as well.
Thanks a lot, Markus.
Kohei
--
Kohei Yoshida, LibreOffice hacker, Calc
__
Hi,
1) On http://tinderbox.libreoffice.org/MASTER/status.html, the links
"Check-ins since last build" are all 404s.
2) I'd like to get an explicit "tinderbox success" email IF AND ONLY
IF the last mail I got from that tinderbox is "tinderbox failure".
Or if people would mind that, maybe
Hi Markus,
On Monday, 2011-11-21 13:14:27 +0100, Markus Mohrhard wrote:
> If everyone is fine with the idea of putting the informatio in
> bugzilla I'll do that later today.
Of course, yes, that's fine, thanks.
Eike
--
LibreOffice Calc developer. Number formatter stricken i18n transposition
Michael Meeks wrote (21-11-11 15:37)
Always the way :-)
Nasty guys here ;-)
Ah I was asking if you wanted a company name: CorNouwsInc. or somesuch
against your changes.
That is what I understood, yes.
So where should I do what to add "Nou&Off" (www.nouenoff.nl) ?
--
- Co
On Mon, 2011-11-21 at 13:54 +0100, Lionel Elie Mamane wrote:
> I would tend to think that indeed, building LibreOffice just to
> translate comments is rather onerous a cost.
Agreed, no point in stumbling over that. Having said that - comment
translation patches should be -only- comments +
On Mon, 2011-11-21 at 14:29 +0100, Cor Nouws wrote:
> Phillip was so kind to give some useful comments, just after you
> mailed/pushed.
Always the way :-)
> So pls find my second patch attached here ;-)
Ho hum; two patches merged in a day ? ... ;-)
> > Unless I'm wrong, th
Hmmm, that looks like a quoting problem with the $CPP variable.
What does your $CPP variable look like?
On Mon, Nov 21, 2011 at 13:07, Winfried Donkers
wrote:
>> Excellent. Feel free to ask for help if you get stuck setting it up.
>
>> -- Noel Grandin
>
> .autogen.sh succeeded, now make give a s
Hi,
this time a brief summary of what happened during the 46th week in 2011
on LibreOffice repositories and the living branches:
+ master:LO-3.5 development
+ libreoffice-3-4: fixes for LO-3.4.4 bug fix release
There are two logs for each branch:
+ bugfixes
On 11/21/2011 01:30 PM, Caolán McNamara wrote:
On Fri, 2011-11-18 at 15:25 +0100, Stephan Bergmann wrote:
Alright, so we end up with
use assert if you want an assert
SAL_WARN if you want to warn about something odd, but which isn't
necessarily definitely wrong
SAL_INFO for verbose logging
Pract
Hello Thomas,
On Fri, 2011-11-18 at 20:22 +0100, Thomas Collerton wrote:
> Thanks for the reply :-) Sorry for the license, I meant MPL/LGPLv3+.
> I'm still a newbie to the coding world, and my C/C++ knowledge is
> still very basic, so for now I'd rather not be added to the
> developers' list. It w
Hi Michael,
Michael Meeks wrote (21-11-11 12:44)
Prolly not perfect, but should be far better understandable for our
friends all over the world.
Yes, looks a lot better.
Phillip was so kind to give some useful comments, just after you
mailed/pushed.
So pls find my second patch at
On 11/17/2011 06:55 PM, Michael Meeks wrote:
On Wed, 2011-11-16 at 14:16 +0100, Stephan Bergmann wrote:
throw FooException("Failure loading file '%S' code %d",
...
This (as well as cooking something up using OSL_FORMAT) would have the
disadvantage that it potentially converts data from
Hi Michael,
Michael Meeks wrote (21-11-11 13:46)
On Mon, 2011-11-21 at 12:05 +0100, Cor Nouws wrote:
"In LibreOffice 3.5 a different, more often used encryption will be
introduced. ..."
It'd be great if that final text ended up at:
http://wiki.documentfoundation.org/ReleaseN
On Thu, Nov 03, 2011 at 10:46:36PM +0100, Philipp Weissenbacher wrote:
> On 29 October 2011 01:02, Norbert Thiebaud wrote:
> > On Fri, Oct 28, 2011 at 3:11 PM, Philipp Weissenbacher
> > wrote:
Out of curiosity, how did you set-up your repos ? (pure git clone,
using the tar.gz primer me
>Looking at the LibreOffice project's interest, in the short term we
>would probably benefit more from your going through other
>EasyHacks. Except if it makes the difference between having the fix
>for 3.4.5 or not, but I dare hope the Windows build will be fixed
>"soon enough" for that not to be
Hi Cor,
On Mon, 2011-11-21 at 12:05 +0100, Cor Nouws wrote:
> "In LibreOffice 3.5 a different, more often used encryption will be
> introduced. ..."
It'd be great if that final text ended up at:
http://wiki.documentfoundation.org/ReleaseNotes/3.5
to describe the feature
Cor Nouws wrote (21-11-11 13:17)
(NB, I think I saw a comment somewhere, that display of date/time have
been completely disabled .. shall look if I can find that again)
Indeed, line 426 in svx/source/stbctrls/pszctrl.cxx
// Empty display if neither size nor table position are available.
//
On Fri, 2011-11-18 at 15:25 +0100, Stephan Bergmann wrote:
Alright, so we end up with
use assert if you want an assert
SAL_WARN if you want to warn about something odd, but which isn't
necessarily definitely wrong
SAL_INFO for verbose logging
Practical question though, is on windows where does th
Hi Phillip,
Philipp Weissenbacher wrote (21-11-11 12:48)
I took a quick look at your patch and found these minor things:
Thanks :-)
Line 95: "Create an intance of the implementation class, enable the
page numbering by default"
There's a typo (intance -> instance) and in German text it says
On Mon, Nov 21, 2011 at 11:50:52AM +, Michael Meeks wrote:
> On Sat, 2011-11-19 at 16:15 -0500, Marc-André Laverdière wrote:
>> I am convincing some powers-that-be that having a build farm would
>> be good, and they are starting to listen. This would really help me
>> write patches for LO, as
Hello Eike,
2011/11/21 Eike Rathke :
> Hi Markus,
>
> On Monday, 2011-11-21 12:40:11 +0100, Markus Mohrhard wrote:
>
>> Not every document is crash free. We have 15 documents that either
>> froze during the import or crashed calc. I have sent the list to Eike
>> and Kohei and have already fixed tw
On Mon, Nov 21, 2011 at 12:07:03PM +0100, Winfried Donkers wrote:
> Also, considering the vast amount of messages added to bug 36555 by
> Lionel Elie Mamane and Alex Thurgood, it may be wiser to abandon my
> attempts to build LibreOffice and continue with easy hacks on my
> Linus machine?
Well, t
Hi Cor,
I took a quick look at your patch and found these minor things:
Line 95: "Create an intance of the implementation class, enable the
page numbering by default"
There's a typo (intance -> instance) and in German text it says
"Zeitanzeige" (display of time, or showing of the time), but you
tr
Hi Marc,
On Sat, 2011-11-19 at 16:15 -0500, Marc-André Laverdière wrote:
> I am convincing some powers-that-be that having a build farm would be
> good, and they are starting to listen. This would really help me write
> patches for LO, as my poor computer is having impossibly long compile
> cycles
Hi Markus,
On Monday, 2011-11-21 12:40:11 +0100, Markus Mohrhard wrote:
> Not every document is crash free. We have 15 documents that either
> froze during the import or crashed calc. I have sent the list to Eike
> and Kohei and have already fixed two crashs. If anyone else is
> interested in the
Hi Cor,
On Sat, 2011-11-19 at 23:10 +0100, Cor Nouws wrote:
> Our hackfest today was interesting. It learned me that the idea that I
> want to realise (zoom in/out with short cut), asks some more effort.
> (And there were more other useful things for the people attending.)
Nice :-)
> H
2011/11/21 Caolán McNamara :
> On Mon, 2011-11-21 at 11:24 +0100, Markus Mohrhard wrote:
>> Big thanks from me too.
>>
>> And just for the record all ods, xls and xlsx documents are tested with
>> master.
>
> Really?, wow. i.e. every .ods, .xls and .xlsx available from
> freedesktop, redhat.com,
Hi Yury,
On Saturday, 2011-11-19 21:19:43 +0200, Yury Tarasievich wrote:
> Now, where do we get a template for the new format of locale?
Um.. what template? There are the i18npool/source/localedata/data/*.xml
files (see also
http://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/local
On Mon, Nov 21, 2011 at 10:58:23AM +, Michael Meeks wrote:
> Sure - when the easy hack turns out ot be impossible to do, it was
> almost certainly one of mine ;->
Na, it was more a "doing fancy compiler stuff" together with the use of
some adjectives that hinted me at you. ;)
Best,
Bjo
> Excellent. Feel free to ask for help if you get stuck setting it up.
> -- Noel Grandin
.autogen.sh succeeded, now make give a strange error:
...
configure: creating ./config.status
./configure: line 8411: test: too many arguments
./configure: line 8411: test: too many arguments
./configure: lin
Michael Stahl wrote (19-11-11 18:18)
So for the release notes something as follows would be appropriate:
In LibreOffice 3.5 a new stronger encryption will be introduced. As
am not sure "stronger" is appropriate here, AFAIK the main motivation
for the change was that the new algorithm (AES) is
On Sun, 2011-11-20 at 23:34 +0100, Bjoern Michaelsen wrote:
> will the real creator of this Easy Hack:
> https://bugs.freedesktop.org/show_bug.cgi?id=39596
Yep - that's me ;-)
> please stand up (aka CC himself on the bug). There has been a reply
> recently and some mentoring might be hel
On Mon, 2011-11-21 at 11:24 +0100, Markus Mohrhard wrote:
> Big thanks from me too.
>
> And just for the record all ods, xls and xlsx documents are tested with
> master.
Really?, wow. i.e. every .ods, .xls and .xlsx available from
freedesktop, redhat.com, mozilla.org and openoffice.org is cras
https://bugs.freedesktop.org/show_bug.cgi?id=37361
Björn Michaelsen changed:
What|Removed |Added
Depends on||43105
--- Comment #25 from Björn Mich
2011/11/21 Caolán McNamara :
> On Mon, 2011-11-21 at 02:04 +0100, Miklos Vajna wrote:
>> On Mon, Nov 14, 2011 at 02:37:07AM -0800, Caolán McNamara
>> wrote:
>> > add script to download documents from various bugzillas
>
> Which reminds me, if someone tweaks it to get public Novell attachments
On Mon, 2011-11-21 at 02:04 +0100, Miklos Vajna wrote:
> On Mon, Nov 14, 2011 at 02:37:07AM -0800, Caolán McNamara
> wrote:
> > add script to download documents from various bugzillas
Which reminds me, if someone tweaks it to get public Novell attachments
of the requested mime-types that wou
Italo Vignoli wrote (18-11-11 10:40)
Can I get a contact from this company? We need such statements, and I
would be happy to get a quotation from these guys to use in a press
release, or to write a case study about their implementation.
Of course - he's willing to help.
Send it to you direct,
Hi Lionel,
On Mon, 2011-11-21 at 10:49 +0100, Lionel Elie Mamane wrote:
> OK, then. To implement that "hopefully over time, bit by bit we can
> incrementally re-write it as a clean MPL/LGPLv3+ thingit", we need to
> clearly establish that all future contributions to these files are
> LGPLv2.1+ / M
On Thu, Nov 17, 2011 at 12:59:58PM +, Michael Meeks wrote:
> On Thu, 2011-11-17 at 12:05 +0100, Lionel Elie Mamane wrote:
>> Sure I can: the code being *dual*-licensed means anybody legitly
>> getting a copy of the code can *choose* between obeying the LGPLv2.1
>> *OR* obeying the SISSL. I cho
On 11/18/2011 08:51 PM, Christian Ehrlicher wrote:
When I try to connect to libreoffice over a uno socket
(com.sun.star.bridge.UnoUrlResolver) in most cases I need to try at least two
times because the socket is not (yet) open:
Cannot establish a connection using
'uno:socket,host=localhost,port=
83 matches
Mail list logo