On Tue, 28 Oct 2008 08:49:30 +0100
Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
Why not a const ref instead of a copy?
if (cur.inTexted()) {
- Paragraph par = cur.paragraph();
+ Paragraph const& par = cur.paragraph();
Ooops, so, each paragraph was being w
On Tue, Oct 28, 2008 at 08:49:30AM +0100, Abdelrazak Younes wrote:
> Why not a const ref instead of a copy?
Yep, that seems to be the right fix.
> if (cur.inTexted()) {
> - Paragraph par = cur.paragraph();
> + Paragraph const& par = cur.paragraph();
>
On 28/10/2008 00:14, Enrico Forestieri wrote:
On Mon, Oct 27, 2008 at 07:08:26PM +0100, Abdelrazak Younes wrote:
On 27/10/2008 12:58, rgheck wrote:
Tommaso Cucinotta wrote:
Pavel Sanda ha scritto:
i have put it in. anyway at first try:
1. load math manual
2. searc
On Mon, Oct 27, 2008 at 07:08:26PM +0100, Abdelrazak Younes wrote:
> On 27/10/2008 12:58, rgheck wrote:
> > Tommaso Cucinotta wrote:
> >> Pavel Sanda ha scritto:
> >>> i have put it in. anyway at first try:
> >>> 1. load math manual
> >>> 2. search math exrp E/F
> >>> 3. search
> >>> 4. kaboom
> >
On 27/10/2008 12:58, rgheck wrote:
Tommaso Cucinotta wrote:
Pavel Sanda ha scritto:
i have put it in. anyway at first try:
1. load math manual
2. search math exrp E/F
3. search
4. kaboom
I have tracked down the problem to a much simpler example:
1. New document
2. Enter any text containing a d
Tommaso Cucinotta wrote:
Pavel Sanda ha scritto:
i have put it in. anyway at first try:
1. load math manual
2. search math exrp E/F
3. search
4. kaboom
I have tracked down the problem to a much simpler example:
1. New document
2. Enter any text containing a double quote character (")
3. AdvS