]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiGraphics.cpp
Handle correctly zero table special arguments.
[lyx.git] / src / frontends / qt4 / GuiGraphics.cpp
index 5700de547c16ad7779f1c7da6eb4cff67565215d..c32ec2c61052f920d3c6e50c3da21c4b82592988 100644 (file)
@@ -77,7 +77,7 @@ size_t const rorigin_size = sizeof(rorigin_lyx_strs) / sizeof(char *);
 
 static string const autostr = N_("automatically");
 
-} // namespace anon
+} // namespace
 
 
 namespace lyx {
@@ -167,19 +167,19 @@ GuiGraphics::GuiGraphics(GuiView & lv)
        //clipping pane
        connect(clip, SIGNAL(stateChanged(int)),
                this, SLOT(change_adaptor()));
-       connect(lbY, SIGNAL(textChanged(const QString&)),
+       connect(lbY, SIGNAL(textChanged(const QString &)),
                this, SLOT(changeBB()));
        connect(lbYunit, SIGNAL(activated(int)),
                this, SLOT(changeBB()));
-       connect(rtY, SIGNAL(textChanged(const QString&)),
+       connect(rtY, SIGNAL(textChanged(const QString &)),
                this, SLOT(changeBB()));
        connect(rtYunit, SIGNAL(activated(int)),
                this, SLOT(changeBB()));
-       connect(lbX, SIGNAL(textChanged(const QString&)),
+       connect(lbX, SIGNAL(textChanged(const QString &)),
                this, SLOT(changeBB()));
        connect(lbXunit, SIGNAL(activated(int)),
                this, SLOT(changeBB()));
-       connect(rtX, SIGNAL(textChanged(const QString&)),
+       connect(rtX, SIGNAL(textChanged(const QString &)),
                this, SLOT(changeBB()));
        connect(rtXunit, SIGNAL(activated(int)),
                this, SLOT(changeBB()));
@@ -192,7 +192,7 @@ GuiGraphics::GuiGraphics(GuiView & lv)
        rtY->setValidator(new QDoubleValidator(rtY));
 
        //extra options pane
-       connect(latexoptions, SIGNAL(textChanged(const QString&)),
+       connect(latexoptions, SIGNAL(textChanged(const QString &)),
                this, SLOT(change_adaptor()));
        connect(draftCB, SIGNAL(stateChanged(int)),
                this, SLOT(change_adaptor()));
@@ -204,7 +204,7 @@ GuiGraphics::GuiGraphics(GuiView & lv)
        // is clicked, even right clicked (I think), not just whenever it is
        // toggled.
        connect(displayGB, SIGNAL(toggled(bool)), this, SLOT(change_adaptor()));
-       connect(displayscale, SIGNAL(textChanged(const QString&)),
+       connect(displayscale, SIGNAL(textChanged(const QString &)),
                this, SLOT(change_adaptor()));
        connect(groupCO, SIGNAL(currentIndexChanged(int)),
                this, SLOT(changeGroup(int)));