summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/RelationDesignView.hxx
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-09-13 12:06:53 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-13 15:36:51 +0200
commitffcee12bc09dd1bfd713314788061273ca144efd (patch)
treeb24059f6abec08e153f28753d4b9143c5c6d3396 /dbaccess/source/ui/inc/RelationDesignView.hxx
parentae484ec0fdcd1871ce28e7fcddaa1debc28eca8a (diff)
tdf#124176 Use #pragma once in dbaccess/source/ui
This commit was carried out by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: I7508acd84f2264ba807951d9b933b1ee76560c92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102552 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source/ui/inc/RelationDesignView.hxx')
-rw-r--r--dbaccess/source/ui/inc/RelationDesignView.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/RelationDesignView.hxx b/dbaccess/source/ui/inc/RelationDesignView.hxx
index bc69359c82ce..2fba88be08d3 100644
--- a/dbaccess/source/ui/inc/RelationDesignView.hxx
+++ b/dbaccess/source/ui/inc/RelationDesignView.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_RELATIONDESIGNVIEW_HXX
-#define INCLUDED_DBACCESS_SOURCE_UI_INC_RELATIONDESIGNVIEW_HXX
+#pragma once
#include "JoinDesignView.hxx"
@@ -41,7 +40,6 @@ namespace dbaui
virtual void GetFocus() override;
};
}
-#endif // INCLUDED_DBACCESS_SOURCE_UI_INC_RELATIONDESIGNVIEW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */