diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 02:18:53 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:52 +0100 |
commit | bfbe8c0b5bf735e6cbf66f57c72deddbd78f2431 (patch) | |
tree | cf97e41cd4346148b9eb1758b4c0156d62b31337 /dbaccess/source/ui/relationdesign | |
parent | 3c01203ea657b9a3538f9956591b3d4da5fce6e7 (diff) |
fixincludeguards.sh: dbaccess
Change-Id: Iadd4326d58a5df5761a0ed5ce7fd5fb01fb87d11
Diffstat (limited to 'dbaccess/source/ui/relationdesign')
-rw-r--r-- | dbaccess/source/ui/relationdesign/RTableConnection.hxx | 6 | ||||
-rw-r--r-- | dbaccess/source/ui/relationdesign/RTableWindow.hxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/ui/relationdesign/RTableConnection.hxx b/dbaccess/source/ui/relationdesign/RTableConnection.hxx index f8d83d80f192..f51016694596 100644 --- a/dbaccess/source/ui/relationdesign/RTableConnection.hxx +++ b/dbaccess/source/ui/relationdesign/RTableConnection.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 DBAUI_RTABLECONNECTION_HXX -#define DBAUI_RTABLECONNECTION_HXX +#ifndef INCLUDED_DBACCESS_SOURCE_UI_RELATIONDESIGN_RTABLECONNECTION_HXX +#define INCLUDED_DBACCESS_SOURCE_UI_RELATIONDESIGN_RTABLECONNECTION_HXX #include "TableConnection.hxx" #include "RTableConnectionData.hxx" @@ -39,6 +39,6 @@ namespace dbaui using OTableConnection::Draw; }; } -#endif // DBAUI_RTABLECONNECTION_HXX +#endif // INCLUDED_DBACCESS_SOURCE_UI_RELATIONDESIGN_RTABLECONNECTION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/source/ui/relationdesign/RTableWindow.hxx b/dbaccess/source/ui/relationdesign/RTableWindow.hxx index 067945473b10..a4652145abe4 100644 --- a/dbaccess/source/ui/relationdesign/RTableWindow.hxx +++ b/dbaccess/source/ui/relationdesign/RTableWindow.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 DBAUI_RELTABLEWINDOW_HXX -#define DBAUI_RELTABLEWINDOW_HXX +#ifndef INCLUDED_DBACCESS_SOURCE_UI_RELATIONDESIGN_RTABLEWINDOW_HXX +#define INCLUDED_DBACCESS_SOURCE_UI_RELATIONDESIGN_RTABLEWINDOW_HXX #include "TableWindow.hxx" @@ -36,7 +36,7 @@ namespace dbaui virtual OUString GetName() const { return GetComposedName(); } }; } -#endif //DBAUI_RELTABLEWINDOW_HXX +#endif // INCLUDED_DBACCESS_SOURCE_UI_RELATIONDESIGN_RTABLEWINDOW_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |