summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/uno/composerdialogs.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 02:18:53 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 09:28:52 +0100
commitbfbe8c0b5bf735e6cbf66f57c72deddbd78f2431 (patch)
treecf97e41cd4346148b9eb1758b4c0156d62b31337 /dbaccess/source/ui/uno/composerdialogs.hxx
parentfixincludeguards.sh: sw (diff)
downloadcore-bfbe8c0b5bf735e6cbf66f57c72deddbd78f2431.tar.gz
core-bfbe8c0b5bf735e6cbf66f57c72deddbd78f2431.zip
fixincludeguards.sh: dbaccess
Change-Id: Iadd4326d58a5df5761a0ed5ce7fd5fb01fb87d11
Diffstat (limited to 'dbaccess/source/ui/uno/composerdialogs.hxx')
-rw-r--r--dbaccess/source/ui/uno/composerdialogs.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/uno/composerdialogs.hxx b/dbaccess/source/ui/uno/composerdialogs.hxx
index 7a8d82bd6c63..9909e66ea0cb 100644
--- a/dbaccess/source/ui/uno/composerdialogs.hxx
+++ b/dbaccess/source/ui/uno/composerdialogs.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef DBACCESS_SOURCE_UI_UNO_COMPOSERDIALOGS_HXX
-#define DBACCESS_SOURCE_UI_UNO_COMPOSERDIALOGS_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_UNO_COMPOSERDIALOGS_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_UNO_COMPOSERDIALOGS_HXX
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
@@ -123,6 +123,6 @@ namespace dbaui
} // namespace dbaui
-#endif // DBACCESS_SOURCE_UI_UNO_COMPOSERDIALOGS_HXX
+#endif // INCLUDED_DBACCESS_SOURCE_UI_UNO_COMPOSERDIALOGS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */