[Libreoffice-commits] core.git: starmath/inc starmath/source
Thomas Arnhold
thomas at arnhold.org
Wed Oct 23 03:24:56 PDT 2013
starmath/inc/ElementsDockingWindow.hxx | 4 ++--
starmath/inc/action.hxx | 4 ++--
starmath/inc/caret.hxx | 6 +++---
starmath/inc/config.hxx | 4 ++--
starmath/inc/cursor.hxx | 6 +++---
starmath/inc/dialog.hxx | 4 ++--
starmath/inc/document.hxx | 4 ++--
starmath/inc/edit.hxx | 4 ++--
starmath/inc/format.hxx | 4 ++--
starmath/inc/helpids.h | 4 ++--
starmath/inc/parse.hxx | 4 ++--
starmath/inc/rect.hxx | 4 ++--
starmath/inc/smcommands.h | 4 ++--
starmath/inc/smdll.hxx | 4 ++--
starmath/inc/symbol.hxx | 4 ++--
starmath/inc/toolbox.hxx | 4 ++--
starmath/inc/types.hxx | 4 ++--
starmath/inc/unomodel.hxx | 4 ++--
starmath/inc/utility.hxx | 4 ++--
starmath/inc/view.hxx | 4 ++--
starmath/inc/visitors.hxx | 6 +++---
starmath/source/accessibility.hxx | 4 ++--
starmath/source/cfgitem.hxx | 4 ++--
starmath/source/eqnolefilehdr.hxx | 4 ++--
starmath/source/mathmlexport.hxx | 4 ++--
starmath/source/mathmlimport.hxx | 4 ++--
starmath/source/mathtype.hxx | 4 ++--
starmath/source/ooxmlexport.hxx | 4 ++--
starmath/source/ooxmlimport.hxx | 4 ++--
starmath/source/rtfexport.hxx | 4 ++--
starmath/source/smdetect.hxx | 4 ++--
starmath/source/wordexportbase.hxx | 4 ++--
32 files changed, 67 insertions(+), 67 deletions(-)
New commits:
commit da18612bf67b1f7caf9d94f4d8cb7fbd626e09f2
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Tue Oct 22 21:30:16 2013 +0200
starmath: fix include guards
Change-Id: I4f4bd88e8be1f2745ec8c96793a43d93e3f733b4
Reviewed-on: https://gerrit.libreoffice.org/6389
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/starmath/inc/ElementsDockingWindow.hxx b/starmath/inc/ElementsDockingWindow.hxx
index 5985a01..e3b1e8f 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 9a89fed..b8b62c7 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 2736617..9b48284 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 901d850..72060b0 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 82c98e4..8cc88a5 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 5f47fc9..423ffed 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 7781719..9d8c65d 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 a9d9ca4..4d684da 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 378cc3d..4db52a8 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 8ee31c1..785f5e0 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 f57318d..996d914 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 2886a57..07436a5 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 a0fd020..faa0158 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 ffffbdb..034e985 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 615f752..bea8d26 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 3f7434f..19361d8 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 712f05a..ca1f28f 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 d5fe5e6..be97943 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 f66ecdf..8218dfe 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 60e36fb..92973a2 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 7d45223..5c872cf 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: */
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx
index 736606eb..0402275 100644
--- a/starmath/source/accessibility.hxx
+++ b/starmath/source/accessibility.hxx
@@ -21,8 +21,8 @@
#pragma hdrstop
#endif
-#ifndef _ACCESSIBILITY_HXX_
-#define _ACCESSIBILITY_HXX_
+#ifndef INCLUDED_STARMATH_SOURCE_ACCESSIBILITY_HXX
+#define INCLUDED_STARMATH_SOURCE_ACCESSIBILITY_HXX
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/XAccessibleComponent.hpp>
diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx
index 9cbc089..ac95c21 100644
--- a/starmath/source/cfgitem.hxx
+++ b/starmath/source/cfgitem.hxx
@@ -21,8 +21,8 @@
#pragma hdrstop
#endif
-#ifndef _MATH_CFGITEM_HXX_
-#define _MATH_CFGITEM_HXX_
+#ifndef INCLUDED_STARMATH_SOURCE_CFGITEM_HXX
+#define INCLUDED_STARMATH_SOURCE_CFGITEM_HXX
#include <deque>
#include <vector>
diff --git a/starmath/source/eqnolefilehdr.hxx b/starmath/source/eqnolefilehdr.hxx
index 0966f6f..dfb2baa 100644
--- a/starmath/source/eqnolefilehdr.hxx
+++ b/starmath/source/eqnolefilehdr.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __EQNOLEFILEHDR_HXX__
-#define __EQNOLEFILEHDR_HXX__
+#ifndef INCLUDED_STARMATH_SOURCE_EQNOLEFILEHDR_HXX
+#define INCLUDED_STARMATH_SOURCE_EQNOLEFILEHDR_HXX
#include <sal/types.h>
#include <sot/storage.hxx>
diff --git a/starmath/source/mathmlexport.hxx b/starmath/source/mathmlexport.hxx
index 4f97bb4..7727fdb 100644
--- a/starmath/source/mathmlexport.hxx
+++ b/starmath/source/mathmlexport.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _MATHMLEXPORT_HXX_
-#define _MATHMLEXPORT_HXX_
+#ifndef INCLUDED_STARMATH_SOURCE_MATHMLEXPORT_HXX
+#define INCLUDED_STARMATH_SOURCE_MATHMLEXPORT_HXX
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmlexp.hxx>
diff --git a/starmath/source/mathmlimport.hxx b/starmath/source/mathmlimport.hxx
index d6bea98..c0d9e19 100644
--- a/starmath/source/mathmlimport.hxx
+++ b/starmath/source/mathmlimport.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _MATHMLIMPORT_HXX_
-#define _MATHMLIMPORT_HXX_
+#ifndef INCLUDED_STARMATH_SOURCE_MATHMLIMPORT_HXX
+#define INCLUDED_STARMATH_SOURCE_MATHMLIMPORT_HXX
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmlexp.hxx>
diff --git a/starmath/source/mathtype.hxx b/starmath/source/mathtype.hxx
index 055b6e0..332cd27 100644
--- a/starmath/source/mathtype.hxx
+++ b/starmath/source/mathtype.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef MATHTYPE_HXX
-#define MATHTYPE_HXX
+#ifndef INCLUDED_STARMATH_SOURCE_MATHTYPE_HXX
+#define INCLUDED_STARMATH_SOURCE_MATHTYPE_HXX
#include "node.hxx"
#include "eqnolefilehdr.hxx"
diff --git a/starmath/source/ooxmlexport.hxx b/starmath/source/ooxmlexport.hxx
index 68fac83..6e49de8 100644
--- a/starmath/source/ooxmlexport.hxx
+++ b/starmath/source/ooxmlexport.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef SM_OOXMLEXPORT_HXX
-#define SM_OOXMLEXPORT_HXX
+#ifndef INCLUDED_STARMATH_SOURCE_OOXMLEXPORT_HXX
+#define INCLUDED_STARMATH_SOURCE_OOXMLEXPORT_HXX
#include "wordexportbase.hxx"
diff --git a/starmath/source/ooxmlimport.hxx b/starmath/source/ooxmlimport.hxx
index cd294ec..d539279 100644
--- a/starmath/source/ooxmlimport.hxx
+++ b/starmath/source/ooxmlimport.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef SM_OOXMLIMPORT_HXX
-#define SM_OOXMLIMPORT_HXX
+#ifndef INCLUDED_STARMATH_SOURCE_OOXMLIMPORT_HXX
+#define INCLUDED_STARMATH_SOURCE_OOXMLIMPORT_HXX
#include <oox/mathml/importutils.hxx>
diff --git a/starmath/source/rtfexport.hxx b/starmath/source/rtfexport.hxx
index 9a04bdb..0ffde2b 100644
--- a/starmath/source/rtfexport.hxx
+++ b/starmath/source/rtfexport.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef SM_RTFEXPORT_HXX
-#define SM_RTFEXPORT_HXX
+#ifndef INCLUDED_STARMATH_SOURCE_RTFEXPORT_HXX
+#define INCLUDED_STARMATH_SOURCE_RTFEXPORT_HXX
#include "wordexportbase.hxx"
diff --git a/starmath/source/smdetect.hxx b/starmath/source/smdetect.hxx
index 8bd7db9..aaddd59 100644
--- a/starmath/source/smdetect.hxx
+++ b/starmath/source/smdetect.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SM_TYPEDETECT_HXX
-#define _SM_TYPEDETECT_HXX
+#ifndef INCLUDED_STARMATH_SOURCE_SMDETECT_HXX
+#define INCLUDED_STARMATH_SOURCE_SMDETECT_HXX
#include <rtl/ustring.hxx>
#include <osl/diagnose.h>
diff --git a/starmath/source/wordexportbase.hxx b/starmath/source/wordexportbase.hxx
index 204d9cd..ee53b12 100644
--- a/starmath/source/wordexportbase.hxx
+++ b/starmath/source/wordexportbase.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef SM_WORDEXPORTBASE_HXX
-#define SM_WORDEXPORTBASE_HXX
+#ifndef INCLUDED_STARMATH_SOURCE_WORDEXPORTBASE_HXX
+#define INCLUDED_STARMATH_SOURCE_WORDEXPORTBASE_HXX
#include "node.hxx"
More information about the Libreoffice-commits
mailing list