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.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/fpicker/source/office/QueryFolderName.hxx b/fpicker/source/office/QueryFolderName.hxx
index 2a9b80f989a1..81bc4ad105ea 100644
--- a/fpicker/source/office/QueryFolderName.hxx
+++ b/fpicker/source/office/QueryFolderName.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FPICKER_SOURCE_OFFICE_QUERYFOLDERNAME_HXX
-#define INCLUDED_FPICKER_SOURCE_OFFICE_QUERYFOLDERNAME_HXX
+#pragma once
#include <vcl/weld.hxx>
@@ -37,6 +36,4 @@ public:
OUString GetName() const { return m_xNameEdit->get_text(); }
};
-#endif // INCLUDED_FPICKER_SOURCE_OFFICE_QUERYFOLDERNAME_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */