]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Mark constructors with only one parameter as explicit
[lyx.git] / src / Paragraph.h
index 2f61083b801d7c203faae6ffbf25f67740ad6b40..dbf7f2a51cda8a1d01261c460dbd49ce4a768ad5 100644 (file)
@@ -312,7 +312,9 @@ public:
        /// Set label width string.
        void setLabelWidthString(docstring const & s);
        /// Actual paragraph alignment used
-       LyXAlignment getAlign() const;
+       LyXAlignment getAlign(BufferParams const &) const;
+       /// Default paragraph alignment as determined by layout
+       LyXAlignment getDefaultAlign(BufferParams const &) const;
        /// The nesting depth of a paragraph
        depth_type getDepth() const;
        /// The maximal possible depth of a paragraph after this one