diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-22 21:30:16 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-23 10:24:32 +0000 |
commit | da18612bf67b1f7caf9d94f4d8cb7fbd626e09f2 (patch) | |
tree | 3a4d7746a9741d4bfb7b606e6ade5e933a0f5da5 /starmath/inc | |
parent | c400d41b93421268d1b71f9b029285fc8a855ba0 (diff) |
starmath: fix include guards
Change-Id: I4f4bd88e8be1f2745ec8c96793a43d93e3f733b4
Reviewed-on: https://gerrit.libreoffice.org/6389
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/ElementsDockingWindow.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/action.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/caret.hxx | 6 | ||||
-rw-r--r-- | starmath/inc/config.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/cursor.hxx | 6 | ||||
-rw-r--r-- | starmath/inc/dialog.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/document.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/edit.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/format.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/helpids.h | 4 | ||||
-rw-r--r-- | starmath/inc/parse.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/rect.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/smcommands.h | 4 | ||||
-rw-r--r-- | starmath/inc/smdll.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/symbol.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/toolbox.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/types.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/unomodel.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/utility.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/view.hxx | 4 | ||||
-rw-r--r-- | starmath/inc/visitors.hxx | 6 |
21 files changed, 45 insertions, 45 deletions
diff --git a/starmath/inc/ElementsDockingWindow.hxx b/starmath/inc/ElementsDockingWindow.hxx index 5985a0132ce2..e3b1e8fc4c33 100644 --- a/starmath/inc/ElementsDockingWindow.hxx +++ b/starmath/inc/ElementsDockingWindow.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 _ELEMENTSDOCKINGWINDOW_HXX_ -#define _ELEMENTSDOCKINGWINDOW_HXX_ +#ifndef INCLUDED_STARMATH_INC_ELEMENTSDOCKINGWINDOW_HXX +#define INCLUDED_STARMATH_INC_ELEMENTSDOCKINGWINDOW_HXX #include <sfx2/dockwin.hxx> #include <svx/dlgctrl.hxx> diff --git a/starmath/inc/action.hxx b/starmath/inc/action.hxx index 9a89fedf9ac9..b8b62c7b1d24 100644 --- a/starmath/inc/action.hxx +++ b/starmath/inc/action.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 ACTION_HXX -#define ACTION_HXX +#ifndef INCLUDED_STARMATH_INC_ACTION_HXX +#define INCLUDED_STARMATH_INC_ACTION_HXX #include <svl/undo.hxx> #include "format.hxx" diff --git a/starmath/inc/caret.hxx b/starmath/inc/caret.hxx index 2736617999cb..9b482845e0f7 100644 --- a/starmath/inc/caret.hxx +++ b/starmath/inc/caret.hxx @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CARET_H -#define CARET_H +#ifndef INCLUDED_STARMATH_INC_CARET_HXX +#define INCLUDED_STARMATH_INC_CARET_HXX #include "node.hxx" @@ -456,6 +456,6 @@ private: * - Insert the new subtree where the old was taken */ -#endif /* CARET_H */ +#endif // INCLUDED_STARMATH_INC_CARET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/starmath/inc/config.hxx b/starmath/inc/config.hxx index 901d8502b597..72060b0374f8 100644 --- a/starmath/inc/config.hxx +++ b/starmath/inc/config.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 CONFIG_HXX -#define CONFIG_HXX +#ifndef INCLUDED_STARMATH_INC_CONFIG_HXX +#define INCLUDED_STARMATH_INC_CONFIG_HXX #include <svl/brdcst.hxx> #include <svl/lstner.hxx> diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx index 82c98e43fb1f..8cc88a51213c 100644 --- a/starmath/inc/cursor.hxx +++ b/starmath/inc/cursor.hxx @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SMCURSOR_H -#define SMCURSOR_H +#ifndef INCLUDED_STARMATH_INC_CURSOR_HXX +#define INCLUDED_STARMATH_INC_CURSOR_HXX #include "node.hxx" #include "caret.hxx" @@ -460,6 +460,6 @@ private: }; -#endif /* SMCURSOR_H */ +#endif // INCLUDED_STARMATH_INC_CURSOR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx index 5f47fc9659f7..423ffed0df89 100644 --- a/starmath/inc/dialog.hxx +++ b/starmath/inc/dialog.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 DIALOG_HXX -#define DIALOG_HXX +#ifndef INCLUDED_STARMATH_INC_DIALOG_HXX +#define INCLUDED_STARMATH_INC_DIALOG_HXX #include <vcl/image.hxx> #include <vcl/dialog.hxx> diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index 778171927b50..9d8c65d9ef5c 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef DOCUMENT_HXX -#define DOCUMENT_HXX +#ifndef INCLUDED_STARMATH_INC_DOCUMENT_HXX +#define INCLUDED_STARMATH_INC_DOCUMENT_HXX #define SMDLL 1 diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx index a9d9ca465be4..4d684da98314 100644 --- a/starmath/inc/edit.hxx +++ b/starmath/inc/edit.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 EDIT_HXX -#define EDIT_HXX +#ifndef INCLUDED_STARMATH_INC_EDIT_HXX +#define INCLUDED_STARMATH_INC_EDIT_HXX #include <vcl/window.hxx> #include <vcl/timer.hxx> diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx index 378cc3de9e85..4db52a8cefc7 100644 --- a/starmath/inc/format.hxx +++ b/starmath/inc/format.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 FORMAT_HXX -#define FORMAT_HXX +#ifndef INCLUDED_STARMATH_INC_FORMAT_HXX +#define INCLUDED_STARMATH_INC_FORMAT_HXX #include <svl/smplhint.hxx> diff --git a/starmath/inc/helpids.h b/starmath/inc/helpids.h index 8ee31c1998c6..785f5e0c6d64 100644 --- a/starmath/inc/helpids.h +++ b/starmath/inc/helpids.h @@ -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 STARMATH_HELPIDS_H -#define STARMATH_HELPIDS_H +#ifndef INCLUDED_STARMATH_INC_HELPIDS_H +#define INCLUDED_STARMATH_INC_HELPIDS_H #define HID_SMA_FONTDIALOG "STARMATH_HID_SMA_FONTDIALOG" #define HID_SMA_DISTANCEDIALOG "STARMATH_HID_SMA_DISTANCEDIALOG" diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index f57318d5aa79..996d9148eb35 100644 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.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 PARSE_HXX -#define PARSE_HXX +#ifndef INCLUDED_STARMATH_INC_PARSE_HXX +#define INCLUDED_STARMATH_INC_PARSE_HXX #include <vcl/svapp.hxx> diff --git a/starmath/inc/rect.hxx b/starmath/inc/rect.hxx index 2886a57631e4..07436a544773 100644 --- a/starmath/inc/rect.hxx +++ b/starmath/inc/rect.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef RECT_HXX -#define RECT_HXX +#ifndef INCLUDED_STARMATH_INC_RECT_HXX +#define INCLUDED_STARMATH_INC_RECT_HXX #include <new> diff --git a/starmath/inc/smcommands.h b/starmath/inc/smcommands.h index a0fd0201a062..faa01583b58e 100644 --- a/starmath/inc/smcommands.h +++ b/starmath/inc/smcommands.h @@ -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 SM_SMCOMMANDS_H -#define SM_SMCOMMANDS_H +#ifndef INCLUDED_STARMATH_INC_SMCOMMANDS_H +#define INCLUDED_STARMATH_INC_SMCOMMANDS_H #define CMD_SID_ADJUST ".uno:Adjust" #define CMD_SID_ALIGN ".uno:ChangeAlignment" diff --git a/starmath/inc/smdll.hxx b/starmath/inc/smdll.hxx index ffffbdb8bdb9..034e985974f2 100644 --- a/starmath/inc/smdll.hxx +++ b/starmath/inc/smdll.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 SMDLL_HXX -#define SMDLL_HXX +#ifndef INCLUDED_STARMATH_INC_SMDLL_HXX +#define INCLUDED_STARMATH_INC_SMDLL_HXX namespace SmGlobals { diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx index 615f75266a62..bea8d26685f4 100644 --- a/starmath/inc/symbol.hxx +++ b/starmath/inc/symbol.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SYMBOL_HXX -#define SYMBOL_HXX +#ifndef INCLUDED_STARMATH_INC_SYMBOL_HXX +#define INCLUDED_STARMATH_INC_SYMBOL_HXX #include <vcl/font.hxx> #include <svl/lstner.hxx> diff --git a/starmath/inc/toolbox.hxx b/starmath/inc/toolbox.hxx index 3f7434fac8c6..19361d8da640 100644 --- a/starmath/inc/toolbox.hxx +++ b/starmath/inc/toolbox.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef TOOLBOX_HXX -#define TOOLBOX_HXX +#ifndef INCLUDED_STARMATH_INC_TOOLBOX_HXX +#define INCLUDED_STARMATH_INC_TOOLBOX_HXX #include <sfx2/basedlgs.hxx> #include <sfx2/childwin.hxx> diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx index 712f05a85c0b..ca1f28f782f6 100644 --- a/starmath/inc/types.hxx +++ b/starmath/inc/types.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef TYPES_HXX -#define TYPES_HXX +#ifndef INCLUDED_STARMATH_INC_TYPES_HXX +#define INCLUDED_STARMATH_INC_TYPES_HXX #include <sal/types.h> #define FONTNAME_MATH "OpenSymbol" diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx index d5fe5e6f8e7b..be979431c186 100644 --- a/starmath/inc/unomodel.hxx +++ b/starmath/inc/unomodel.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 UNOMODEL_HXX -#define UNOMODEL_HXX +#ifndef INCLUDED_STARMATH_INC_UNOMODEL_HXX +#define INCLUDED_STARMATH_INC_UNOMODEL_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XMultiPropertySet.hpp> diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx index f66ecdf820e8..8218dfe53254 100644 --- a/starmath/inc/utility.hxx +++ b/starmath/inc/utility.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 UTILITY_HXX -#define UTILITY_HXX +#ifndef INCLUDED_STARMATH_INC_UTILITY_HXX +#define INCLUDED_STARMATH_INC_UTILITY_HXX #include <vcl/font.hxx> #include <vcl/fixed.hxx> diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 60e36fb24037..92973a2e35e5 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.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 VIEW_HXX -#define VIEW_HXX +#ifndef INCLUDED_STARMATH_INC_VIEW_HXX +#define INCLUDED_STARMATH_INC_VIEW_HXX #include <sfx2/dockwin.hxx> #include <sfx2/viewsh.hxx> diff --git a/starmath/inc/visitors.hxx b/starmath/inc/visitors.hxx index 7d452237f424..5c872cf68911 100644 --- a/starmath/inc/visitors.hxx +++ b/starmath/inc/visitors.hxx @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SMVISITORS_H -#define SMVISITORS_H +#ifndef INCLUDED_STARMATH_INC_VISITORS_HXX +#define INCLUDED_STARMATH_INC_VISITORS_HXX #include "node.hxx" #include "caret.hxx" @@ -487,6 +487,6 @@ private: OUStringBuffer aCmdText; }; -#endif /* SMVISITORS_H */ +#endif // INCLUDED_STARMATH_INC_VISITORS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |