]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetSeparator.cpp
Allow removing words from the personal dictionary, that weren't previously added.
[features.git] / src / insets / InsetSeparator.cpp
index efe6a483b09464682f1456f22f4ee2dcc50967bb..218172c87af761e1ade1423b71720dc69e3f4ec9 100644 (file)
@@ -18,7 +18,6 @@
 #include "FuncStatus.h"
 #include "Lexer.h"
 #include "MetricsInfo.h"
-#include "OutputParams.h"
 #include "output_docbook.h"
 #include "output_xhtml.h"
 #include "texstream.h"
@@ -36,12 +35,12 @@ using namespace lyx::frontend;
 
 namespace lyx {
 
-InsetSeparator::InsetSeparator() : Inset(0)
+InsetSeparator::InsetSeparator() : Inset(nullptr)
 {}
 
 
 InsetSeparator::InsetSeparator(InsetSeparatorParams const & params)
-       : Inset(0), params_(params)
+       : Inset(nullptr), params_(params)
 {}