summaryrefslogtreecommitdiff
path: root/fpicker/source/office/QueryFolderName.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/QueryFolderName.hxx')
-rw-r--r--fpicker/source/office/QueryFolderName.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/office/QueryFolderName.hxx b/fpicker/source/office/QueryFolderName.hxx
index 4172aa0f9ee0..2a9b80f989a1 100644
--- a/fpicker/source/office/QueryFolderName.hxx
+++ b/fpicker/source/office/QueryFolderName.hxx
@@ -27,12 +27,12 @@ private:
std::unique_ptr<weld::Entry> m_xNameEdit;
std::unique_ptr<weld::Button> m_xOKBtn;
- DECL_LINK( OKHdl, weld::Button&, void );
- DECL_LINK( NameHdl, weld::Entry&, void );
+ DECL_LINK(OKHdl, weld::Button&, void);
+ DECL_LINK(NameHdl, weld::Entry&, void);
public:
QueryFolderNameDialog(weld::Window* _pParent, const OUString& rTitle,
- const OUString& rDefaultText);
+ const OUString& rDefaultText);
virtual ~QueryFolderNameDialog() override;
OUString GetName() const { return m_xNameEdit->get_text(); }
};