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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/QueryFolderName.hxx b/fpicker/source/office/QueryFolderName.hxx
index 4b197f84dbee..24e6bb5d9880 100644
--- a/fpicker/source/office/QueryFolderName.hxx
+++ b/fpicker/source/office/QueryFolderName.hxx
@@ -37,7 +37,7 @@ private:
public:
QueryFolderNameDialog(vcl::Window* _pParent, const OUString& rTitle,
- const OUString& rDefaultText, OUString* pGroupName = NULL);
+ const OUString& rDefaultText, OUString* pGroupName = nullptr);
virtual ~QueryFolderNameDialog();
virtual void dispose() override;
OUString GetName() const { return m_pNameEdit->GetText(); }