Re: [Cvslog] r16443 - in /lyx-devel/trunk/src: BufferView.C lyxtext.h ...

2007-01-03 Thread Michael Gerz
Michael Gerz schrieb: [EMAIL PROTECTED] schrieb: Author: younes Date: Sat Dec 30 16:53:19 2006 New Revision: 16443 URL: http://www.lyx.org/trac/changeset/16443 Log: delete unused variables. Modified: lyx-devel/trunk/src/text.C URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/text.C?rev=16

Re: [Cvslog] r16443 - in /lyx-devel/trunk/src: BufferView.C lyxtext.h ...

2007-01-03 Thread Abdelrazak Younes
Michael Gerz wrote: -return setCursor(cur, pit, pos, true, bound); +setCursor(cur, pit, pos, true, bound); +return; } This "return" statement looks superfluous. I am going to remove it. No objection :-)

Re: [Cvslog] r16443 - in /lyx-devel/trunk/src: BufferView.C lyxtext.h ...

2007-01-03 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: younes Date: Sat Dec 30 16:53:19 2006 New Revision: 16443 URL: http://www.lyx.org/trac/changeset/16443 Log: delete unused variables. Modified: lyx-devel/trunk/src/text.C URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/text.C?rev=16443 ===

Re: lyxtext.h problem

2006-03-14 Thread Bennett Helm
On Mar 14, 2006, at 10:20 AM, Georg Baum wrote: Bennett Helm wrote: On current svn, I get the following error: ../../src/lyxtext.h:231: error: 'bool LyXText::backspacePos0 (LCursor&)' and 'bool LyXText::backspacePos0(LCursor&)' cannot be overloaded Solut

Re: lyxtext.h problem

2006-03-14 Thread Georg Baum
Bennett Helm wrote: > On current svn, I get the following error: > > ../../src/lyxtext.h:231: error: 'bool LyXText::backspacePos0 > (LCursor&)' and 'bool LyXText::backspacePos0(LCursor&)' cannot be > overloaded > > Solutions? Maybe you have merge conflicts in this file? Georg

lyxtext.h problem

2006-03-14 Thread Bennett Helm
On current svn, I get the following error: ../../src/lyxtext.h:231: error: 'bool LyXText::backspacePos0 (LCursor&)' and 'bool LyXText::backspacePos0(LCursor&)' cannot be overloaded Solutions? Bennett

Re: lyx-devel src/: ChangeLog Makefile.am lyxtext.h text.C src ...

2004-03-01 Thread Alfredo Braunstein
Angus Leeming wrote: > There doesn't seem to be any reason why operator-> is not const... It returns a non-const pointer to a member. We could provide both versions, but let's do it when we need it. (neither of them are strictly required) > class FontIterator : std::iterator > { > LyXFon

Re: lyx-devel src/: ChangeLog Makefile.am lyxtext.h text.C src ...

2004-03-01 Thread Angus Leeming
[EMAIL PROTECTED] wrote: > CVSROOT: /usr/local/lyx/cvsroot > Module name: lyx-devel > Repository: lyx-devel/src/ > Changes by: [EMAIL PROTECTED] 04/03/01 11:46:59 > > Modified files: > lyx-devel/src/: ChangeLog Makefile.am lyxtext.h text.C > Adde

Re: lyx-devel src/: ChangeLog lyxtext.h tabular.C tabular.h te ...

2003-10-08 Thread Angus Leeming
On Wednesday 08 October 2003 4:29 pm, [EMAIL PROTECTED] wrote: > Log message: > * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the > thing assignable. Do you really need to '#include ' in insettabular.C in order to setOwner? In insettext.C I do

Re: lyxtext.h

2001-11-21 Thread Jules Bean
On Tue, Nov 20, 2001 at 07:18:48PM +0100, Andre Poenitz wrote: > This replaces an #include by a forward declaration. (Sorry. Pretend it's Friday). Good work. Reminds me of my early days in C++: I had no idea about forward declarations, so every single class had to #include the header for every

lyxtext.h

2001-11-20 Thread Andre Poenitz
This replaces an #include by a forward declaration. Andre' -- André Pönitz .. [EMAIL PROTECTED] Index: lyxtext.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxtex