]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiSendto.cpp
Do not show master's errors if compiling child
[lyx.git] / src / frontends / qt4 / GuiSendto.cpp
index 92814f0da9dae7f3c8201aba1cd4e7533ac8741b..627ddf2d3f59734b7cd9290f9e595ba6a50b2105 100644 (file)
@@ -72,7 +72,7 @@ void GuiSendTo::changed_adaptor()
 
 void GuiSendTo::updateContents()
 {
-       FormatList const & all_formats = 
+       FormatList const & all_formats =
            buffer().params().exportableFormats(false);
        // Save the current selection if any
        Format const * current_format = nullptr;
@@ -102,7 +102,7 @@ void GuiSendTo::applyView()
        if (line < 0 || line > formatLW->count())
                return;
 
-       FormatList const & all_formats = 
+       FormatList const & all_formats =
            buffer().params().exportableFormats(false);
        format_ = all_formats[line];
        command_ = command;