diff options
Diffstat (limited to 'dbaccess/source/ui/inc/unoadmin.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/unoadmin.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/unoadmin.hxx b/dbaccess/source/ui/inc/unoadmin.hxx index dcc67c6d9bc7..0936cd741e18 100644 --- a/dbaccess/source/ui/inc/unoadmin.hxx +++ b/dbaccess/source/ui/inc/unoadmin.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _DBAUI_UNOADMIN_ -#define _DBAUI_UNOADMIN_ +#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_UNOADMIN_HXX +#define INCLUDED_DBACCESS_SOURCE_UI_INC_UNOADMIN_HXX #include <svtools/genericunodialog.hxx> #include <com/sun/star/sdbc/XConnection.hpp> @@ -59,6 +59,6 @@ protected: } // namespace dbaui -#endif // _DBAUI_UNOADMIN_ +#endif // INCLUDED_DBACCESS_SOURCE_UI_INC_UNOADMIN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |