]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPagebreak.h
* src/insets/InsetInclude.cpp: formatting (in response to r18445)
[lyx.git] / src / insets / InsetPagebreak.h
index 8a8896d334153eb4e07a92a6a4b78e11cd0d9ae7..c0a066b7465e3052d862c254b9c1fe1f36c6fd7e 100644 (file)
@@ -44,7 +44,7 @@ public:
        /// We don't need \begin_inset and \end_inset
        bool directWrite() const { return true; }
 
-       bool display() const { return true; }
+       DisplayType display() const { return AlignCenter; }
 
        virtual docstring insetLabel() const { return _("Page Break"); }