]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommandParams.h
* the old cursor is stored before dispatch and then used after moving
[lyx.git] / src / insets / InsetCommandParams.h
index 7d137424d479348e59a4da09bd8f1ab826a04b12..3e6b20eca8f689b1be11eeceaa5fa04105509a32 100644 (file)
@@ -38,9 +38,9 @@ public:
        docstring const getCommand() const;
        /// Return the command name
        std::string const & getCmdName() const { return name_; }
-private:
-       /// FIXME remove
+       /// this is used by listings package.
        std::string const getOptions() const;
+private:
        /// FIXME remove
        std::string const getSecOptions() const;
 public:
@@ -50,9 +50,9 @@ public:
        /// are cleared except those that exist also in the new command.
        /// What matters here is the parameter name, not position.
        void setCmdName(std::string const & n);
-private:
-       /// FIXME remove
+       /// this is used by the listings package
        void setOptions(std::string const &);
+private:
        /// FIXME remove
        void setSecOptions(std::string const &);
 public: