summaryrefslogtreecommitdiff
path: root/include/sfx2/inputdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/inputdlg.hxx')
-rw-r--r--include/sfx2/inputdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/inputdlg.hxx b/include/sfx2/inputdlg.hxx
index d578407ad2e0..1ca2b9b39461 100644
--- a/include/sfx2/inputdlg.hxx
+++ b/include/sfx2/inputdlg.hxx
@@ -21,7 +21,7 @@ private:
std::unique_ptr<weld::Button> m_xHelp;
public:
- InputDialog(weld::Widget* pParent, const OUString &rLabelText);
+ InputDialog(weld::Widget* pParent, const OUString& rLabelText);
OUString GetEntryText() const;
void SetEntryText(const OUString& rStr);
void HideHelpBtn();