mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
constify
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26618 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
14875e5e31
commit
aedba73655
@ -135,7 +135,7 @@ void GuiParagraph::alignmentToRadioButtons(LyXAlignment align)
|
||||
}
|
||||
|
||||
|
||||
LyXAlignment GuiParagraph::getAlignmentFromDialog()
|
||||
LyXAlignment GuiParagraph::getAlignmentFromDialog() const
|
||||
{
|
||||
LyXAlignment alignment = LYX_ALIGN_NONE;
|
||||
RadioMap::const_iterator it = radioMap_.begin();
|
||||
|
@ -57,7 +57,7 @@ private:
|
||||
///
|
||||
void alignmentToRadioButtons(LyXAlignment align = LYX_ALIGN_LAYOUT);
|
||||
///
|
||||
LyXAlignment getAlignmentFromDialog();
|
||||
LyXAlignment getAlignmentFromDialog() const;
|
||||
///
|
||||
ParagraphParameters const & params() const;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user