summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/querydescriptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/querydescriptor.hxx')
-rw-r--r--dbaccess/source/core/api/querydescriptor.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/querydescriptor.hxx b/dbaccess/source/core/api/querydescriptor.hxx
index 27c8d0d35c41..b6418ef30740 100644
--- a/dbaccess/source/core/api/querydescriptor.hxx
+++ b/dbaccess/source/core/api/querydescriptor.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBA_COREAPI_QUERYDESCRIPTOR_HXX_
-#define _DBA_COREAPI_QUERYDESCRIPTOR_HXX_
+#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_QUERYDESCRIPTOR_HXX
+#define INCLUDED_DBACCESS_SOURCE_CORE_API_QUERYDESCRIPTOR_HXX
#include <cppuhelper/implbase3.hxx>
#include <comphelper/proparrhlp.hxx>
@@ -140,6 +140,6 @@ public:
};
} // namespace dbaccess
-#endif // _DBA_COREAPI_QUERYDESCRIPTOR_HXX_
+#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_QUERYDESCRIPTOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */