diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 02:31:05 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:53 +0100 |
commit | bdf7b2715ef7463b46cfdf334cf7699ac063a9b4 (patch) | |
tree | a62214773d34d931ac10224ab506060659a36d15 /forms/source/component/cachedrowset.hxx | |
parent | c91d7e97595322b6a8b5fbc69fe41429e434c92f (diff) |
fixincludeguards.sh: forms
Change-Id: I634371fcd867f20e20384f75d613dab5f69a246c
Diffstat (limited to 'forms/source/component/cachedrowset.hxx')
-rw-r--r-- | forms/source/component/cachedrowset.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/cachedrowset.hxx b/forms/source/component/cachedrowset.hxx index e6dcc42fabbb..a765c5871b6d 100644 --- a/forms/source/component/cachedrowset.hxx +++ b/forms/source/component/cachedrowset.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CACHEDROWSET_HXX -#define CACHEDROWSET_HXX +#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_CACHEDROWSET_HXX +#define INCLUDED_FORMS_SOURCE_COMPONENT_CACHEDROWSET_HXX #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XConnection.hpp> @@ -83,6 +83,6 @@ namespace frm } // namespace frm //........................................................................ -#endif // CACHEDROWSET_HXX +#endif // INCLUDED_FORMS_SOURCE_COMPONENT_CACHEDROWSET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |