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
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 :-)
[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
===
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
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
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
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
[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
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
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
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
11 matches
Mail list logo