]> git.lyx.org Git - features.git/commitdiff
Tiny clean-ups.
authorAngus Leeming <leeming@lyx.org>
Tue, 19 Feb 2002 15:01:58 +0000 (15:01 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 19 Feb 2002 15:01:58 +0000 (15:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3569 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/FormBase.h
src/frontends/xforms/xforms_helpers.h

index d32e2981bc505282e2ffac2b18ef4c9d89911dd9..d089a30aa003f8210300c5d20b8a947643eb7f3b 100644 (file)
@@ -1,3 +1,9 @@
+2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormBase.h (FormCB): tiny bugfix.
+
+       * xforms_helpers.h: remove incorrect comment.
+
 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * Timeout_pimpl.[Ch] (running): new method.
index 4cbc0d2f48468333beb18293a2e48141149a9bf9..d0b66e6c9787de165f5c05876d5874f0496911dc 100644 (file)
@@ -156,14 +156,14 @@ class FormCB: public Base
 {
 protected:
        ///
-       FormCB(ControlButtons &, string const &, bool allowResize=true);
+       FormCB(Controller &, string const &, bool allowResize=true);
        /// The parent controller
        Controller & controller() const;
 };
 
 
 template <class Controller, class Base>
-FormCB<Controller, Base>::FormCB(ControlButtons & c, string const & t,
+FormCB<Controller, Base>::FormCB(Controller & c, string const & t,
                                 bool allowResize)
        : Base(c, t, allowResize)
 {}
index c60e29b2eb4ab4a569da161f2e98202df0cec559..363076546576f4e965585ff77edd5c1873457d92 100644 (file)
@@ -48,9 +48,6 @@ std::vector<string> const getVectorFromBrowser(FL_OBJECT *);
 /// Given an fl_input, return its contents.
 string const getStringFromInput(FL_OBJECT * ob);
 
-/** Given an fl_browser, return the contents of the currently
-    highlighted line.
-*/
 /** Given an fl_browser, return the contents of line
     (xforms numbering convention; starts at 1).
 */