summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/PrivateRow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/PrivateRow.hxx')
-rw-r--r--dbaccess/source/core/api/PrivateRow.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/PrivateRow.hxx b/dbaccess/source/core/api/PrivateRow.hxx
index 2068dfff8af8..79da7b7e3daf 100644
--- a/dbaccess/source/core/api/PrivateRow.hxx
+++ b/dbaccess/source/core/api/PrivateRow.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef PRIVATE_ROW_HXX
-#define PRIVATE_ROW_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_CORE_API_PRIVATEROW_HXX
+#define INCLUDED_DBACCESS_SOURCE_CORE_API_PRIVATEROW_HXX
#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/sdbc/XRow.hpp>
@@ -55,6 +55,6 @@ namespace dbaccess
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray > SAL_CALL getArray( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
};
} // dbaccess
-#endif // PRIVATE_ROW_HXX
+#endif // INCLUDED_DBACCESS_SOURCE_CORE_API_PRIVATEROW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */