diff options
38 files changed, 54 insertions, 54 deletions
diff --git a/include/svtools/htmlout.hxx b/include/svtools/htmlout.hxx index b720df2c1544..8fadcb90280e 100644 --- a/include/svtools/htmlout.hxx +++ b/include/svtools/htmlout.hxx @@ -26,7 +26,7 @@ #include <rtl/string.hxx> #include <svl/macitem.hxx> -#include "svtools/HtmlWriter.hxx" +#include <svtools/HtmlWriter.hxx> class Color; class ImageMap; diff --git a/svtools/qa/unit/GraphicObjectTest.cxx b/svtools/qa/unit/GraphicObjectTest.cxx index 031a3eab6d58..44a677617091 100644 --- a/svtools/qa/unit/GraphicObjectTest.cxx +++ b/svtools/qa/unit/GraphicObjectTest.cxx @@ -9,7 +9,7 @@ */ #include <cppunit/extensions/HelperMacros.h> -#include "cppunit/plugin/TestPlugIn.h" +#include <cppunit/plugin/TestPlugIn.h> #include <svtools/grfmgr.hxx> diff --git a/svtools/qa/unit/testHtmlWriter.cxx b/svtools/qa/unit/testHtmlWriter.cxx index 5dd9491f9f9c..dc0816b7875d 100644 --- a/svtools/qa/unit/testHtmlWriter.cxx +++ b/svtools/qa/unit/testHtmlWriter.cxx @@ -8,11 +8,11 @@ * */ -#include "cppunit/TestCase.h" -#include "cppunit/TestFixture.h" -#include "cppunit/TestSuite.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include <cppunit/TestCase.h> +#include <cppunit/TestFixture.h> +#include <cppunit/TestSuite.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> #include <tools/stream.hxx> #include <svtools/HtmlWriter.hxx> diff --git a/svtools/source/brwbox/brwimpl.hxx b/svtools/source/brwbox/brwimpl.hxx index e494a7bd400e..fd0f51c49270 100644 --- a/svtools/source/brwbox/brwimpl.hxx +++ b/svtools/source/brwbox/brwimpl.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SVTOOLS_SOURCE_BRWBOX_BRWIMPL_HXX #define INCLUDED_SVTOOLS_SOURCE_BRWBOX_BRWIMPL_HXX -#include "svtaccessiblefactory.hxx" +#include <svtaccessiblefactory.hxx> #include <com/sun/star/lang/XComponent.hpp> #include <map> diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx index 522130bda325..2df958fd2ef5 100644 --- a/svtools/source/brwbox/editbrowsebox.cxx +++ b/svtools/source/brwbox/editbrowsebox.cxx @@ -29,7 +29,7 @@ #include <svtools/svtresid.hxx> #include <svtools/strings.hrc> -#include "bitmaps.hlst" +#include <bitmaps.hlst> #include <algorithm> #include <tools/multisel.hxx> diff --git a/svtools/source/brwbox/editbrowsebox2.cxx b/svtools/source/brwbox/editbrowsebox2.cxx index d645eb2d7d00..d705b99d063a 100644 --- a/svtools/source/brwbox/editbrowsebox2.cxx +++ b/svtools/source/brwbox/editbrowsebox2.cxx @@ -23,7 +23,7 @@ #include "editbrowseboximpl.hxx" #include <comphelper/types.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include "svtaccessiblefactory.hxx" +#include <svtaccessiblefactory.hxx> namespace svt { diff --git a/svtools/source/contnr/DocumentInfoPreview.cxx b/svtools/source/contnr/DocumentInfoPreview.cxx index 7338412e01f7..cc99f026081e 100644 --- a/svtools/source/contnr/DocumentInfoPreview.cxx +++ b/svtools/source/contnr/DocumentInfoPreview.cxx @@ -40,7 +40,7 @@ #include <unotools/ucbhelper.hxx> #include "fileview.hxx" -#include "templwin.hrc" +#include <templwin.hrc> #include "templwin.hxx" namespace svtools { diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index a792137ca87a..9e867fd8e258 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -28,7 +28,7 @@ #include <svtools/headbar.hxx> #include <svtools/svtabbx.hxx> #include <svtools/strings.hrc> -#include "bitmaps.hlst" +#include <bitmaps.hlst> #include <svtools/viewdataentry.hxx> #include <toolkit/helper/vclunohelper.hxx> #include "contentenumeration.hxx" diff --git a/svtools/source/contnr/foldertree.cxx b/svtools/source/contnr/foldertree.cxx index b8f7f7b17d5d..2f2aae754a48 100644 --- a/svtools/source/contnr/foldertree.cxx +++ b/svtools/source/contnr/foldertree.cxx @@ -11,7 +11,7 @@ #include <toolkit/helper/vclunohelper.hxx> #include <vcl/dialog.hxx> #include "contentenumeration.hxx" -#include "bitmaps.hlst" +#include <bitmaps.hlst> FolderTree::FolderTree( vcl::Window* pParent, WinBits nBits ) : SvTreeListBox( pParent, nBits | WB_SORT | WB_TABSTOP ) diff --git a/svtools/source/contnr/iconview.cxx b/svtools/source/contnr/iconview.cxx index 13921219101b..76fab5ef5159 100644 --- a/svtools/source/contnr/iconview.cxx +++ b/svtools/source/contnr/iconview.cxx @@ -20,7 +20,7 @@ #include <svtools/iconview.hxx> #include <svtools/treelistentry.hxx> #include <svtools/fileview.hxx> -#include "iconviewimpl.hxx" +#include <iconviewimpl.hxx> IconView::IconView( vcl::Window* pParent, WinBits nBits ) : SvTreeListBox( pParent, nBits ) diff --git a/svtools/source/contnr/imivctl.hxx b/svtools/source/contnr/imivctl.hxx index 5b8c816eb1f8..882b0049910d 100644 --- a/svtools/source/contnr/imivctl.hxx +++ b/svtools/source/contnr/imivctl.hxx @@ -27,7 +27,7 @@ #include <vcl/vclptr.hxx> #include <vcl/seleng.hxx> #include <tools/debug.hxx> -#include "svtaccessiblefactory.hxx" +#include <svtaccessiblefactory.hxx> #include <limits.h> diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx index 0fde08e46f6b..c9f598dde923 100644 --- a/svtools/source/contnr/svimpbox.cxx +++ b/svtools/source/contnr/svimpbox.cxx @@ -35,7 +35,7 @@ #include <svtools/svtresid.hxx> #include <tools/wintypes.hxx> #include <svtools/strings.hrc> -#include "bitmaps.hlst" +#include <bitmaps.hlst> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> diff --git a/svtools/source/contnr/svtabbx.cxx b/svtools/source/contnr/svtabbx.cxx index af846b52381c..53b0a0710e64 100644 --- a/svtools/source/contnr/svtabbx.cxx +++ b/svtools/source/contnr/svtabbx.cxx @@ -27,7 +27,7 @@ #include <vcl/builderfactory.hxx> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> -#include "svtaccessiblefactory.hxx" +#include <svtaccessiblefactory.hxx> #include <o3tl/make_unique.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::accessibility; diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx index bd4433fd443b..1937fe0c0bf3 100644 --- a/svtools/source/contnr/templwin.cxx +++ b/svtools/source/contnr/templwin.cxx @@ -20,7 +20,7 @@ #include <svtools/strings.hrc> #include <svtools/svtresid.hxx> #include "templwin.hxx" -#include "templwin.hrc" +#include <templwin.hrc> namespace SvtDocInfoTable_Impl { diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx index 46286451c11c..52be33e05b24 100644 --- a/svtools/source/contnr/treelistbox.cxx +++ b/svtools/source/contnr/treelistbox.cxx @@ -39,8 +39,8 @@ #include <svtools/svlbitm.hxx> #include <svtools/treelistentry.hxx> #include <svtools/viewdataentry.hxx> -#include "svimpbox.hxx" -#include "uitest/uiobject.hxx" +#include <svimpbox.hxx> +#include <uitest/uiobject.hxx> #include <set> #include <string.h> diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx index 2e3a5a3b563f..70894367ba82 100644 --- a/svtools/source/control/tabbar.cxx +++ b/svtools/source/control/tabbar.cxx @@ -29,7 +29,7 @@ #include <vcl/edit.hxx> #include <vcl/image.hxx> #include <vcl/settings.hxx> -#include "svtaccessiblefactory.hxx" +#include <svtaccessiblefactory.hxx> #include <svtools/svtresid.hxx> #include <svtools/strings.hrc> #include <limits> diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx index c8af6214faee..58f4c7c542f3 100644 --- a/svtools/source/dialogs/addresstemplate.cxx +++ b/svtools/source/dialogs/addresstemplate.cxx @@ -50,7 +50,7 @@ #include <algorithm> #include <map> #include <array> -#include "strings.hxx" +#include <strings.hxx> namespace svt diff --git a/svtools/source/edit/svmedit.cxx b/svtools/source/edit/svmedit.cxx index afe0adccb37b..8f83f5b183db 100644 --- a/svtools/source/edit/svmedit.cxx +++ b/svtools/source/edit/svmedit.cxx @@ -18,7 +18,7 @@ */ -#include "unoiface.hxx" +#include <unoiface.hxx> MultiLineEdit::MultiLineEdit( vcl::Window* pParent, WinBits nWinStyle ) : VclMultiLineEdit( pParent,nWinStyle ) diff --git a/svtools/source/hatchwindow/hatchwindow.cxx b/svtools/source/hatchwindow/hatchwindow.cxx index 49b3af96b90e..4c0a9819ede6 100644 --- a/svtools/source/hatchwindow/hatchwindow.cxx +++ b/svtools/source/hatchwindow/hatchwindow.cxx @@ -20,7 +20,7 @@ #include <com/sun/star/embed/XHatchWindowController.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include "hatchwindow.hxx" +#include <hatchwindow.hxx> #include "ipwin.hxx" #include <toolkit/helper/convert.hxx> diff --git a/svtools/source/inc/iconviewimpl.hxx b/svtools/source/inc/iconviewimpl.hxx index ca29b20f85b1..dec441b6ce1c 100644 --- a/svtools/source/inc/iconviewimpl.hxx +++ b/svtools/source/inc/iconviewimpl.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SVTOOLS_SOURCE_INC_ICONVIEWIMPL_HXX #define INCLUDED_SVTOOLS_SOURCE_INC_ICONVIEWIMPL_HXX -#include <svimpbox.hxx> +#include "svimpbox.hxx" class SvTreeListBox; class Point; diff --git a/svtools/source/misc/ehdl.cxx b/svtools/source/misc/ehdl.cxx index 98bf860f6106..1c4b070e8ccb 100644 --- a/svtools/source/misc/ehdl.cxx +++ b/svtools/source/misc/ehdl.cxx @@ -29,8 +29,8 @@ #include <svtools/strings.hrc> #include <svtools/sfxecode.hxx> #include <memory> -#include "errtxt.hrc" -#include "strings.hxx" +#include <errtxt.hrc> +#include <strings.hxx> static DialogMask aWndFunc( vcl::Window *pWin, // Parent of the dialog diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx index 4c5a4469136d..3192073cbd46 100644 --- a/svtools/source/misc/embedhlp.cxx +++ b/svtools/source/misc/embedhlp.cxx @@ -21,7 +21,7 @@ #include <svtools/embedhlp.hxx> #include <vcl/graphicfilter.hxx> #include <svtools/strings.hrc> -#include "bitmaps.hlst" +#include <bitmaps.hlst> #include <svtools/svtresid.hxx> #include <comphelper/embeddedobjectcontainer.hxx> diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx index d3bffc243761..ad0522009475 100644 --- a/svtools/source/misc/imagemgr.cxx +++ b/svtools/source/misc/imagemgr.cxx @@ -38,8 +38,8 @@ #include <svtools/strings.hrc> #include <svtools/svtresid.hxx> #include <vcl/lazydelete.hxx> -#include "bitmaps.hlst" -#include "strings.hxx" +#include <bitmaps.hlst> +#include <strings.hxx> // globals ******************************************************************* diff --git a/svtools/source/misc/langtab.cxx b/svtools/source/misc/langtab.cxx index db835cc3a1b6..e65f23246e5a 100644 --- a/svtools/source/misc/langtab.cxx +++ b/svtools/source/misc/langtab.cxx @@ -32,7 +32,7 @@ #include <unotools/syslocale.hxx> #include <tools/resary.hxx> #include <officecfg/VCL.hxx> -#include "langtab.hrc" +#include <langtab.hrc> using namespace ::com::sun::star; diff --git a/svtools/source/misc/svtaccessiblefactory.cxx b/svtools/source/misc/svtaccessiblefactory.cxx index b132eb0ce412..2441e29fc246 100644 --- a/svtools/source/misc/svtaccessiblefactory.cxx +++ b/svtools/source/misc/svtaccessiblefactory.cxx @@ -19,7 +19,7 @@ #include <config_features.h> -#include "svtaccessiblefactory.hxx" +#include <svtaccessiblefactory.hxx> #include <osl/module.h> diff --git a/svtools/source/table/defaultinputhandler.cxx b/svtools/source/table/defaultinputhandler.cxx index a50ca4685da6..880da1ab8f34 100644 --- a/svtools/source/table/defaultinputhandler.cxx +++ b/svtools/source/table/defaultinputhandler.cxx @@ -18,8 +18,8 @@ */ -#include "table/defaultinputhandler.hxx" -#include "table/tablecontrolinterface.hxx" +#include <table/defaultinputhandler.hxx> +#include <table/tablecontrolinterface.hxx> #include "tabledatawindow.hxx" #include "mousefunction.hxx" diff --git a/svtools/source/table/gridtablerenderer.cxx b/svtools/source/table/gridtablerenderer.cxx index a33b9f9a63db..5098a48e84cf 100644 --- a/svtools/source/table/gridtablerenderer.cxx +++ b/svtools/source/table/gridtablerenderer.cxx @@ -19,7 +19,7 @@ #include "cellvalueconversion.hxx" -#include "table/gridtablerenderer.hxx" +#include <table/gridtablerenderer.hxx> #include <svtools/colorcfg.hxx> #include <com/sun/star/graphic/XGraphic.hpp> diff --git a/svtools/source/table/mousefunction.cxx b/svtools/source/table/mousefunction.cxx index 631841fd0085..42eb2a45c678 100644 --- a/svtools/source/table/mousefunction.cxx +++ b/svtools/source/table/mousefunction.cxx @@ -19,7 +19,7 @@ #include "mousefunction.hxx" -#include "table/tablecontrolinterface.hxx" +#include <table/tablecontrolinterface.hxx> #include <tools/diagnose_ex.h> #include <vcl/window.hxx> diff --git a/svtools/source/table/tablecontrol.cxx b/svtools/source/table/tablecontrol.cxx index cf97e3f9f7b2..13a30e37a2c1 100644 --- a/svtools/source/table/tablecontrol.cxx +++ b/svtools/source/table/tablecontrol.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "table/tablecontrol.hxx" +#include <table/tablecontrol.hxx> #include "tablegeometry.hxx" #include "tablecontrol_impl.hxx" diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx index 78825ccb1400..53c19198f1fa 100644 --- a/svtools/source/table/tablecontrol_impl.cxx +++ b/svtools/source/table/tablecontrol_impl.cxx @@ -18,8 +18,8 @@ */ -#include "table/tablecontrol.hxx" -#include "table/defaultinputhandler.hxx" +#include <table/tablecontrol.hxx> +#include <table/defaultinputhandler.hxx> #include <svtools/table/tablemodel.hxx> #include "tabledatawindow.hxx" diff --git a/svtools/source/table/tablecontrol_impl.hxx b/svtools/source/table/tablecontrol_impl.hxx index 8d9b5a2ae9e6..4a0c5a78974f 100644 --- a/svtools/source/table/tablecontrol_impl.hxx +++ b/svtools/source/table/tablecontrol_impl.hxx @@ -21,9 +21,9 @@ #define INCLUDED_SVTOOLS_SOURCE_TABLE_TABLECONTROL_IMPL_HXX #include <svtools/table/tablemodel.hxx> -#include "table/tablecontrolinterface.hxx" +#include <table/tablecontrolinterface.hxx> -#include "svtaccessiblefactory.hxx" +#include <svtaccessiblefactory.hxx> #include <vcl/seleng.hxx> diff --git a/svtools/source/table/tabledatawindow.cxx b/svtools/source/table/tabledatawindow.cxx index 2c3cb1e8ddaa..d5b6d8b6e183 100644 --- a/svtools/source/table/tabledatawindow.cxx +++ b/svtools/source/table/tabledatawindow.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "table/tablecontrol.hxx" +#include <table/tablecontrol.hxx> #include "tabledatawindow.hxx" #include "tablecontrol_impl.hxx" diff --git a/svtools/source/uitest/uiobject.cxx b/svtools/source/uitest/uiobject.cxx index 19ab911876af..b8fb2fc5fdc7 100644 --- a/svtools/source/uitest/uiobject.cxx +++ b/svtools/source/uitest/uiobject.cxx @@ -8,7 +8,7 @@ */ #include <memory> -#include "uitest/uiobject.hxx" +#include <uitest/uiobject.hxx> #include <svtools/treelistbox.hxx> #include <svtools/simptabl.hxx> diff --git a/svtools/source/uno/svtxgridcontrol.cxx b/svtools/source/uno/svtxgridcontrol.cxx index 94eac674447b..64561c743601 100644 --- a/svtools/source/uno/svtxgridcontrol.cxx +++ b/svtools/source/uno/svtxgridcontrol.cxx @@ -19,9 +19,9 @@ #include "svtxgridcontrol.hxx" #include <com/sun/star/view/SelectionType.hpp> -#include "table/tablecontrolinterface.hxx" -#include "table/gridtablerenderer.hxx" -#include "table/tablecontrol.hxx" +#include <table/tablecontrolinterface.hxx> +#include <table/gridtablerenderer.hxx> +#include <table/tablecontrol.hxx> #include "unocontroltablemodel.hxx" #include <comphelper/sequence.hxx> #include <rtl/ref.hxx> diff --git a/svtools/source/uno/unocontroltablemodel.cxx b/svtools/source/uno/unocontroltablemodel.cxx index 53d30bf07ed2..4b7ada56e8e3 100644 --- a/svtools/source/uno/unocontroltablemodel.cxx +++ b/svtools/source/uno/unocontroltablemodel.cxx @@ -20,9 +20,9 @@ #include "unocontroltablemodel.hxx" #include "unogridcolumnfacade.hxx" -#include "table/defaultinputhandler.hxx" -#include "table/gridtablerenderer.hxx" -#include "table/tablecontrol.hxx" +#include <table/defaultinputhandler.hxx> +#include <table/gridtablerenderer.hxx> +#include <table/tablecontrol.hxx> #include <com/sun/star/awt/grid/XGridColumn.hpp> #include <com/sun/star/view/SelectionType.hpp> diff --git a/svtools/source/uno/unocontroltablemodel.hxx b/svtools/source/uno/unocontroltablemodel.hxx index 440cf4832f6c..af94b13e515d 100644 --- a/svtools/source/uno/unocontroltablemodel.hxx +++ b/svtools/source/uno/unocontroltablemodel.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SVTOOLS_SOURCE_UNO_UNOCONTROLTABLEMODEL_HXX #include <svtools/table/tablemodel.hxx> -#include "table/tablecontrol.hxx" +#include <table/tablecontrol.hxx> #include <com/sun/star/awt/grid/XGridControl.hpp> #include <com/sun/star/awt/grid/GridDataEvent.hpp> diff --git a/svtools/source/uno/unogridcolumnfacade.cxx b/svtools/source/uno/unogridcolumnfacade.cxx index f970e60143d7..6c60378d518d 100644 --- a/svtools/source/uno/unogridcolumnfacade.cxx +++ b/svtools/source/uno/unogridcolumnfacade.cxx @@ -20,9 +20,9 @@ #include "unogridcolumnfacade.hxx" #include "unocontroltablemodel.hxx" -#include "table/defaultinputhandler.hxx" -#include "table/gridtablerenderer.hxx" -#include "table/tablecontrol.hxx" +#include <table/defaultinputhandler.hxx> +#include <table/gridtablerenderer.hxx> +#include <table/tablecontrol.hxx> #include <com/sun/star/awt/grid/XGridColumn.hpp> #include <com/sun/star/view/SelectionType.hpp> diff --git a/svtools/source/uno/unogridcolumnfacade.hxx b/svtools/source/uno/unogridcolumnfacade.hxx index 68419935e168..e9c923be8136 100644 --- a/svtools/source/uno/unogridcolumnfacade.hxx +++ b/svtools/source/uno/unogridcolumnfacade.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SVTOOLS_SOURCE_UNO_UNOGRIDCOLUMNFACADE_HXX #include <svtools/table/tablemodel.hxx> -#include "table/tablecontrol.hxx" +#include <table/tablecontrol.hxx> #include <com/sun/star/awt/grid/XGridColumn.hpp> #include <com/sun/star/style/VerticalAlignment.hpp> |