mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
shut off a warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2111 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f3c49c0a05
commit
3f11b9242b
@ -1,3 +1,8 @@
|
||||
2001-06-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* lyxinset.h (resizeLyXText): shut off warning about unused
|
||||
parameter "force"
|
||||
|
||||
2001-06-07 Juergen Vigna <jug@sad.it>
|
||||
|
||||
* insettext.C (resizeLyXText): honor the new force flag.
|
||||
|
@ -228,7 +228,7 @@ public:
|
||||
///
|
||||
virtual void deleteLyXText(BufferView *, bool = true) const {}
|
||||
///
|
||||
virtual void resizeLyXText(BufferView *, bool force = false) const {}
|
||||
virtual void resizeLyXText(BufferView *, bool /*force*/= false) const {}
|
||||
/// returns the actuall scroll-value
|
||||
virtual int scroll(bool recursive=true) const {
|
||||
if (!recursive || !owner_)
|
||||
|
Loading…
Reference in New Issue
Block a user