Kaydet (Commit) d414befa authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: prefix members of SwAutoFormatDlg

Change-Id: Ie65df1b5e0c7b2a7e0f91b65d16e33fdae353c68
Reviewed-on: https://gerrit.libreoffice.org/51533Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst e83dc1b5
This diff is collapsed.
...@@ -50,19 +50,19 @@ class SwAutoFormatDlg : public weld::GenericDialogController ...@@ -50,19 +50,19 @@ class SwAutoFormatDlg : public weld::GenericDialogController
std::unique_ptr<weld::Button> m_xBtnRename; std::unique_ptr<weld::Button> m_xBtnRename;
std::unique_ptr<AutoFormatPreview> m_xWndPreview; std::unique_ptr<AutoFormatPreview> m_xWndPreview;
std::unique_ptr<SwTableAutoFormatTable> m_xTableTable; std::unique_ptr<SwTableAutoFormatTable> m_xTableTable;
OUString aStrTitle; OUString m_aStrTitle;
OUString aStrLabel; OUString m_aStrLabel;
OUString aStrClose; OUString m_aStrClose;
OUString aStrDelTitle; OUString m_aStrDelTitle;
OUString aStrDelMsg; OUString m_aStrDelMsg;
OUString aStrRenameTitle; OUString m_aStrRenameTitle;
OUString aStrInvalidFormat; OUString m_aStrInvalidFormat;
SwWrtShell* pShell; SwWrtShell* m_pShell;
sal_uInt8 m_nIndex; sal_uInt8 m_nIndex;
sal_uInt8 nDfltStylePos; sal_uInt8 m_nDfltStylePos;
bool bCoreDataChanged : 1; bool m_bCoreDataChanged : 1;
bool bSetAutoFormat : 1; bool m_bSetAutoFormat : 1;
void Init( const SwTableAutoFormat* pSelFormat ); void Init( const SwTableAutoFormat* pSelFormat );
void UpdateChecks( const SwTableAutoFormat&, bool bEnableBtn ); void UpdateChecks( const SwTableAutoFormat&, bool bEnableBtn );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment