diff options
Diffstat (limited to 'extensions/source/bibliography')
-rw-r--r-- | extensions/source/bibliography/bibbeam.hxx | 4 | ||||
-rw-r--r-- | extensions/source/bibliography/bibconfig.hxx | 4 | ||||
-rw-r--r-- | extensions/source/bibliography/bibcont.hxx | 4 | ||||
-rw-r--r-- | extensions/source/bibliography/bibmod.hxx | 4 | ||||
-rw-r--r-- | extensions/source/bibliography/bibresid.hxx | 6 | ||||
-rw-r--r-- | extensions/source/bibliography/bibshortcuthandler.hxx | 4 | ||||
-rw-r--r-- | extensions/source/bibliography/bibtools.hxx | 2 | ||||
-rw-r--r-- | extensions/source/bibliography/bibview.hxx | 4 | ||||
-rw-r--r-- | extensions/source/bibliography/datman.hxx | 4 | ||||
-rw-r--r-- | extensions/source/bibliography/formcontrolcontainer.hxx | 6 | ||||
-rw-r--r-- | extensions/source/bibliography/framectr.hxx | 4 | ||||
-rw-r--r-- | extensions/source/bibliography/general.hxx | 4 | ||||
-rw-r--r-- | extensions/source/bibliography/loadlisteneradapter.hxx | 6 | ||||
-rw-r--r-- | extensions/source/bibliography/toolbar.hxx | 4 |
14 files changed, 30 insertions, 30 deletions
diff --git a/extensions/source/bibliography/bibbeam.hxx b/extensions/source/bibliography/bibbeam.hxx index 54d444623f3d..c4e15925ffe1 100644 --- a/extensions/source/bibliography/bibbeam.hxx +++ b/extensions/source/bibliography/bibbeam.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef ADRBEAM_HXX -#define ADRBEAM_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBBEAM_HXX +#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBBEAM_HXX #include <com/sun/star/awt/XControlContainer.hpp> #include <com/sun/star/awt/XControl.hpp> diff --git a/extensions/source/bibliography/bibconfig.hxx b/extensions/source/bibliography/bibconfig.hxx index 45fd60945459..3c8cbb0f6874 100644 --- a/extensions/source/bibliography/bibconfig.hxx +++ b/extensions/source/bibliography/bibconfig.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BIBCONFIG_HXX -#define _BIBCONFIG_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBCONFIG_HXX +#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBCONFIG_HXX #include <unotools/configitem.hxx> #include <boost/ptr_container/ptr_vector.hpp> diff --git a/extensions/source/bibliography/bibcont.hxx b/extensions/source/bibliography/bibcont.hxx index 2dcf27fa6caa..3d4d4d6040c2 100644 --- a/extensions/source/bibliography/bibcont.hxx +++ b/extensions/source/bibliography/bibcont.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef ADDRCONT_HXX -#define ADDRCONT_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBCONT_HXX +#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBCONT_HXX #include <com/sun/star/frame/XFrame.hpp> #include <vcl/splitwin.hxx> diff --git a/extensions/source/bibliography/bibmod.hxx b/extensions/source/bibliography/bibmod.hxx index e94692da516d..220f83fcd55a 100644 --- a/extensions/source/bibliography/bibmod.hxx +++ b/extensions/source/bibliography/bibmod.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef BIBMOD_HXX -#define BIBMOD_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBMOD_HXX +#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBMOD_HXX class ResMgr; diff --git a/extensions/source/bibliography/bibresid.hxx b/extensions/source/bibliography/bibresid.hxx index 3ba9dbdd083f..bb96b885e1e6 100644 --- a/extensions/source/bibliography/bibresid.hxx +++ b/extensions/source/bibliography/bibresid.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef ADRRESID_HXX -#define ADRRESID_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBRESID_HXX +#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBRESID_HXX #include <tools/resid.hxx> @@ -32,6 +32,6 @@ class BibResId : public ResId #define BIB_RESSTR(i) BibResId(i).toString() -#endif // ADRRESID_HXX +#endif // INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBRESID_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/bibliography/bibshortcuthandler.hxx b/extensions/source/bibliography/bibshortcuthandler.hxx index 7f637faa0b8e..1f17d20037ea 100644 --- a/extensions/source/bibliography/bibshortcuthandler.hxx +++ b/extensions/source/bibliography/bibshortcuthandler.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BIBSHORTCUTHANDLER_HXX -#define _BIBSHORTCUTHANDLER_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBSHORTCUTHANDLER_HXX +#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBSHORTCUTHANDLER_HXX #include <vcl/window.hxx> #include <vcl/splitwin.hxx> diff --git a/extensions/source/bibliography/bibtools.hxx b/extensions/source/bibliography/bibtools.hxx index 61dca624b79b..cb784656445c 100644 --- a/extensions/source/bibliography/bibtools.hxx +++ b/extensions/source/bibliography/bibtools.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef BIBTOOLS_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBTOOLS_HXX #include <vcl/taskpanelist.hxx> diff --git a/extensions/source/bibliography/bibview.hxx b/extensions/source/bibliography/bibview.hxx index ada46edde405..1ba445eaa46f 100644 --- a/extensions/source/bibliography/bibview.hxx +++ b/extensions/source/bibliography/bibview.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 _BIB_VIEW_HXX -#define _BIB_VIEW_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBVIEW_HXX +#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBVIEW_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/awt/XControlContainer.hpp> diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx index 546e482c21c0..9e7fa2ff5528 100644 --- a/extensions/source/bibliography/datman.hxx +++ b/extensions/source/bibliography/datman.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BIB_DATMAN_HXX -#define _BIB_DATMAN_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_DATMAN_HXX +#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_DATMAN_HXX #include <com/sun/star/awt/XControlModel.hpp> #include <com/sun/star/form/XForm.hpp> diff --git a/extensions/source/bibliography/formcontrolcontainer.hxx b/extensions/source/bibliography/formcontrolcontainer.hxx index 77e1f4b725aa..18c30af5f3df 100644 --- a/extensions/source/bibliography/formcontrolcontainer.hxx +++ b/extensions/source/bibliography/formcontrolcontainer.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef EXTENSIONS_BIB_FORMCONTROLCONTAINER_HXX -#define EXTENSIONS_BIB_FORMCONTROLCONTAINER_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_FORMCONTROLCONTAINER_HXX +#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_FORMCONTROLCONTAINER_HXX #include <comphelper/broadcasthelper.hxx> #include "loadlisteneradapter.hxx" @@ -70,6 +70,6 @@ namespace bib } // namespace bib -#endif // EXTENSIONS_BIB_FORMCONTROLCONTAINER_HXX +#endif // INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_FORMCONTROLCONTAINER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/bibliography/framectr.hxx b/extensions/source/bibliography/framectr.hxx index 450eaf1a2524..ef234ad2a57d 100644 --- a/extensions/source/bibliography/framectr.hxx +++ b/extensions/source/bibliography/framectr.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BIB_FRAMECTR_HXX -#define _BIB_FRAMECTR_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_FRAMECTR_HXX +#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_FRAMECTR_HXX #include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/frame/XController.hpp> diff --git a/extensions/source/bibliography/general.hxx b/extensions/source/bibliography/general.hxx index 0d91f4165cf7..be416699e584 100644 --- a/extensions/source/bibliography/general.hxx +++ b/extensions/source/bibliography/general.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BIB_GENERAL_HXX -#define _BIB_GENERAL_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_GENERAL_HXX +#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_GENERAL_HXX #include <com/sun/star/awt/XFocusListener.hpp> #include <com/sun/star/awt/XControlContainer.hpp> diff --git a/extensions/source/bibliography/loadlisteneradapter.hxx b/extensions/source/bibliography/loadlisteneradapter.hxx index 8501e5b6188b..bedae9738759 100644 --- a/extensions/source/bibliography/loadlisteneradapter.hxx +++ b/extensions/source/bibliography/loadlisteneradapter.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef EXTENSIONS_BIB_LOADLISTENERADAPTER_HXX -#define EXTENSIONS_BIB_LOADLISTENERADAPTER_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_LOADLISTENERADAPTER_HXX +#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_LOADLISTENERADAPTER_HXX #include <osl/mutex.hxx> #include <com/sun/star/lang/XComponent.hpp> @@ -173,6 +173,6 @@ namespace bib } // namespace bib -#endif // EXTENSIONS_BIB_LOADLISTENERADAPTER_HXX +#endif // INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_LOADLISTENERADAPTER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/bibliography/toolbar.hxx b/extensions/source/bibliography/toolbar.hxx index 4daaff7cd1bc..e89899ded45d 100644 --- a/extensions/source/bibliography/toolbar.hxx +++ b/extensions/source/bibliography/toolbar.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BIB_TOOLBAR_HXX -#define _BIB_TOOLBAR_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_TOOLBAR_HXX +#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_TOOLBAR_HXX #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XStatusListener.hpp> |