diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:31:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:52 +0200 |
commit | ff77d83afd9558f2750ab46e6fc4e1fe426c1b43 (patch) | |
tree | 966d891a181eb5f3226d43436b761f6ceb7e9be5 | |
parent | 63ffec7c8590105b2e202f324db328ff44805b12 (diff) |
loplugin:includeform: starmath
Change-Id: Ic5d81bdeb98024f41f9dfca260eca0359b27b809
32 files changed, 89 insertions, 89 deletions
diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx index 4095500839d4..362069900414 100644 --- a/starmath/inc/format.hxx +++ b/starmath/inc/format.hxx @@ -23,7 +23,7 @@ #include <svl/hint.hxx> #include <svl/SfxBroadcaster.hxx> #include "utility.hxx" -#include <types.hxx> +#include "types.hxx" #define FNTNAME_TIMES "Times New Roman" diff --git a/starmath/qa/cppunit/mock-visitor.hxx b/starmath/qa/cppunit/mock-visitor.hxx index ca13e16e569c..8dab85336357 100644 --- a/starmath/qa/cppunit/mock-visitor.hxx +++ b/starmath/qa/cppunit/mock-visitor.hxx @@ -11,7 +11,7 @@ #define INCLUDED_STARMATH_QA_CPPUNIT_MOCK_VISITOR_HXX #include <cppunit/TestAssert.h> -#include "visitors.hxx" +#include <visitors.hxx> /** Simple visitor for testing SmVisitor */ class MockVisitor : public SmVisitor diff --git a/starmath/qa/cppunit/test_starmath.cxx b/starmath/qa/cppunit/test_starmath.cxx index d28baee430d7..e2ee4afeadd9 100644 --- a/starmath/qa/cppunit/test_starmath.cxx +++ b/starmath/qa/cppunit/test_starmath.cxx @@ -23,7 +23,7 @@ #include <editeng/editview.hxx> #include <sfx2/zoomitem.hxx> -#include "starmath.hrc" +#include <starmath.hrc> #include <memory> typedef tools::SvRef<SmDocShell> SmDocShellRef; diff --git a/starmath/qa/extras/mmlexport-test.cxx b/starmath/qa/extras/mmlexport-test.cxx index a4373ac2c780..8fdaa566a778 100644 --- a/starmath/qa/extras/mmlexport-test.cxx +++ b/starmath/qa/extras/mmlexport-test.cxx @@ -16,10 +16,10 @@ #include <sfx2/docfilt.hxx> #include <sfx2/sfxmodelfactory.hxx> -#include "document.hxx" -#include "smdll.hxx" -#include "node.hxx" -#include "parse.hxx" +#include <document.hxx> +#include <smdll.hxx> +#include <node.hxx> +#include <parse.hxx> #include <memory> diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx index 767a678e20f8..d40e1606e2c6 100644 --- a/starmath/source/ElementsDockingWindow.cxx +++ b/starmath/source/ElementsDockingWindow.cxx @@ -25,10 +25,10 @@ #include <smmod.hxx> #include <view.hxx> #include <visitors.hxx> -#include "document.hxx" -#include "node.hxx" +#include <document.hxx> +#include <node.hxx> #include "uiobject.hxx" -#include "strings.hxx" +#include <strings.hxx> #include <o3tl/make_unique.hxx> #include <svl/stritem.hxx> diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx index c6bd06327f67..f2d0f1b8655d 100644 --- a/starmath/source/accessibility.cxx +++ b/starmath/source/accessibility.cxx @@ -57,7 +57,7 @@ #include <document.hxx> #include <view.hxx> #include <o3tl/make_unique.hxx> -#include "strings.hrc" +#include <strings.hrc> using namespace com::sun::star; using namespace com::sun::star::lang; diff --git a/starmath/source/action.cxx b/starmath/source/action.cxx index dc5adf2b994c..21b75a481f67 100644 --- a/starmath/source/action.cxx +++ b/starmath/source/action.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "action.hxx" -#include "document.hxx" -#include "strings.hxx" +#include <action.hxx> +#include <document.hxx> +#include <strings.hxx> SmFormatAction::SmFormatAction(SmDocShell *pDocSh, const SmFormat& rOldFormat, diff --git a/starmath/source/caret.cxx b/starmath/source/caret.cxx index 6c1c9748b8e3..87cb1153cdd4 100644 --- a/starmath/source/caret.cxx +++ b/starmath/source/caret.cxx @@ -6,7 +6,7 @@ * 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/. */ -#include "caret.hxx" +#include <caret.hxx> #include <o3tl/make_unique.hxx> diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx index 4d8dcdc6fd7e..318410638772 100644 --- a/starmath/source/cfgitem.cxx +++ b/starmath/source/cfgitem.cxx @@ -30,10 +30,10 @@ #include <officecfg/Office/Math.hxx> #include "cfgitem.hxx" -#include "starmath.hrc" -#include "smmod.hxx" -#include "symbol.hxx" -#include "format.hxx" +#include <starmath.hrc> +#include <smmod.hxx> +#include <symbol.hxx> +#include <format.hxx> using namespace com::sun::star::uno; using namespace com::sun::star::beans; diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx index ccc9aafd008e..3bba6bf8cfd3 100644 --- a/starmath/source/cfgitem.hxx +++ b/starmath/source/cfgitem.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_STARMATH_SOURCE_CFGITEM_HXX #define INCLUDED_STARMATH_SOURCE_CFGITEM_HXX -#include "utility.hxx" +#include <utility.hxx> #include <deque> #include <vector> diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx index 4ed4ffde1145..1ffd1c783a55 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -7,10 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include <memory> -#include "cursor.hxx" -#include "visitors.hxx" -#include "document.hxx" -#include "view.hxx" +#include <cursor.hxx> +#include <visitors.hxx> +#include <document.hxx> +#include <view.hxx> #include <comphelper/string.hxx> #include <editeng/editeng.hxx> #include <cassert> diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 7fc552c9f8a2..ffde4194dbbd 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -35,14 +35,14 @@ #include <sfx2/dispatch.hxx> #include <svx/ucsubset.hxx> -#include "dialog.hxx" -#include "starmath.hrc" -#include "strings.hrc" -#include "helpids.h" +#include <dialog.hxx> +#include <starmath.hrc> +#include <strings.hrc> +#include <helpids.h> #include "cfgitem.hxx" -#include "smmod.hxx" -#include "symbol.hxx" -#include "view.hxx" +#include <smmod.hxx> +#include <symbol.hxx> +#include <view.hxx> #include <algorithm> diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index eeba3a2a47a0..1baf0339b113 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -71,9 +71,9 @@ #include "mathmlimport.hxx" #include "mathmlexport.hxx" #include <svx/svxids.hrc> -#include "cursor.hxx" +#include <cursor.hxx> #include <tools/diagnose_ex.h> -#include "visitors.hxx" +#include <visitors.hxx> #include "accessibility.hxx" #include "cfgitem.hxx" #include <memory> @@ -84,7 +84,7 @@ using namespace ::com::sun::star::accessibility; using namespace ::com::sun::star::uno; #define SmDocShell -#include "smslots.hxx" +#include <smslots.hxx> SFX_IMPL_SUPERCLASS_INTERFACE(SmDocShell, SfxObjectShell) diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index 61721a2ee91a..d044bd1b7959 100644 --- a/starmath/source/edit.cxx +++ b/starmath/source/edit.cxx @@ -19,8 +19,8 @@ #include <com/sun/star/accessibility/XAccessible.hpp> -#include "starmath.hrc" -#include "helpids.h" +#include <starmath.hrc> +#include <helpids.h> #include <vcl/menu.hxx> #include <vcl/settings.hxx> @@ -34,9 +34,9 @@ #include <sfx2/viewfrm.hxx> #include <svx/AccessibleTextHelper.hxx> -#include "edit.hxx" -#include "view.hxx" -#include "document.hxx" +#include <edit.hxx> +#include <view.hxx> +#include <document.hxx> #include "cfgitem.hxx" #include "accessibility.hxx" #include <memory> diff --git a/starmath/source/format.cxx b/starmath/source/format.cxx index 463a24b4e398..0d0713f611dc 100644 --- a/starmath/source/format.cxx +++ b/starmath/source/format.cxx @@ -18,7 +18,7 @@ */ #include <svl/languageoptions.hxx> -#include "format.hxx" +#include <format.hxx> #include <cassert> diff --git a/starmath/source/mathmlexport.cxx b/starmath/source/mathmlexport.cxx index d7bc5898cad7..5a4adc576f47 100644 --- a/starmath/source/mathmlexport.cxx +++ b/starmath/source/mathmlexport.cxx @@ -33,7 +33,7 @@ #include <rtl/math.hxx> #include <sfx2/frame.hxx> #include <sfx2/docfile.hxx> -#include "sfx2/sfxsids.hrc" +#include <sfx2/sfxsids.hrc> #include <osl/diagnose.h> #include <unotools/saveopt.hxx> #include <svl/itemset.hxx> diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx index 1173eb30bb05..012d0c74087f 100644 --- a/starmath/source/mathtype.cxx +++ b/starmath/source/mathtype.cxx @@ -25,7 +25,7 @@ #include <sot/storage.hxx> #include "eqnolefilehdr.hxx" -#include "node.hxx" +#include <node.hxx> void MathType::Init() { diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx index 8e1875f530c9..23b06c05d04a 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -18,14 +18,14 @@ */ -#include "node.hxx" -#include "parse.hxx" -#include "rect.hxx" -#include "symbol.hxx" -#include "smmod.hxx" +#include <node.hxx> +#include <parse.hxx> +#include <rect.hxx> +#include <symbol.hxx> +#include <smmod.hxx> #include "mathtype.hxx" #include "tmpdevice.hxx" -#include "visitors.hxx" +#include <visitors.hxx> #include <comphelper/string.hxx> #include <tools/color.hxx> diff --git a/starmath/source/ooxmlimport.cxx b/starmath/source/ooxmlimport.cxx index 62373396cdd6..dc940cf9e36b 100644 --- a/starmath/source/ooxmlimport.cxx +++ b/starmath/source/ooxmlimport.cxx @@ -9,7 +9,7 @@ #include "ooxmlimport.hxx" -#include "types.hxx" +#include <types.hxx> #include <oox/mathml/importutils.hxx> #include <oox/token/tokens.hxx> diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx index 12f8e4269117..861a9f1af91d 100644 --- a/starmath/source/parse.cxx +++ b/starmath/source/parse.cxx @@ -22,9 +22,9 @@ #include <i18nlangtag/lang.h> #include <unotools/syslocale.hxx> #include <o3tl/make_unique.hxx> -#include "parse.hxx" -#include "strings.hrc" -#include "smmod.hxx" +#include <parse.hxx> +#include <strings.hrc> +#include <smmod.hxx> #include "cfgitem.hxx" #include <cassert> #include <stack> diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx index 169933fcb6de..d9a235f621f7 100644 --- a/starmath/source/rect.cxx +++ b/starmath/source/rect.cxx @@ -21,9 +21,9 @@ #include <vcl/svapp.hxx> #include <vcl/virdev.hxx> -#include "rect.hxx" -#include "types.hxx" -#include "smmod.hxx" +#include <rect.hxx> +#include <types.hxx> +#include <smmod.hxx> #include <cassert> #include <unordered_set> diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index cc1980b1775f..08bec54144cf 100644 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -27,18 +27,18 @@ #include <unotools/resmgr.hxx> #include <vcl/virdev.hxx> #include <unotools/syslocale.hxx> -#include "smmod.hxx" +#include <smmod.hxx> #include "cfgitem.hxx" -#include "dialog.hxx" -#include "edit.hxx" -#include "view.hxx" -#include "smmod.hrc" -#include "starmath.hrc" -#include "svx/modctrl.hxx" +#include <dialog.hxx> +#include <edit.hxx> +#include <view.hxx> +#include <smmod.hrc> +#include <starmath.hrc> +#include <svx/modctrl.hxx> #define SmModule -#include "smslots.hxx" +#include <smslots.hxx> OUString SmResId(const char* pId) { diff --git a/starmath/source/symbol.cxx b/starmath/source/symbol.cxx index e37929cc6673..92c799d90411 100644 --- a/starmath/source/symbol.cxx +++ b/starmath/source/symbol.cxx @@ -19,10 +19,10 @@ #include <vector> -#include "symbol.hxx" -#include "utility.hxx" +#include <symbol.hxx> +#include <utility.hxx> #include "cfgitem.hxx" -#include "smmod.hxx" +#include <smmod.hxx> SmSym::SmSym() : diff --git a/starmath/source/tmpdevice.cxx b/starmath/source/tmpdevice.cxx index ca0ee8f8b356..1983a0059765 100644 --- a/starmath/source/tmpdevice.cxx +++ b/starmath/source/tmpdevice.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "smmod.hxx" +#include <smmod.hxx> #include "tmpdevice.hxx" #include <vcl/window.hxx> diff --git a/starmath/source/typemap.cxx b/starmath/source/typemap.cxx index cfe482ec4de9..e0a7641b69af 100644 --- a/starmath/source/typemap.cxx +++ b/starmath/source/typemap.cxx @@ -33,7 +33,7 @@ #endif #define SFX_TYPEMAP -#include "smslots.hxx" +#include <smslots.hxx> #ifdef DISABLE_DYNLOADING #undef aSfxInt16Item_Impl diff --git a/starmath/source/uiobject.cxx b/starmath/source/uiobject.cxx index a34f10c28341..33c7ba705602 100644 --- a/starmath/source/uiobject.cxx +++ b/starmath/source/uiobject.cxx @@ -10,7 +10,7 @@ #include <memory> #include "uiobject.hxx" -#include "ElementsDockingWindow.hxx" +#include <ElementsDockingWindow.hxx> ElementUIObject::ElementUIObject(const VclPtr<SmElementsControl>& xElementSelector, const OUString& rID): diff --git a/starmath/source/unodoc.cxx b/starmath/source/unodoc.cxx index efcbc09d6f33..23de3a86e3ca 100644 --- a/starmath/source/unodoc.cxx +++ b/starmath/source/unodoc.cxx @@ -21,8 +21,8 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include "register.hxx" -#include "smdll.hxx" -#include "document.hxx" +#include <smdll.hxx> +#include <document.hxx> #include <vcl/svapp.hxx> using namespace ::com::sun::star; diff --git a/starmath/source/unofilter.cxx b/starmath/source/unofilter.cxx index 156ab7de077a..597d8f41718e 100644 --- a/starmath/source/unofilter.cxx +++ b/starmath/source/unofilter.cxx @@ -13,7 +13,7 @@ #include <unotools/ucbstreamhelper.hxx> #include <document.hxx> -#include <mathtype.hxx> +#include "mathtype.hxx" #include <unomodel.hxx> using namespace ::com::sun::star; diff --git a/starmath/source/utility.cxx b/starmath/source/utility.cxx index fdcb438fb952..670661b7fbe0 100644 --- a/starmath/source/utility.cxx +++ b/starmath/source/utility.cxx @@ -19,11 +19,11 @@ #include <vcl/builderfactory.hxx> -#include "strings.hrc" +#include <strings.hrc> -#include "utility.hxx" -#include "dialog.hxx" -#include "view.hxx" +#include <utility.hxx> +#include <dialog.hxx> +#include <view.hxx> // return pointer to active SmViewShell, if this is not possible diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 7e2cf6c79c62..1d433288bc6c 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -56,18 +56,18 @@ #include <unotools/streamwrap.hxx> -#include "unomodel.hxx" -#include "view.hxx" +#include <unomodel.hxx> +#include <view.hxx> #include "cfgitem.hxx" -#include "dialog.hxx" -#include "document.hxx" -#include "starmath.hrc" -#include "strings.hrc" +#include <dialog.hxx> +#include <document.hxx> +#include <starmath.hrc> +#include <strings.hrc> #include "mathmlimport.hxx" -#include "cursor.hxx" +#include <cursor.hxx> #include "accessibility.hxx" -#include "ElementsDockingWindow.hxx" -#include "helpids.h" +#include <ElementsDockingWindow.hxx> +#include <helpids.h> #include <cassert> #include <memory> @@ -81,7 +81,7 @@ #define CMD_BOX_PADDING_TOP 10 #define SmViewShell -#include "smslots.hxx" +#include <smslots.hxx> using namespace css; using namespace css::accessibility; diff --git a/starmath/source/visitors.cxx b/starmath/source/visitors.cxx index a2437be9edc4..91e0e3a62de0 100644 --- a/starmath/source/visitors.cxx +++ b/starmath/source/visitors.cxx @@ -9,9 +9,9 @@ #include <tools/gen.hxx> #include <vcl/lineinfo.hxx> -#include "visitors.hxx" +#include <visitors.hxx> #include "tmpdevice.hxx" -#include "cursor.hxx" +#include <cursor.hxx> #include <cassert> // SmDefaultingVisitor diff --git a/starmath/source/wordexportbase.hxx b/starmath/source/wordexportbase.hxx index f40c261e9413..41a6f42408be 100644 --- a/starmath/source/wordexportbase.hxx +++ b/starmath/source/wordexportbase.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_STARMATH_SOURCE_WORDEXPORTBASE_HXX #define INCLUDED_STARMATH_SOURCE_WORDEXPORTBASE_HXX -#include "node.hxx" +#include <node.hxx> /** Base class implementing writing of formulas to Word. |