summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/srtdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/srtdlg.hxx')
-rw-r--r--sw/source/uibase/inc/srtdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/uibase/inc/srtdlg.hxx b/sw/source/uibase/inc/srtdlg.hxx
index b4828dcf5e0a..e47a974e40ee 100644
--- a/sw/source/uibase/inc/srtdlg.hxx
+++ b/sw/source/uibase/inc/srtdlg.hxx
@@ -64,23 +64,23 @@ class SwSortDlg : public weld::GenericDialogController
OUString aRowText;
OUString aNumericText;
- SwWrtShell &rSh;
+ SwWrtShell& rSh;
std::unique_ptr<CollatorResource> m_xColRes;
sal_uInt16 nX;
sal_uInt16 nY;
void Apply();
- sal_Unicode GetDelimChar() const;
+ sal_Unicode GetDelimChar() const;
DECL_LINK(CheckHdl, weld::ToggleButton&, void);
- DECL_LINK(DelimHdl, weld::ToggleButton&, void );
+ DECL_LINK(DelimHdl, weld::ToggleButton&, void);
DECL_LINK(LanguageListBoxHdl, weld::ComboBox&, void);
void LanguageHdl(weld::ComboBox const*);
- DECL_LINK(DelimCharHdl, weld::Button&,void);
+ DECL_LINK(DelimCharHdl, weld::Button&, void);
public:
- SwSortDlg(weld::Window * pParent, SwWrtShell &rSh);
+ SwSortDlg(weld::Window* pParent, SwWrtShell& rSh);
virtual short run() override;
};