]> git.lyx.org Git - features.git/commitdiff
No need for default argument
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 2 Apr 2015 14:32:04 +0000 (16:32 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 2 Apr 2015 14:32:04 +0000 (16:32 +0200)
src/frontends/qt4/GuiBibitem.h
src/frontends/qt4/GuiHSpace.h
src/frontends/qt4/GuiHyperlink.h
src/frontends/qt4/GuiInfo.h
src/frontends/qt4/GuiLabel.h
src/frontends/qt4/GuiLine.h
src/frontends/qt4/GuiNomenclature.h
src/frontends/qt4/GuiPrintNomencl.h

index 70dcb2aff40825e17d29c71a019d3a29a4442c47..17d901c1ff9a2f2643532ad88c8804068407c216 100644 (file)
@@ -35,7 +35,7 @@ private:
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets(bool readonly = false) const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };
 
index 0913475cf61a7f99a9bb2ce1c513c0bf4a9224f6..cc1a80f52c6734a16757b17eee9d3abe16f95f5d 100644 (file)
@@ -38,7 +38,7 @@ private:
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets(bool readonly = false) const;
+       bool checkWidgets(bool readonly) const;
        //@}
        ///
        bool const math_mode_;
index 0523aaa8dbdc8fb47845857c01de37af42e1bfb8..4e319642680add787ea67301a15c5348fa6f67d5 100644 (file)
@@ -34,7 +34,7 @@ private:
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets(bool readonly = false) const;
+       bool checkWidgets(bool readonly) const;
        bool initialiseParams(std::string const & data);
        //@}
 };
index 4d3e2965313ec105466807b88575d208e07f5ebb..2fecdbed7fb396e525a6bb6ffefe7f96aed28e45 100644 (file)
@@ -35,7 +35,7 @@ private:
        FuncCode creationCode() const { return LFUN_INFO_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets(bool readonly = false) const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };
 
index 6ba60ed216cec7876bb2b97d70983d06a97a4f7b..0b7afd21f8ebe19ab00f8fedd63327086ebca557 100644 (file)
@@ -34,7 +34,7 @@ private:
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets(bool readonly = false) const;
+       bool checkWidgets(bool readonly) const;
        bool initialiseParams(std::string const &);
        //@}
 };
index 9fa3e61146f93bd5c2aa1495806d5b71b98380fd..a1fded8ecc79e8865fcf78f297e16a8c4c954496 100644 (file)
@@ -33,7 +33,7 @@ private:
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets(bool readonly = false) const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };
 
index 9ec016f8742404e72ed105d382162ed9ba9e2448..7e4c7f5c181a11787a04a3f4f2cc7328cc3f4248 100644 (file)
@@ -35,7 +35,7 @@ private:
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets(bool readonly = false) const;
+       bool checkWidgets(bool readonly) const;
        bool initialiseParams(std::string const &);
        //@}
 };
index 85897385c98c85025bd34bac5cd4b2094da5ae6f..6d5de973200d7a9bb6c8c68abb6fd57ef1d1d07a 100644 (file)
@@ -40,7 +40,7 @@ private:
        void paramsToDialog(Inset const *);
        void paramsToDialog(InsetCommandParams const &);
        docstring dialogToParams() const;
-       bool checkWidgets(bool readonly = false) const;
+       bool checkWidgets(bool readonly) const;
        //@}
 };