Hi,
This patch breaks the kotext-odf-TestLoading test:
http://my.cdash.org/testDetails.php?test=5223148&build=162447
On Monday 28 February 2011, Lukáš Tvrdý wrote:
> Git commit c833109aac79cf630f46bc8f5962532510d73d0f by Lukáš Tvrdý.
> Committed on 28/02/2011 at 15:39.
> Pushed by lukast into bra
> On Feb. 21, 2011, 1:09 p.m., Matus Uzak wrote:
> > Please sync with Lukas Tvrdy, he has already a patch for loading of
> > text-properties from the lists-level-style-* element.
>
> Gopalakrishna Bhat wrote:
> I just pinged Lukas on IRC and he told that he will look into this patch
> late
On Monday 28 February 2011 10:00:15 Elvis Stansvik wrote:
> 2011/2/28 Ganesh Paramasivam :
> > Shouldn't the function return a reference or a pointer ? like this
> >
> > KoTableColumnAndRowStyleManager&
> > KoTableColumnAndRowStyleManager::getManager(QTextTable *table)
> >
> > If I were to set a
Yes, you are right. I missed looking at this declaration
QExplicitlySharedDataPointer d;
Thanks a lot..
- Ganesh
On Mon, Feb 28, 2011 at 2:30 PM, Elvis Stansvik wrote:
> 2011/2/28 Ganesh Paramasivam :
>> Casper,
>>
>> A Quick question
>>
>> In KoTableColumnAndRowStyleManager.cpp we have a getMa
2011/2/28 Ganesh Paramasivam :
> Casper,
>
> A Quick question
>
> In KoTableColumnAndRowStyleManager.cpp we have a getManager() function
> with the prototype
>
> KoTableColumnAndRowStyleManager
> KoTableColumnAndRowStyleManager::getManager(QTextTable *table)
>
> Shouldn't the function return a refe