[Libreoffice-bugs] [Bug 54765] FILEOPEN: CSV file Import dialog opens in background

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54765

Muthu sumu...@novell.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Muthu sumu...@novell.com ---


*** This bug has been marked as a duplicate of bug 32935 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61194] Add checkbox ODF 1.2 (strict) selection to FILESAVE dialog

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61194

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|suggestion: Improving   |Add checkbox ODF 1.2
   |access to ODF compatibility |(strict) selection to
   |mode|FILESAVE dialog
  Component|Libreoffice |UI
 Ever confirmed|0   |1

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
This checkbox should be greyed out with checkmark if that mode already has been
selected in menu 'Tools - Options - Load/Save - General' as default

If not, there should be a simple opportunity to activate this for a single save
process.

I support this request

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61459] UI: Function wizard buttons icons broken

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61459

--- Comment #11 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
(In reply to comment #10)
 (In reply to comment #9)
  I really wish I knew why I wasn't seeing this issue as I'm running Linux
  build, building again right now to see if I see it then
 
 Hi Joel, the bug is recent, it works there: Version 4.1.0.0.alpha0+ (Build
 ID: 3901964b6d1fb2117cb983a7eedf80da93ba553), that is the appeared after
 02/24.

Does not work there: Version 4.1.0.0.alpha0+ (Build ID:
c68c99ec8cedd51d24b5c946a02b56f63df9ce4)
commit: Revert inadvertent change
author: Stephan Bergmann
date: 2013-02-25 12:45:58

30 commits between both. Manual bisection in progress.

Best regards. JBF

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61622] Problem scaling symbol in Math

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61622

--- Comment #3 from Andrea si...@libero.it ---
Hello Jacques, Root Spacing in format - Spacing is 0%. Not only symbol √ is
small, also ≤ is smaller than . If fonts are being used for symbols and √ ≤,
it seems that these fonts are reduced. Whether it's a font problem?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61658] New: Batch convert objects to pictures in writer documents

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61658

  Priority: medium
Bug ID: 61658
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Batch convert objects to pictures in writer documents
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: andis.lazd...@gmail.com
  Hardware: All
Status: UNCONFIRMED
   Version: unspecified
 Component: Writer
   Product: LibreOffice

The biggest compatibility problem for me in Libreoffice writer is export of
charts, formulas and other objects, when saving documents in Microsoft word
copatible formats like doc or docx. The objects are not visible in word or they
are destroyed, or thay cannot be copied to other word documents, even if they
are visible (because libreoffice or openoffice.org is installed on host
machine).

Conversion of every single chart into picture is time consuming, therefore
macro command, that can do it at once (batch conversion) would be very welcome.

There is simple macro for word to convert all objects into pictures. Probably
it can be converted into Libreoffice macro code to do the same job:

Sub ConvertOLEObjectsToPicture()
  Dim Item As InlineShape
  For Each Item In ActiveDocument.InlineShapes
Select Case Item.Type
  Case wdInlineShapeEmbeddedOLEObject, wdInlineShapeLinkedOLEObject
Item.Select
With Selection
  .CopyAsPicture
  .Delete
  .PasteSpecial DataType:=wdPasteMetafilePicture
  '.ShapeRange.WrapFormat.Type = wdWrapTopBottom
End With
End Select
  Next
End Sub

Origin:
http://answers.microsoft.com/en-us/office/forum/office_2010-customize/how-to-convert-all-embedded-objects-in-word-to/d0b50e67-ef56-4392-8da0-9bf589dc711a

Bad thing in this macro is that it do not follows to original anchoring rules,
so anyway all converted objects should be anchored separately.

It would be reasonable to have this macro separately, probably as extension, to
be able to use in in openoffice 2.4, because all libre and open office versions
after 3 has fatal regression in exporting complex tables, therefore 2.4 has to
be used to export documents to word compatible format.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61636] EDITING: Deleting text causes Writer to crash

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61636

--- Comment #3 from Pär Johansson par.johanss...@comhem.se ---
Hi!

That did not solve the problem :-(

Best regards,

Pär Johansson

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61636] EDITING: Deleting text causes Writer to crash

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61636

--- Comment #4 from Pär Johansson par.johanss...@comhem.se ---
Created attachment 75729
  -- https://bugs.freedesktop.org/attachment.cgi?id=75729action=edit
The commands used to reset the user profile

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61636] EDITING: Deleting text causes Writer to crash

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61636

--- Comment #5 from Pär Johansson par.johanss...@comhem.se ---
Created attachment 75730
  -- https://bugs.freedesktop.org/attachment.cgi?id=75730action=edit
What it looks like before editing

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61636] EDITING: Deleting text causes Writer to crash

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61636

--- Comment #6 from Pär Johansson par.johanss...@comhem.se ---
Created attachment 75731
  -- https://bugs.freedesktop.org/attachment.cgi?id=75731action=edit
What it looks like after editing (pressing backspace)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61636] EDITING: Deleting text causes Writer to crash

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61636

--- Comment #7 from Pär Johansson par.johanss...@comhem.se ---
Created attachment 75732
  -- https://bugs.freedesktop.org/attachment.cgi?id=75732action=edit
Where do I find binaries with debug symbols?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54097] : jump lists to recent files

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54097

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Severity|normal  |enhancement
 CC||vstuart.fo...@utsa.edu

--- Comment #4 from V Stuart Foote vstuart.fo...@utsa.edu ---
Enhancement - per QA guidlines, marking as Resolved - Fixed. 

This behavior on Windows 7 is correct for LibreOffice's cross platform core.

Enhancing with Windows specific code to instrument use of Microsoft Taskbar
Jump Lists, including problematic calls needed to record into the Windows
registry, is clearly an Enhancement that a DEV would have to take on.  It
possibly could be integrated into the Windows Explorer Shell integration
modules to facilitate inclusion/omission on install. 

refs:
http://msdn.microsoft.com/en-us/library/ff770767.aspx

http://blogs.windows.com/windows/archive/b/developers/archive/2009/06/25/developing-for-the-windows-7-taskbar-jump-into-jump-lists-part-2.aspx

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61652] Tinderbox @6 does not deliver 4.1 Master builds

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61652

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 CC||bjoern.michaelsen@canonical
   ||.com, dtar...@redhat.com,
   ||michael.me...@novell.com,
   ||pefol...@verizon.net

--- Comment #1 from Michael Meeks michael.me...@novell.com ---
Hi guys, any ideas here ? I assume it's down to the tinderbox not building
master which may be related to some gnumake changes (?) - but ...

7352  [build CXX]
setup_native/source/win32/customactions/regpatchactivex/regpatchactivex.cxx
7353  NEXTi686-w64-mingw32-g++: error: /MT: No such file or directory
7354  NEXTmake[1]: ***
[/local/home/tinderbox/master-mingw/workdir/wntgcci.pro/CxxObject/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.o]
Error 1
7355  make[1]: *** Waiting for unfinished jobs
7356  NEXTi686-w64-mingw32-g++: error: /MT: No such file or directory
7357  NEXTmake[1]: ***
[/local/home/tinderbox/master-mingw/workdir/wntgcci.pro/CxxObject/setup_native/source/win32/customactions/quickstarter/q

This is a MAB it seems; thanks for any help :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60484] Not possible to select cell range in the insert Y error bar dialogue

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60484

--- Comment #5 from andis.lazd...@gmail.com ---
The problem till exist in Version 4.0.1.2 (Build ID:
84102822e3d61eb989ddd325abf1ac077904985)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54097] : jump lists to recent files

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54097

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=45600

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45600] Jump List items in Windows 7 are not visible in Libreoffice 3.4.5

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45600

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=54097

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61039] FORMATTING: Propotional Font Size Scaling Support

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61039

--- Comment #6 from Mattias Põldaru mahf...@gmail.com ---
That's a fair suggestion. How would you suggest how it is easily accessible? 

Default template already using percentage sizes?

Have an extra template which has percentage sizes? Maybe just have it online?
All you would have to do is download and use it. And if you already started
with your document, you could copy your text over.

Format dialog having extra button to change between percentage and size values?
Would actually be useful if it preserved the real size, e.g parent size is
12px, we have 14px size, button converts it into 117% or back.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 52159] EDITING: Error bars values become Y-values when copying charts from calc to writer

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52159

--- Comment #24 from andis.lazd...@gmail.com ---
In 4.0 there was a problem that error bars did not appeared at all on copy /
paste. Now in Version 4.0.1.2 (Build ID:
84102822e3d61eb989ddd325abf1ac077904985) they are appearing, but just like
before Y error value is the same Y value.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 52159] EDITING: Error bars values become Y-values when copying charts from calc to writer

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52159

--- Comment #25 from andis.lazd...@gmail.com ---
It is funny, but in contrast to 3.6 it is not possible to get error bars on
copy paste if chart is copied from spreadsheet to writer as metafile. So the
only option to keep error values is to use screen copies.

It start to look like horrible problems with Microsoft word 97 charts some
years ago :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61627] Libreoffice compilation fails with enabled -flto

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61627

--- Comment #1 from Martin Liška marxin.li...@gmail.com ---
I updated my configure options that helped me to solve the problem.

new configure:
export
LD_LIBRARY_PATH=/home/marxin/Programming/gcc-mainline/lib64:$LD_LIBRARY_PATH;
CC=/home/marxin/Programming/gcc-mainline/bin/gcc
CXX=/home/marxin/Programming/gcc-mainline/bin/g++ ./autogen.sh
--with-parallelism=8 --without-junit --enable-mergelibs --enable-lto

Unfortunatelly I encounter new stuff:

[build CXX] svl/source/items/imageitm.cxx
/tmp/cc8sQZYR.ltrans0.ltrans.o:(.bss._ZN3com3sun4star3uno8SequenceIaE7s_pTypeE[_ZN3com3sun4star3uno8SequenceIaE7s_pTypeE]+0x0):
multiple definition of `com::sun::star::uno::Sequencesigned char::s_pType'
/home/marxin/Programming/libreoffice-lto/workdir/unxlngx6.pro/CxxObject/binaryurp/qa/test-unmarshal.o:(.bss._ZN3com3sun4star3uno8SequenceIaE7s_pTypeE[_ZN3com3sun4star3uno8SequenceIaE7s_pTypeE]+0x0):
first defined here
collect2: error: ld returned 1 exit status

find -name Sequence.h
./cppu/inc/com/sun/star/uno/Sequence.h
./solver/unxlngx6.pro/inc/com/sun/star/uno/Sequence.h
./workdir/unxlngx6.pro/Zip/cppu_odk_headers/include/com/sun/star/uno/Sequence.h

Looks like first definition is a different file then Sequence.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61627] Libreoffice compilation fails with enabled -flto

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61627

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||bjoern.michaelsen@canonical
   ||.com,
   ||michael.me...@novell.com
 Ever confirmed|0   |1

--- Comment #2 from Michael Meeks michael.me...@novell.com ---
Hi there,

This looks like it's going to be a -really- common problem.

find -name Sequence.h
./cppu/inc/com/sun/star/uno/Sequence.h

The code inside 'cppu' will be compiled against this header; the header is then
'installed' into the workdir  solver:

./solver/unxlngx6.pro/inc/com/sun/star/uno/Sequence.h
./workdir/unxlngx6.pro/Zip/cppu_odk_headers/include/com/sun/star/uno/Sequence.h

 Looks like first definition is a different file then Sequence.h

So - in fact the definitions -should- be identical; is there really a need for
the compiler to bail on that ?

On the more positive front; Bjoern has some sort of plan to remove the
'workdir' and 'solver' pieces of this.

I -suspect- that we -could- re-jig the 'make' installation rules such that the
headers were installed first to the solver, and then we compiled against them
there instead - if that helps.

That would involve some hackery in solenv/gnumake/ I suspect - thoughts Bjoern
?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61564] REPORTBUILDER: Creating a basic report crashes

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61564

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||lio...@mamane.lu

--- Comment #4 from Julien Nabet serval2...@yahoo.fr ---
Thank you Terrence for having confirmed this one.
I put Lionel on cc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45600] Jump List items in Windows 7 are not visible in Libreoffice 3.4.5

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45600

--- Comment #18 from Michael Meeks michael.me...@novell.com ---
Andras:

This may well be a simple registry key issue; according to:

http://msdn.microsoft.com/en-us/magazine/dd942846.aspx#id0420086

It should be pretty clear that it's possible to get the jump list to
work for you without a significant effort. For recent items to appear
in your application's jump list, follow these steps:

Make sure that your application's file type is associated with
your application in the Windows registry (as a registered
handler). Note that your application does not have to be the
primary or default handler for the file type. (See
msdn.microsoft.com/en-us/library/dd378402(VS.85).aspx for more
information.)

Which seems the most likely cause of the problem, or perhaps we are not
calling:

void WinSalInstance::AddToRecentDocumentList(const rtl::OUString rFileUrl,
const rtl::OUString /*rMimeType*/)
{
rtl::OUString system_path;
osl::FileBase::RC rc = osl::FileBase::getSystemPathFromFileURL(rFileUrl,
system_path);

OSL_ENSURE(osl::FileBase::E_None == rc, Invalid file url);

if (osl::FileBase::E_None == rc)
SHAddToRecentDocs(SHARD_PATHW, system_path.getStr());
}

In the right place - can you dig into that ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61660] New: unhelpful dictionary entries...

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61660

  Priority: medium
Bug ID: 61660
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: unhelpful dictionary entries...
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: michael.me...@novell.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.0.0.beta2
 Component: Libreoffice
   Product: LibreOffice

It has been pointed out that trans-woman is the correct term, and that
tranny-woman is a pejorative term; suggesting a replacement of the latter for a
former is not good in English.

I've tested our dictionaries - initially I tried just English [ it's a shame
that we don't share a root dictionary here for all en_ and then overlay a US
vs. GB etc. impl. ] anyhow the problem is thus:

en_US, en_CA - ok
en_AU, en_GB, en_ZA - bad

No idea of the politics of this and/or whether such terms offensiveness are
locale-dependent; I suspect not. So we should just fixup AU, GB, ZA I guess.

It looks like trans-man has the equivalent problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61660] unhelpful dictionary entries...

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61660

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61660] unhelpful dictionary entries...

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61660

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |tima...@gmail.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61636] EDITING: Deleting text causes Writer to crash

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61636

--- Comment #8 from Jacques Guilleron guillero...@aol.com ---
Hollo Pâr,

To delete your sentence and get one page, place your cursor behind Clementine,
LibreOffice. and use Del to delete. You will get a clean page.

Jacques Guilleron

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61627] Libreoffice compilation fails with enabled -flto

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61627

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 CC||mst...@redhat.com

--- Comment #3 from Björn Michaelsen bjoern.michael...@canonical.com ---
well, this workdir version of the file will likely remain as it seems to be put
there for packing up in an ODK zip file (so it is essentially only there for
packaging). That file should never be used by a compiler anyway (if it is, I
would consider that a bug).

As for getting rid of 'delivered' static headers in solver: Yes, thats
something we should do and can do now rather easily -- it would change our
build tree quite a bit though. We would:
 - move all the 'public' static headers that are visible in all of LibreOffice
(and not only in one module) from $SRCDIR/$module/inc/$module/* to an new
$SRCDIR/inc/$module/* location on the toplevel
 - the module-private headers at $module/inc/* stay were they are
 - we add $SRCDIR/inc to the global include path, but keep $OUTDIR/inc also for
now for generated headers (this might have a slight performance hit on
preprocessing as there is one more include path to check for a file -- I hope
this is barely noticeable even on ccached builds)
 - we get rid of all the 'Package_*.mk' targets in our build (likely making our
null build some 1-2 seconds quicker ;) )

 - done

I see nothing blocking this anymore except a/ possibly some more work on merges
b/ module headers move out of the module c/ therefore: change
management/getting the buy-in of core devs

CCing mst, who also might have some thoughts on this (bug is derailed a bit --
splitting it into two?)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45600] Jump List items in Windows 7 are not visible in Libreoffice 3.4.5

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45600

--- Comment #19 from V Stuart Foote vstuart.fo...@utsa.edu ---
Is this really a LibreOffice bug--seems more an issue with Windows 7 shell.

In effect, the Windows builds for LibreOffice do not fully integrate with the
default SHAddToRecentDocs routines of Windows 7 shell to populate recent used
items listing that then populates the Taskbar Jump List.

Unclear why Windows is not correctly handling LibreOffice components, but the
default Windows behavior should be to add to files to the list if you have a
registered handler and an Application ID--I believe LibreOffice does that much
in a Windows installation, maybe a conflicting handler and muddled AppID.
Possibly it even is something to do with LibreOffice's minimal use of the
Windows registry.

Activating the LO Windows Explorer Extension during installation (LO
documents parsed and rendered as icons in Windows Explorer) does not improve
behavior of the SHAddtoRecentDocs and function of Taskbar Jump Lists. Nor does
launching the document from out of Windows Explorer (assuming correct file
association).

Microsoft would probably not agree to fix this. But since the default Windows
shell behavior is not correctly handling LibreOffice components, simplest
solution may lay with an enhancement to develop an ICustomDestinationList and a
set of ApplicationIDs for the LibreOffice components.

Seems pretty straight forward to implement, as in these refs:

http://blogs.windows.com/windows/archive/b/developers/archive/2009/06/18/developing-for-the-windows-7-taskbar-application-id.aspx

http://blogs.windows.com/windows/archive/b/developers/archive/2009/06/25/developing-for-the-windows-7-taskbar-jump-into-jump-lists-part-2.aspx

http://msdn.microsoft.com/en-us/library/ff770767.aspx

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54097] : jump lists to recent files

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54097

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE

--- Comment #5 from V Stuart Foote vstuart.fo...@utsa.edu ---


*** This bug has been marked as a duplicate of bug 45600 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45600] Jump List items in Windows 7 are not visible in Libreoffice 3.4.5

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45600

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

 CC||lg7896-li...@usa.net

--- Comment #20 from V Stuart Foote vstuart.fo...@utsa.edu ---
*** Bug 54097 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54097] : jump lists to recent files

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54097

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

   See Also|https://bugs.freedesktop.or |
   |g/show_bug.cgi?id=45600 |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45600] Jump List items in Windows 7 are not visible in Libreoffice 3.4.5

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45600

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

   See Also|https://bugs.freedesktop.or |
   |g/show_bug.cgi?id=54097 |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61627] Libreoffice compilation fails with enabled -flto

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61627

--- Comment #4 from Michael Stahl mst...@redhat.com ---
this has already been discussed a year ago (but was delayed due to re-base).

http://comments.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/24833

my alternative proposal was this:

- module/inc contains the public headers of the module
- module/source/inc contains internal headers of the module
- put top-level dir in include path

advantage is that headers stay in modules, but would require changing
all #include module/foo to module/inc/foo ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53449] FILESAVE: With CSV format, Save converts field delimiter to TAB

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53449

--- Comment #7 from Muthu sumu...@novell.com ---
Seems to be fixed in Master?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55001] PRINTING: Master Documents with automatic fields

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55001

--- Comment #2 from Javier Silva silva.and...@gmail.com ---
I have installed LibreOffice 4. I will try with this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 56572] UI: Grid lines always VIEWING black

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56572

Mike Lipscomb mclip...@gmail.com changed:

   What|Removed |Added

   Hardware|Other   |x86 (IA32)
Version|3.6.2.2 release |4.0.0.3 release

--- Comment #5 from Mike Lipscomb mclip...@gmail.com ---
As of this writing, I can confirm this is still an issue in LO 4.0.0.3 on
Windows XP 32-bit. Comment #1 also works in my situation. That is, changing the
color in Options  LibreOffice  Appearance will work. But changing the color
in Tools  Options  LibreOffice Calc  View does NOT work, as expected. It
seems like this is an interface setting which should be in one or the other
menu, but not both.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 56572] UI: Grid lines always VIEWING black

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56572

--- Comment #6 from Mike Lipscomb mclip...@gmail.com ---
As of this writing, I can confirm this is still an issue in LO 4.0.0.3 on
Windows XP 32-bit. Comment #1 also works in my situation. That is, changing the
color in Options  LibreOffice  Appearance will work. But changing the color
in Tools  Options  LibreOffice Calc  View does NOT work, as expected. It
seems like this is an interface setting which should be in one or the other
menu, but not both.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 56572] UI: Grid lines always VIEWING black

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56572

--- Comment #7 from Mike Lipscomb mclip...@gmail.com ---
Sorry for the duplicate comment. I had a browser issue. If possible please
remove my Comment #6

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54346] Libreoffice 3.5.5 Calc WEEKDAY() function shows wrong number of day

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54346

Winfried Donkers o...@dci-electronics.nl changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG
 CC||o...@dci-electronics.nl

--- Comment #4 from Winfried Donkers o...@dci-electronics.nl ---
This looks like a non-bug to me.
The WEEKDAY() function returns the value as designed and as explained in th
ehelp file, with the default setting (no type specified) being Sunday day 1.

Changing the type in either column A, B or C changes the result instantly
(provided that auto-calculation is enabled).

Tested with version 4.0.0.3 on Windows XP, version 3.6.5 on Windows 7-64.

@andis:
If you feel this is till a bug, please put the status back to unconfirmed and
tell what is the bug. Thank you :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61661] New: : Send causes crash

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61661

  Priority: medium
Bug ID: 61661
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: : Send causes crash
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: jonnjo...@fastmail.fm
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Writer
   Product: LibreOffice

Problem description: 
Just going to File-Send freezes and crashes libre office writer.

Steps to reproduce:
1. File
2. Send  [Nothing at all appears]
3. [Freeze and Crash]

Current behavior: 

Freezes and crashes libre office writer. The document recovery system appears
when restarting libre office, with the document with which the crash happened.
The same thing happens on multiple systems with different versions of
Slackware, and different documents. Terminal output (sometimes not present):

GC Warning: Repeated allocation of very large block (appr. size 131072):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 258048):
May lead to memory leak and poor performance.

GC Warning: Repeated allocation of very large block (appr. size 1024000):
May lead to memory leak and poor performance.
GC Warning: Repeated allocation of very large block (appr. size 1024000):
May lead to memory leak and poor performance.

Expected behavior:

Send, I suppose to mail? or other? At least not crash.
Operating System: Linux (Other)
Version: 4.0.0.3 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55001] PRINTING: Master Documents with automatic fields

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55001

--- Comment #3 from Javier Silva silva.and...@gmail.com ---
Problem still persists, and PDF result file hasn't got all the documents pages

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61636] EDITING: Deleting text causes Writer to crash

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61636

--- Comment #9 from Pär Johansson par.johanss...@comhem.se ---
Hi Jacques Guilleron!

Nope, placing the cursor after LibreOffice. and repeatedly pressing delete
causes the program to crash.

Deleting I don't hesitate to correct Wikipedia  works, but LibreOffice
crashes at the very instant as I'm deleting the a in articles.. That is,
it's crashing when the two pages (supposedly) becomes one.

Best regards,

Pär Johansson

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61662] New: EDITING: No immediate VLOOKUP recalc

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61662

  Priority: medium
Bug ID: 61662
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: No immediate VLOOKUP recalc
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: www.libreoffice@07.ath.cx
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 75737
  -- https://bugs.freedesktop.org/attachment.cgi?id=75737action=edit
sample doc

See attached doc.
If you change values in J1 or J2, then result in J5 won't be recalculated after
change.
However, if value will be changed twice, recalc do occurs.
Operating System: Windows 7
Version: 4.0.0.3 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60327] : intermittent operation of menu functions

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60327

--- Comment #6 from tim...@googlemail.com ---
Hi, I installed the latest  version last night and experienced a few
teething problems to begin with, but it all seems to be working very well
at present.
After posting the initial bug report I installed version 3.6.5.2; there
were no intermittent problems with that version.   How ever I had a lot of
intermittent problems with the screen blanking off when  I pressed the left
mouse button.  I have only used version 4 a couple of time and so far I've
had no problems.


On 25 February 2013 20:02, bugzilla-dae...@freedesktop.org wrote:

 Comment # 5 on bug 60327 from Brenda Granados

 Sorry it's taken me long to respond. Have you had the chance to test this
using
 LibreOffice 4.0 to see if the problem still persists? If you are able,
please
 let me know the results. If it is fixed, that's good. If not, I will use
your
 input as basis to change this bug to a confirmed NEW.

 
 You are receiving this mail because:

 You reported the bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61656] broken functionality on Page Layout tab

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61656

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61495] Indentation difference for Backspace and Shift+Enter after conversion to .doc/.docx

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61495

--- Comment #7 from Maciej Rumianowski maciej.rumianow...@gmail.com ---
I've done some more research, below are differences in flat odt files.
Indent-Bug.fodt:
text:list xml:id=list1342197654 text:style-name=L1
text:list-item
 text:p text:style-name=P2Test1/text:p
 text:list
  text:list-item
   text:p text:style-name=P3Test2text:line-break/Indent text:span
text:style-name=T1(Shift+Enter)/text:spantext:line-break/Indent
text:span text:style-name=T1(Shift+Enter)/text:span/text:p
  /text:list-item
  text:list-item
   text:p text:style-name=P2Test2/text:p
   text:p text:style-name=P2Indent text:span
text:style-name=T1(Backspace)/text:span/text:p
   text:p text:style-name=P3Indent text:span
text:style-name=T1(Backspace)/text:span/text:p
  /text:list-item
 /text:list
/text:list-item
text:list-item
 text:p text:style-name=P3Test1text:line-break/Indent text:span
text:style-name=T1(Shift+Enter)/text:span/text:p
 text:p text:style-name=P3Indent text:span
text:style-name=T1(Backspace)/text:span/text:p
/text:list-item
text:list-item
 text:p text:style-name=P2Test1/text:p
/text:list-item
   /text:list
Indent-Bug2.fodt (this was done odt-docx-fodt):
text:list xml:id=list4803795411 text:style-name=WWNum1
text:list-item
 text:p text:style-name=P2Test1/text:p
 text:list
  text:list-item
   text:p text:style-name=P2Test2text:line-break/Indent
(Shift+Enter)text:line-break/Indent (Shift+Enter)/text:p
  /text:list-item
  text:list-item
   text:p text:style-name=P2Test2/text:p
  /text:list-item
 /text:list
/text:list-item
   /text:list
   text:p text:style-name=StandardIndent (Backspace)/text:p
   text:p text:style-name=StandardIndent (Backspace)/text:p
   text:list xml:id=list2091705632 text:continue-numbering=true
text:style-name=WWNum1
text:list-item
 text:p text:style-name=P2Test1text:line-break/Indent
(Shift+Enter)/text:p
/text:list-item
   /text:list
   text:p text:style-name=StandardIndent (Backspace)/text:p
   text:list xml:id=list1087656376 text:continue-numbering=true
text:style-name=WWNum1
text:list-item
 text:p text:style-name=P2Test1/text:p
/text:list-item
   /text:list

Differences are:
1. When Indent with Shift+Enter there is 1 paragraph text:p.../text:p with
line breaks
   When Indent with Backspace there are 3 paragraphs no line breaks
2. In Indent-Bug2.fodt paragraphs with Indent (Backspace) are outside list
text:list...text:list

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61663] New: FILEOPEN: File corrupt combination of comment and field

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61663

  Priority: medium
Bug ID: 61663
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: File corrupt combination of comment and
field
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: pascal.oberhaen...@eratec.ch
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Writer
   Product: LibreOffice

Created attachment 75738
  -- https://bugs.freedesktop.org/attachment.cgi?id=75738action=edit
a simple corrupt file while used the steps to reproduce

Problem description:
We have templates which include fields and we use comments in our documents.
You can comment a character, word or a whole line. If you comment the whole
line and you have fields (e.g. date, page numbers etc.) in your document, the
file will be corrupt after saving.

Steps to reproduce:
1. open a new file
2. add a field (e.g. date, page numbers etc.)
3. add some text
4. comment the text selecting a whole line
5. save
6. reopen
7. error message appears that it is corrupt 
(you can open the file with the version 3.6)


Operating System: Windows 7
Version: 4.0.0.3 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61664] New: EDITING: Crash when Insert - Fields - other is pressed

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61664

  Priority: medium
Bug ID: 61664
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Crash when Insert - Fields - other is
pressed
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: ger...@fuchsclan.de
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Writer
   Product: LibreOffice

Created attachment 75739
  -- https://bugs.freedesktop.org/attachment.cgi?id=75739action=edit
Log information of crash

I am opening a new text document in Libre Office 4, and then press
Insert-Fields-other Libre Office crashes. 

I have attached the log information to this message

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61664] EDITING: Crash when Insert - Fields - other is pressed

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61664

ger...@fuchsclan.de ger...@fuchsclan.de changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)
 OS|All |Mac OS X (All)
Version|unspecified |4.0.0.3 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61125] page number is doubly printed in this .doc file

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61125

Parrenin parre...@gmail.com changed:

   What|Removed |Added

  Attachment #75118|0   |1
is obsolete||

--- Comment #2 from Parrenin parre...@gmail.com ---
Created attachment 75740
  -- https://bugs.freedesktop.org/attachment.cgi?id=75740action=edit
.doc file to reproduce the problem

Example file attached again.
I have not produced it so I don't know what was the procedure.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60327] : intermittent operation of menu functions

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60327

--- Comment #7 from tim...@googlemail.com ---
Sorry got  that wrong..
it still blanks out on a left mouse click, right back to the ubuntu splash
screen... but very intermittent.

On 1 March 2013 13:25, Tim Cooper tim...@googlemail.com wrote:

 Hi, I installed the latest  version last night and experienced a few
 teething problems to begin with, but it all seems to be working very well
 at present.
 After posting the initial bug report I installed version 3.6.5.2; there
 were no intermittent problems with that version.   How ever I had a lot of
 intermittent problems with the screen blanking off when  I pressed the left
 mouse button.  I have only used version 4 a couple of time and so far I've
 had no problems.


 On 25 February 2013 20:02, bugzilla-dae...@freedesktop.org wrote:
 
  Comment # 5 on bug 60327 from Brenda Granados
 
  Sorry it's taken me long to respond. Have you had the chance to test
 this using
  LibreOffice 4.0 to see if the problem still persists? If you are able,
 please
  let me know the results. If it is fixed, that's good. If not, I will use
 your
  input as basis to change this bug to a confirmed NEW.
 
  
  You are receiving this mail because:
 
  You reported the bug.


-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60769] FILEOPEN, FILESAVE, Could not save document, error in writing sub document context.xml then corrupt file.

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60769

Omar Khashoggi omar.w...@gmail.com changed:

   What|Removed |Added

 CC||omar.w...@gmail.com

--- Comment #9 from Omar Khashoggi omar.w...@gmail.com ---
I have the same problem (WIN7 64), and a new symptom.
I started selecting part of a text that's connected to a comment in order to
remove it, Writer started saving endlessly, I tried sneaking in while it saves
and clicked Save As but it resulted into the same problem (the content.xml
error) then continued the endless saving loop, I had to close LibreOffice from
the task manager.
It could have been autosave stuck somehow because of this comments bug, there
is no way for me to confirm this.
If it wasn't clear, I recorded a video of the incident:
http://youtu.be/4-9kk1GLrGM?t=7s

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61664] EDITING: Crash when Insert - Fields - other is pressed

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61664

--- Comment #1 from Pje335 pje...@hotmail.com ---
Thank you for reporthing this bug,
I can't reproduce this bug running LibreOffice 4.0.0.3 and 4.0.1.2 rc on mac
osx 10.6.8

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60769] FILEOPEN, FILESAVE, Could not save document, error in writing sub document context.xml then corrupt file.

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60769

--- Comment #10 from Luis Villa lvi...@wikimedia.org ---
I had the same looping problem once, but haven't been able to repeat it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61594] FILEOPEN: Import problem: Word docx document with multi-page table

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61594

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard|BSA |BSA, bibisected40
 CC||mst...@redhat.com,
   ||vmik...@suse.cz
 Ever confirmed|0   |1

--- Comment #2 from Michael Stahl mst...@redhat.com ---
worked in 3.6.5.2, regression from:

commit edc4861a68e0269b83b17e0ec57912a1ce4220ad
Author: Miklos Vajna vmik...@suse.cz
Date:   Wed Aug 15 16:31:51 2012 +0200

n#775899 initial docx import of w:vertAnchor inside w:tblpPr

which turns the 6 page table into a frame.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61665] New: FORMCONTROLS Modifying column spacing in Writer causes crash

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61665

  Priority: medium
Bug ID: 61665
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMCONTROLS Modifying column spacing in Writer causes
crash
  Severity: critical
Classification: Unclassified
OS: Linux (All)
  Reporter: pin.termina...@gmail.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.1.0.0.alpha0+ Master
 Component: Writer
   Product: LibreOffice

Modifying column spacing in Writer causes a crash.

Steps to reproduce:
1.) Create a new writer document.
2.) Format - Columns; Set number of columns to 2.
3.) Turn off AutoWidth.
4.) Click on the increase button next to the Spacing field under the first two
columns. Crash.
4b) Alternatively enter a number by hand, and click out, this froze my MATE.

Build Version 4.1.0.0.alpha0+ built on 2013-03-01
Under Linux Mint 14 MATE 64 bits

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61594] FILEOPEN: Import problem: Word docx document with multi-page table

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61594

--- Comment #3 from Michael Stahl mst...@redhat.com ---

the document contains this:

  w:tblpPr w:leftFromText=180 w:rightFromText=180 w:vertAnchor=page
w:horzAnchor=margin w:tblpY=3286/

which makes it a floating table.

unfortunately Writer doesn't support splitting frames across pages,
so the result of importing the multi-page table into a frame is quite horrible.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61125] page number is doubly printed in this .doc file

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61125

--- Comment #3 from Brenda Granados bgra...@gmail.com ---
This is interesting. It seems to me that MS-Word can't see the footer added by
LibreOffice Writer. To understand what I mean:

1. Delete the footer: Insert - Footer- check Default.
2. Insert - Footer. Here's where you see the page numbers on the left.
3. Insert - Field - Page number. Another page number appears. You can center
this. As for how there appeared a total of 3 page numbers on the document
initially, I can't reproduce.
4. Save as either .docx or .doc.
5. Open with MS-Word. The page numbers on the left of the footer aren't there!

I still can't figure out how to get 2 page numbers, but I have verified that
when opening the document in Word you can't see some footer text... I'm going
to associate this bug as with Bug 40787, so maybe this will help provide that
developer with extra information.

Thank you for reporting this!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61125] page number is doubly printed in this .doc file

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61125

Brenda Granados bgra...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Brenda Granados bgra...@gmail.com ---


*** This bug has been marked as a duplicate of bug 40787 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40787] FILEOPEN:Libreoffice shows text in footer that is hidden in Word by the way it handles superflouus tabs in the text

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40787

Brenda Granados bgra...@gmail.com changed:

   What|Removed |Added

 CC||parre...@ujf-grenoble.fr

--- Comment #11 from Brenda Granados bgra...@gmail.com ---
*** Bug 61125 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61125] page number is doubly printed in this .doc file

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61125

--- Comment #5 from Brenda Granados bgra...@gmail.com ---
I forgot to add that I tested this using LibreOffice 4.0 on Windows 8.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60148] Clean up warnings from the Clang compiler plugin

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60148

Lubos Lunak l.lu...@suse.cz changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|sa...@seznam.cz |libreoffice-b...@lists.free
   ||desktop.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61633] VIEWING: Drawing objects anchored to paragraphs inside frames display incorrectly

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61633

Brenda Granados bgra...@gmail.com changed:

   What|Removed |Added

 CC||bgra...@gmail.com

--- Comment #2 from Brenda Granados bgra...@gmail.com ---
Hi, would you please try attaching the document again? It doesn't open for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61130] FILEOPEN: Missing text in imported .doc file

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61130

Brenda Granados bgra...@gmail.com changed:

   What|Removed |Added

 CC||bgra...@gmail.com

--- Comment #1 from Brenda Granados bgra...@gmail.com ---
When I pull up the document using MS-Word Viewer, I see on page 4 what looks
like the top of a table, but I can't see anything below that. I just wanted to
clarify that there is something more as part of the table?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 52159] EDITING: Error bars values become Y-values when copying charts from calc to writer

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52159

--- Comment #26 from John Kuang xiphosu...@gmail.com ---
Andis, the error bars disappearing in 4.0 is a separate Bug 60083. Your are
right, once Bug 60083 is fixed in 4.0, Bug 52159 shows up again.

Markus, you commented (#22) that this Bug is a special case of Bug 60083. But
now I think the evidence points to it being a separate bug. Hope you can take
charge and fix! :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 36815] Advanced PRINTING capabilities of comments

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36815

--- Comment #22 from Joel Madero jmadero@gmail.com ---
Apologies for spamming but comment 20 applies again. What we have in our code
base is the same that AOO has, no work has been done since 2009 - so any work
will be new and back to no ETA

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61459] UI: Function wizard buttons icons broken

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61459

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 QA Contact|jmadero@gmail.com   |
  Component|UI  |Spreadsheet

--- Comment #12 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Ok, the problem is this commit: 76b3e61bb4ac66decd7800ef309f3241e77d538
title: loplugin: unused variables
author: Thomas Arnhold
date: 2013-02-25 05:41:44

It works until the preceding commit:7cbeac07d21413443889e6ee777a428782e746ae
title: Remove useless SfxStringEncode and SfxStringDecode
author: Thomas Arnhold
date: 2013-02-25 04:16:08

I am not able to say what change in commit
76b3e61bb4ac66decd7800ef309f3241e77d538 is the cause of the icons loss.

Best regards. JBF

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60900] Internal HSQLDB: nested select failed with 'ORDER' and 'LIMIT' keyword

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60900

--- Comment #5 from rob...@familiegrosskopf.de ---
Created attachment 75743
  -- https://bugs.freedesktop.org/attachment.cgi?id=75743action=edit
Queries in this database solve the problem with the internal HSQLDB in this
bug-report.

The problem with the nested select and keywords ORDERand LIMIT couldn't be
solved by LO when using the internal HSQLDB. The database shows a way to get
the same result as wished in this bug-report. So I will change this report to
NOTOURBUG. Hope, that this is the right decision for the reporter, too. If
not, feel free to reopen this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60900] Internal HSQLDB: nested select failed with 'ORDER' and 'LIMIT' keyword

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60900

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTOURBUG

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61663] FILEOPEN: File corrupt combination of comment and field

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61663

Brenda Granados bgra...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||bgra...@gmail.com

--- Comment #1 from Brenda Granados bgra...@gmail.com ---
Hi, I was able to reproduce the file not opening on 4.0.0.3. However, I tested
it again with Version 4.1.0.0.alpha0+ and Version 4.0.1.2, and the file opens
no problem. So, somewhere in between Version 3.6 and 4.0.1.2, something was
broken, and then fixed.  I will mark this as Works for me. Thank you for
reporting!

Platform: Windows 8
Version: 4.1.0.0.alpha0+; Version 4.0.1.2 (Build ID:
84102822e3d61eb989ddd325abf1ac077904985)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61459] UI: Function wizard buttons icons broken

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61459

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

--- Comment #13 from Caolán McNamara caol...@redhat.com ---
great, I see it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61531] EDITING: font color change from toolbar doesn't work

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61531

Brenda Granados bgra...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Brenda Granados bgra...@gmail.com ---
Hi, I also cannot confirm this on Windows 8, using LibreOffice 4.0.1.2. All
three character formatting- using the icon, going to Format- Character -
Background and going to Format - Character - font effects - work for me. I
will close as Works for Me, but if you still experience this issue, you can
REOPEN the bug. 
Thank you for reporting this!

Platform: Windows 8 x64
Version:  4.0.1.2 (Build ID: 84102822e3d61eb989ddd325abf1ac077904985)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60270] LibreOffice 4.1 most annoying bugs

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

Bug 60270 depends on bug 61459, which changed state.

Bug 61459 Summary: UI: Function wizard buttons icons broken
https://bugs.freedesktop.org/show_bug.cgi?id=61459

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61571] Error while running libreoffice4.0 TinderBox 34: no suitable windowing system found, exiting.

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61571

--- Comment #7 from Caolán McNamara caol...@redhat.com ---
4-0-1 as https://gerrit.libreoffice.org/#/c/2494/

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40787] FILEOPEN:Libreoffice shows text in footer that is hidden in Word by the way it handles superflouus Tabs and Enters in (at the end of) the text

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40787

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

Summary|FILEOPEN:Libreoffice shows  |FILEOPEN:Libreoffice shows
   |text in footer that is  |text in footer that is
   |hidden in Word by the way   |hidden in Word by the way
   |it handles superflouus tabs |it handles superflouus Tabs
   |in the text |and Enters in (at the end
   ||of) the text

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61615] After format for numbering jumps to Before box when saved in MSWord format

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61615

Brenda Granados bgra...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #1 from Brenda Granados bgra...@gmail.com ---
Hi, thanks for submitting a bug report. I am not able to reproduce this using
LibreOffice 4.0.1.2 or LibreOffice 4.1.0.0alpha0+. I will close this as Work
for Me, but if this is still a bug for you, you can REOPEN the bug.

Platform: Windows 8 x64
Version:  4.1.0.0.alpha0+; 4.0.1.2

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61667] New: EDITING: saving in MS Word docx

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61667

  Priority: medium
Bug ID: 61667
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: saving in MS Word docx
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: hunter.cr...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Writer
   Product: LibreOffice

Problem description: LibreOffice inserts its own text flow and paragraph
formatting, contrary to that which the formatting the text in the doc when
saved.

Expected behavior: When specific paragraph format changes are made to single
paragraphs here and there within the doc, LibreOffice should not change that
formatting to whatever default formatting it may have. This sometimes happens
with page formatting as well.

It's not clear or easy to change the default formatting, and then to make it
stick for any single doc.


Operating System: Windows 7
Version: 4.0.0.3 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35077] [UI] Add an OPTION to switch off special effects, such as flashing lines around copy source cell(s)

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35077

--- Comment #16 from john.pr...@cantab.net ---
I agree that this behaviour is annoying and inconsistent.  Every time I copy
students test results I have to scroll my window as it is annoying.  The top
remains even if I hit ESC, as it is next to the freeze window line, and the
only way to clear it seems to be to scroll the window.  I also find that
sometimes it starts to flash, but nothing has been copied (when I paste there
is nothing there, or something from earlier).

It is simply incredibly annoying to me.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61639] FORMATTING: Tab Color

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61639

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||joren.libreoffice@telenet.b
   ||e

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---
I can't reproduce this when saving it as ODS, can reproduce this using xls(x).
- see duplicate bug report

*** This bug has been marked as a duplicate of bug 58307 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58307] calc FILEOPEN, FILESAVE sheet tab color

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58307

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 CC||w...@far-tech.com

--- Comment #3 from Jorendc joren.libreoff...@telenet.be ---
*** Bug 61639 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58307] calc FILEOPEN, FILESAVE sheet tab color

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58307

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Windows (All)   |All
 QA Contact||joren.libreoffice@telenet.b
   ||e

--- Comment #4 from Jorendc joren.libreoff...@telenet.be ---
Even easier to reproduce:

* Open Calc
* Right click on tab
* Click 'Tab color...'
* Change color - Ok
* Save file as xls(x)

Result: tab color lost

Reproduced using LibreOffice 4.0.1.1 rc on Linux Mint 14 x64

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58307] FILESAVE sheet tab color isn't correctly exported using xls and xlsx

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58307

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

Summary|calc FILEOPEN, FILESAVE |FILESAVE sheet tab color
   |sheet tab color |isn't correctly exported
   ||using xls and xlsx

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61634] Calc: Strange data subtotals auto range selection issue

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61634

--- Comment #6 from tmacalp tmac...@gmail.com ---
Created attachment 75745
  -- https://bugs.freedesktop.org/attachment.cgi?id=75745action=edit
Subtotal/sort bug spreadsheet with macro

I've attached a spreadsheet with a macro to show the behavior.

All you need to do is click the button labeled Run Macro and then open the
subtotal dialog to notice that the headings are not being used.

You should notice that the categories listed in the subtotal dialog are taken
from the actual data and are not using proper headings.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61638] RTF and DOCX equations sized incorrectly

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61638

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||joren.libreoffice@telenet.b
   ||e
 Ever confirmed|0   |1

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---
@bug reporter: is it possible to attach a sample file?

Thanks in advance,
Joren

---
LibreOffice is powered by a team of volunteers, every bug is confirmed
(triaged) by human beings who mostly give their time for free. We invite you to
join our triaging by checking out this link:
https://wiki.documentfoundation.org/QA/BugTriage  There are also other ways to
get involved including with marketing, UX, documentation, and of course
developing -  http://www.libreoffice.org/get-help/mailing-list

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61636] EDITING: Deleting text causes Writer to crash

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61636

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

  Attachment #75711|text/plain  |application/vnd.oasis.opend
  mime type||ocument.text

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61636] EDITING: Deleting text causes Writer to crash

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61636

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

  Attachment #75732|text/plain  |image/jpg
  mime type||

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61667] EDITING: saving in MS Word docx

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61667

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 CC||joren.libreoffice@telenet.b
   ||e

--- Comment #1 from Jorendc joren.libreoff...@telenet.be ---
@Bug reporter: Is it possible for you to add a step-by-step walkthrough how we
can reproduce your behavior?

Kind regards,
Joren

---
LibreOffice is powered by a team of volunteers, every bug is confirmed
(triaged) by human beings who mostly give their time for free. We invite you to
join our triaging by checking out this link:
https://wiki.documentfoundation.org/QA/BugTriage  There are also other ways to
get involved including with marketing, UX, documentation, and of course
developing -  http://www.libreoffice.org/get-help/mailing-list

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 39484] Outline groups are lost while editing or after re-opening a spreadsheet

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39484

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 QA Contact||LibreOffice@bielefeldundbus
   ||s.de
 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #24 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
I gambled a little around with 3.4.5 (WIN) and fdo39484-sample, as expected
without quick success. Really a hare nut, thanks to Petr no nominate this one
as  hard nut.

I would like to do a brute-force test to try to make this one reproducible,
but there still are some questions to be clarified before in before

a) is it 100% clear when the loss happens?
a1) you see outlines missing after FILEOPEN, but do not know whether might
have been lost during FILESAVE, because you did not try to open with
other software before edits?
a2) definitivly FILESAVE, groups lost for all other software when FILEOPEN
a3) definitivly FILEOPEN, I tried with an other software and still saw the 
missing group(s)

b) Am I right that normally only some groups are lost and replaced by hiding
   the rows / columns, but normally not all?
b1) yes
b2) no, but ...

c) do we have any document set showing a before/after loss. I would prefer
something like Winfried Donkers' sample what is simple enough for quick tests
(might be with macro aid)
c1) yes
c2) no, but ...

d) due to fdo39484-sample.ods contains hundreds of ODF errors. Are sample
documents with valid ODF 1.2 (strict) available?
d1) yes
d2) no

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60033] FILEOPEN: Failure to open ODF files located on SMB share

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60033

Patrick Oltmann patrick.oltm...@posteo.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Patrick Oltmann patrick.oltm...@posteo.net ---
The problem does not occur anymore in LibO 4.0.1.2. Tagging as resolved.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61576] fontwork trailing space

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61576

Brenda Granados bgra...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |minor
 Ever confirmed|0   |1

--- Comment #1 from Brenda Granados bgra...@gmail.com ---
Hi, I have confirmed that this is an issue on 4.1.0.0alpha0+ using Windows 8.
If you don't delete the extra space at the end, the text appears to change to
the new font, but the fontwork does not. I have confirmed that deleting the
space at the end of the text, and then changing the font and clicking off the
fontwork gives the desired result that the fontwork is changed.

I am lowering the priority to minor, medium. I agree it's a nuisance, too, but
the workaround gets the job done for now. I hope you agree.

Version: 4.1.0.0alpha0+ (Build ID: cad65120c6da901bf9fe33ab16ad22217efed0c)
Platform: Windows 8 x64

Thank you for reporting this bug!

LibreOffice is powered by a team of volunteers, every bug is confirmed
(triaged) by human beings who mostly give their time for free. We invite you to
join our triaging by checking out this link:
https://wiki.documentfoundation.org/QA/BugTriage  There are also other ways to
get involved including with marketing, UX, documentation, and of course
developing -  http://www.libreoffice.org/get-help/mailing-lists

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 58890] Styles and Formatting Graphics update style not working

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58890

Brenda Granados bgra...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
   Priority|medium  |high
 Ever confirmed|0   |1

--- Comment #1 from Brenda Granados bgra...@gmail.com ---
Hi, thanks for providing a mock-up. I will change the priority to enhancement,
high priority, so developers will know that this is a feature request to make
it easier to update the style. Thank you for your feedback!

- Brenda



LibreOffice is powered by a team of volunteers, every bug is confirmed
(triaged) by human beings who mostly give their time for free. We invite you to
join our triaging by checking out this link:
https://wiki.documentfoundation.org/QA/BugTriage  There are also other ways to
get involved including with marketing, UX, documentation, and of course
developing -  http://www.libreoffice.org/get-help/mailing-lists

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61576] fontwork trailing space

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61576

--- Comment #2 from Scott srjone...@gmail.com ---
I would agree. Thanks for your effort.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61531] EDITING: font color change from toolbar doesn't work

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61531

--- Comment #4 from ed agro edagr...@verizon.net ---
The bug is unconfirmed in Win 7  8, but so far no one has tried to 
reproduce it in Vista. But since Vista is by now passe, I suppose it's just 
as well to close the bug. Thanks to all who have responded to my report.
On 3/1/2013 11:44:27 AM, bugzilla-dae...@freedesktop.org wrote:
 Brenda Granados [link: mailto:bgra...@gmail.com] changed bug 61531 [link:
 https://bugs.freedesktop.org/show_bug.cgi?id=61531]
 What Removed Added
 Status UNCONFIRMED RESOLVED
 Resolution --- WORKSFORME

 Comment # 3 [link: https://bugs.freedesktop.org/show_bug.cgi?id=61531#c3]
 on bug 61531 [link: https://bugs.freedesktop.org/show_bug.cgi?id=61531]
 from Brenda Granados [link: mailto:bgra...@gmail.com] Hi, I also cannot
 confirm this on Windows 8, using LibreOffice 4.0.1.2. All three character
 formatting- using the icon, going to Format- Character - Background and
 going to Format - Character - font effects - work for me. I will close
 as Works for Me, but if you still experience this issue, you can REOPEN the
 bug. Thank you for reporting this! Platform: Windows 8 x64 Version: 4.0.1.
 2 (Build ID: 84102822e3d61eb989ddd325abf1ac077904985)

 -
 You are receiving this mail because:

 * You reported the bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61594] FILEOPEN: Import problem: Word docx document with multi-page table

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61594

--- Comment #4 from Michael Stahl mst...@redhat.com ---
Created attachment 75748
  -- https://bugs.freedesktop.org/attachment.cgi?id=75748action=edit
bugdoc converted to DOC with Word

so it appears the WW8 import does exactly the same thing as the
DOCX import now after the change, and has been for a long time
(OOo 3.0.1 also converts the table into a single-page frame).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60722] RTF import wrong shape order and coloring problems

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60722

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard||rtf_filter
 CC||vmik...@suse.cz
 Ever confirmed|0   |1

--- Comment #1 from Michael Meeks michael.me...@novell.com ---
So - the stacking is visible at the bottom of the page: the smaller internal
box that should be on top is at the bottom :-) The lines are clearly blue
instead of black - [ a missing default ? ].

Sergey - in general it's by far better to file .3 as a separate bug - export
and import are quite different code-paths I'm afraid.

Thanks for filing the issue with such a nice test-case though :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60766] BUGZILLA: Remove Android Impress Remote Versions

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60766

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Michael Meeks michael.me...@novell.com ---
Certainly an issue - confirming it :-) as I said on the list, we could
reasonably easily create a new top-level bugzilla thing for it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60793] Application hangs for up to 10 min after loading first document

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60793

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Michael Meeks michael.me...@novell.com ---
Wow - that's not ideal :-) hard to confirm without a mac.

Any chance you can kill it and get a stack-trace of what is going on ?

Also - could you try the 4.0.1 pre-release which has asynchronous word-count
(which may help improve your document load experience) which you can find here:

http://www.libreoffice.org/download/pre-releases/

Thanks !

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60784] double short key

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60784

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

  Attachment #74744|text/plain  |image/jpeg
  mime type||

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60784] double short key

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60784

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Michael Meeks michael.me...@novell.com ---
Sorry I'm being dumb - I stared at the screenshot for a while, and tried to
de-cypher the text: I assume you're pointing out that the translator has given
the same shortcut to two different items ? if so can you highlight the two
items (by entering the full text of each) - and we can pass it on to the
translators easily.

Or did the shortcut change in a way you didn't expect ?

Thanks for filing !

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61130] FILEOPEN: Missing text in imported .doc file

2013-03-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61130

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ke...@suse.cz,
   ||michael.me...@novell.com
 Ever confirmed|0   |1

--- Comment #2 from Michael Meeks michael.me...@novell.com ---
Confirmed - we're missing the end of that table; Kendy - any idea who would be
a good idea to hand this fine Czech document import bug from a colleague ;-) [
Lubos perhaps ? ].

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   >