diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:18:54 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:31 +0200 |
commit | 1130a359cb89028b42f366f46bdf034ad13ae540 (patch) | |
tree | 6acbd8d220fee0dab8d6911c1968ee9964534beb /include/dbaccess | |
parent | 29c0fdc6457243e7b7262b4db86c82b23a7ee0f1 (diff) |
fixincludeguards.sh: include - the rest
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
Diffstat (limited to 'include/dbaccess')
-rw-r--r-- | include/dbaccess/AsyncronousLink.hxx | 6 | ||||
-rw-r--r-- | include/dbaccess/IController.hxx | 6 | ||||
-rw-r--r-- | include/dbaccess/IReference.hxx | 6 | ||||
-rw-r--r-- | include/dbaccess/ToolBoxHelper.hxx | 6 | ||||
-rw-r--r-- | include/dbaccess/controllerframe.hxx | 6 | ||||
-rw-r--r-- | include/dbaccess/dataview.hxx | 6 | ||||
-rw-r--r-- | include/dbaccess/dbaccessdllapi.h | 6 | ||||
-rw-r--r-- | include/dbaccess/dbaundomanager.hxx | 6 | ||||
-rw-r--r-- | include/dbaccess/dbsubcomponentcontroller.hxx | 6 | ||||
-rw-r--r-- | include/dbaccess/genericcontroller.hxx | 6 |
10 files changed, 30 insertions, 30 deletions
diff --git a/include/dbaccess/AsyncronousLink.hxx b/include/dbaccess/AsyncronousLink.hxx index 6c62d66b470f..96c96f6f278c 100644 --- a/include/dbaccess/AsyncronousLink.hxx +++ b/include/dbaccess/AsyncronousLink.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef DBAUI_ASYNCRONOUSLINK_HXX -#define DBAUI_ASYNCRONOUSLINK_HXX +#ifndef INCLUDED_DBACCESS_ASYNCRONOUSLINK_HXX +#define INCLUDED_DBACCESS_ASYNCRONOUSLINK_HXX #include <tools/link.hxx> #include <osl/mutex.hxx> @@ -59,6 +59,6 @@ namespace dbaui DECL_LINK(OnAsyncCall, void*); }; } -#endif // DBAUI_ASYNCRONOUSLINK_HXX +#endif // INCLUDED_DBACCESS_ASYNCRONOUSLINK_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/dbaccess/IController.hxx b/include/dbaccess/IController.hxx index d699ef4c6c43..4a15679419dd 100644 --- a/include/dbaccess/IController.hxx +++ b/include/dbaccess/IController.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef DBAUI_ICONTROLLER_HXX -#define DBAUI_ICONTROLLER_HXX +#ifndef INCLUDED_DBACCESS_ICONTROLLER_HXX +#define INCLUDED_DBACCESS_ICONTROLLER_HXX #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/uno/Sequence.hxx> @@ -126,6 +126,6 @@ namespace dbaui ~IController() {} }; } -#endif // DBAUI_ICONTROLLER_HXX +#endif // INCLUDED_DBACCESS_ICONTROLLER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/dbaccess/IReference.hxx b/include/dbaccess/IReference.hxx index bdfb8e1d99b7..d695c2720c37 100644 --- a/include/dbaccess/IReference.hxx +++ b/include/dbaccess/IReference.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_IREFERENCE_HXX -#define DBAUI_IREFERENCE_HXX +#ifndef INCLUDED_DBACCESS_IREFERENCE_HXX +#define INCLUDED_DBACCESS_IREFERENCE_HXX #include "dbaccessdllapi.h" @@ -34,7 +34,7 @@ namespace dbaui ~IReference() {} }; } -#endif // DBAUI_IREFERENCE_HXX +#endif // INCLUDED_DBACCESS_IREFERENCE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/dbaccess/ToolBoxHelper.hxx b/include/dbaccess/ToolBoxHelper.hxx index 298bbc83b11b..64c75000fcfb 100644 --- a/include/dbaccess/ToolBoxHelper.hxx +++ b/include/dbaccess/ToolBoxHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef DBAUI_TOOLBOXHELPER_HXX -#define DBAUI_TOOLBOXHELPER_HXX +#ifndef INCLUDED_DBACCESS_TOOLBOXHELPER_HXX +#define INCLUDED_DBACCESS_TOOLBOXHELPER_HXX #include <sal/types.h> #include <tools/link.hxx> @@ -72,6 +72,6 @@ namespace dbaui DECL_LINK(SettingsChanged, VclWindowEvent* ); }; } -#endif // DBAUI_TOOLBOXHELPER_HXX +#endif // INCLUDED_DBACCESS_TOOLBOXHELPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/dbaccess/controllerframe.hxx b/include/dbaccess/controllerframe.hxx index d6834e20e90f..0990865fac25 100644 --- a/include/dbaccess/controllerframe.hxx +++ b/include/dbaccess/controllerframe.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef DBACCESS_CONTROLLERFRAME_HXX -#define DBACCESS_CONTROLLERFRAME_HXX +#ifndef INCLUDED_DBACCESS_CONTROLLERFRAME_HXX +#define INCLUDED_DBACCESS_CONTROLLERFRAME_HXX #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/FrameAction.hpp> @@ -71,6 +71,6 @@ namespace dbaui } // namespace dbaui //........................................................................ -#endif // DBACCESS_CONTROLLERFRAME_HXX +#endif // INCLUDED_DBACCESS_CONTROLLERFRAME_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/dbaccess/dataview.hxx b/include/dbaccess/dataview.hxx index 70fcf034af6f..7994798c548e 100644 --- a/include/dbaccess/dataview.hxx +++ b/include/dbaccess/dataview.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_DATAVIEW_HXX -#define DBAUI_DATAVIEW_HXX +#ifndef INCLUDED_DBACCESS_DATAVIEW_HXX +#define INCLUDED_DBACCESS_DATAVIEW_HXX #include "dbaccessdllapi.h" @@ -80,6 +80,6 @@ namespace dbaui virtual void resizeDocumentView( Rectangle& _rPlayground ); }; } -#endif // DBAUI_DATAVIEW_HXX +#endif // INCLUDED_DBACCESS_DATAVIEW_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/dbaccess/dbaccessdllapi.h b/include/dbaccess/dbaccessdllapi.h index aff4e9613ca2..6393cd6fb927 100644 --- a/include/dbaccess/dbaccessdllapi.h +++ b/include/dbaccess/dbaccessdllapi.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_DBACCESSDLLAPI_H -#define INCLUDED_DBACCESSDLLAPI_H +#ifndef INCLUDED_DBACCESS_DBACCESSDLLAPI_H +#define INCLUDED_DBACCESS_DBACCESSDLLAPI_H #include "sal/types.h" @@ -29,6 +29,6 @@ #endif #define DBACCESS_DLLPRIVATE SAL_DLLPRIVATE -#endif /* INCLUDED_DBACCESSDLLAPI_H */ +#endif // INCLUDED_DBACCESS_DBACCESSDLLAPI_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/dbaccess/dbaundomanager.hxx b/include/dbaccess/dbaundomanager.hxx index a04b57248053..63d2cc1ec772 100644 --- a/include/dbaccess/dbaundomanager.hxx +++ b/include/dbaccess/dbaundomanager.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef DBACCESS_DBAUNDOMANAGER_HXX -#define DBACCESS_DBAUNDOMANAGER_HXX +#ifndef INCLUDED_DBACCESS_DBAUNDOMANAGER_HXX +#define INCLUDED_DBACCESS_DBAUNDOMANAGER_HXX #include "dbaccessdllapi.h" @@ -91,6 +91,6 @@ namespace dbaui } // namespace dbaui //...................................................................................................................... -#endif // DBACCESS_DBAUNDOMANAGER_HXX +#endif // INCLUDED_DBACCESS_DBAUNDOMANAGER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/dbaccess/dbsubcomponentcontroller.hxx b/include/dbaccess/dbsubcomponentcontroller.hxx index 17319cb84325..138a59c09dc1 100644 --- a/include/dbaccess/dbsubcomponentcontroller.hxx +++ b/include/dbaccess/dbsubcomponentcontroller.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef DBAUI_SUBCOMPONENTCONTROLLER_HXX -#define DBAUI_SUBCOMPONENTCONTROLLER_HXX +#ifndef INCLUDED_DBACCESS_DBSUBCOMPONENTCONTROLLER_HXX +#define INCLUDED_DBACCESS_DBSUBCOMPONENTCONTROLLER_HXX #include "genericcontroller.hxx" @@ -199,6 +199,6 @@ namespace dbaui } // namespace dbaui //........................................................................ -#endif // DBAUI_SUBCOMPONENTCONTROLLER_HXX +#endif // INCLUDED_DBACCESS_DBSUBCOMPONENTCONTROLLER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/dbaccess/genericcontroller.hxx b/include/dbaccess/genericcontroller.hxx index 6a7fd7f4bc2c..0fcd56ad832c 100644 --- a/include/dbaccess/genericcontroller.hxx +++ b/include/dbaccess/genericcontroller.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef DBAUI_GENERICCONTROLLER_HXX -#define DBAUI_GENERICCONTROLLER_HXX +#ifndef INCLUDED_DBACCESS_GENERICCONTROLLER_HXX +#define INCLUDED_DBACCESS_GENERICCONTROLLER_HXX #include "AsyncronousLink.hxx" #include "controllerframe.hxx" @@ -525,7 +525,7 @@ namespace dbaui }; } -#endif //DBAUI_GENERICCONTROLLER_HXX +#endif // INCLUDED_DBACCESS_GENERICCONTROLLER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |