diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-13 00:29:50 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-13 00:29:50 +1100 |
commit | 6858d517574aec65527ffa57b2b936bfa949ae92 (patch) | |
tree | 978455a7e9a2205d6804961bc653e0d7fbdebe30 /vcl/source | |
parent | e6d6e35320984fe4198314e3ea3a91ead6b41392 (diff) |
vcl: include vcl headers via triangular brackets instead of quotes
Change-Id: I311f7db622ce341527fe12a92b516f800b602f92
Diffstat (limited to 'vcl/source')
29 files changed, 143 insertions, 143 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx index 7e53c09d8ffa..b191ae9a5b9d 100644 --- a/vcl/source/app/dbggui.cxx +++ b/vcl/source/app/dbggui.cxx @@ -27,9 +27,9 @@ #include <tools/lineend.hxx> #include "sal/log.hxx" -#include "vcl/svapp.hxx" -#include "vcl/event.hxx" -#include "vcl/threadex.hxx" +#include <vcl/svapp.hxx> +#include <vcl/event.hxx> +#include <vcl/threadex.hxx> #include "svdata.hxx" #include "dbggui.hxx" diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx index f48f6c59b15e..cf3726b230e9 100644 --- a/vcl/source/app/help.cxx +++ b/vcl/source/app/help.cxx @@ -23,12 +23,12 @@ #include "tools/diagnose_ex.h" #include "tools/time.hxx" -#include "vcl/window.hxx" -#include "vcl/event.hxx" -#include "vcl/svapp.hxx" -#include "vcl/wrkwin.hxx" -#include "vcl/help.hxx" -#include "vcl/settings.hxx" +#include <vcl/window.hxx> +#include <vcl/event.hxx> +#include <vcl/svapp.hxx> +#include <vcl/wrkwin.hxx> +#include <vcl/help.hxx> +#include <vcl/settings.hxx> #include "helpwin.hxx" #include "salframe.hxx" diff --git a/vcl/source/app/i18nhelp.cxx b/vcl/source/app/i18nhelp.cxx index 03d1bed10ad0..d59fdc46eff2 100644 --- a/vcl/source/app/i18nhelp.cxx +++ b/vcl/source/app/i18nhelp.cxx @@ -25,7 +25,7 @@ #include "rtl/ustrbuf.hxx" -#include "vcl/i18nhelp.hxx" +#include <vcl/i18nhelp.hxx> #include "com/sun/star/lang/XMultiServiceFactory.hpp" #include "com/sun/star/i18n/TransliterationModules.hpp" diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx index fbde610f62f0..c3fbdf518612 100644 --- a/vcl/source/app/svdata.cxx +++ b/vcl/source/app/svdata.cxx @@ -28,15 +28,15 @@ #include <tools/gen.hxx> #include <uno/current_context.hxx> -#include "vcl/configsettings.hxx" -#include "vcl/svapp.hxx" -#include "vcl/settings.hxx" -#include "vcl/wrkwin.hxx" -#include "vcl/layout.hxx" -#include "vcl/button.hxx" -#include "vcl/dockwin.hxx" -#include "vcl/print.hxx" -#include "vcl/virdev.hxx" +#include <vcl/configsettings.hxx> +#include <vcl/svapp.hxx> +#include <vcl/settings.hxx> +#include <vcl/wrkwin.hxx> +#include <vcl/layout.hxx> +#include <vcl/button.hxx> +#include <vcl/dockwin.hxx> +#include <vcl/print.hxx> +#include <vcl/virdev.hxx> #include "salinst.hxx" #include "salframe.hxx" #include "salgdi.hxx" @@ -52,7 +52,7 @@ #include "officecfg/Office/Common.hxx" -#include "vcl/opengl/OpenGLContext.hxx" +#include <vcl/opengl/OpenGLContext.hxx> using namespace com::sun::star::uno; using namespace com::sun::star::lang; diff --git a/vcl/source/app/vclevent.cxx b/vcl/source/app/vclevent.cxx index f1bf0f704168..da87732e67e4 100644 --- a/vcl/source/app/vclevent.cxx +++ b/vcl/source/app/vclevent.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/vclevent.hxx" -#include "vcl/window.hxx" +#include <vcl/vclevent.hxx> +#include <vcl/window.hxx> #include "svdata.hxx" #include "vcleventlisteners.hxx" diff --git a/vcl/source/components/dtranscomp.cxx b/vcl/source/components/dtranscomp.cxx index 18a104db05b6..0ae1f7ff4467 100644 --- a/vcl/source/components/dtranscomp.cxx +++ b/vcl/source/components/dtranscomp.cxx @@ -19,7 +19,7 @@ #include "osl/mutex.hxx" -#include "vcl/svapp.hxx" +#include <vcl/svapp.hxx> #include "factory.hxx" #include "svdata.hxx" diff --git a/vcl/source/components/fontident.cxx b/vcl/source/components/fontident.cxx index 10acf82a32a4..3315e1b937db 100644 --- a/vcl/source/components/fontident.cxx +++ b/vcl/source/components/fontident.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/svapp.hxx" -#include "vcl/font.hxx" +#include <vcl/svapp.hxx> +#include <vcl/font.hxx> #include "factory.hxx" #include "svdata.hxx" diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx index 3b6b5b106190..99ac514401ec 100644 --- a/vcl/source/control/field.cxx +++ b/vcl/source/control/field.cxx @@ -26,11 +26,11 @@ #include "tools/rc.h" -#include "vcl/dialog.hxx" -#include "vcl/field.hxx" -#include "vcl/event.hxx" -#include "vcl/svapp.hxx" -#include "vcl/settings.hxx" +#include <vcl/dialog.hxx> +#include <vcl/field.hxx> +#include <vcl/event.hxx> +#include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include "svids.hrc" #include "svdata.hxx" diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx index a5f9e95d60f0..2c0a62a0ac87 100644 --- a/vcl/source/control/fixed.cxx +++ b/vcl/source/control/fixed.cxx @@ -19,13 +19,13 @@ #include "tools/rc.h" -#include "vcl/decoview.hxx" -#include "vcl/dialog.hxx" -#include "vcl/event.hxx" -#include "vcl/fixed.hxx" -#include "vcl/implimagetree.hxx" -#include "vcl/svapp.hxx" -#include "vcl/settings.hxx" +#include <vcl/decoview.hxx> +#include <vcl/dialog.hxx> +#include <vcl/event.hxx> +#include <vcl/fixed.hxx> +#include <vcl/implimagetree.hxx> +#include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <comphelper/string.hxx> #include "controldata.hxx" diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx index aa4f16e61d57..e7cc02617fe6 100644 --- a/vcl/source/control/listbox.cxx +++ b/vcl/source/control/listbox.cxx @@ -20,15 +20,15 @@ #include "tools/rc.h" #include "tools/debug.hxx" -#include "vcl/decoview.hxx" -#include "vcl/dialog.hxx" -#include "vcl/event.hxx" -#include "vcl/scrbar.hxx" -#include "vcl/button.hxx" -#include "vcl/edit.hxx" -#include "vcl/lstbox.hxx" -#include "vcl/combobox.hxx" -#include "vcl/settings.hxx" +#include <vcl/decoview.hxx> +#include <vcl/dialog.hxx> +#include <vcl/event.hxx> +#include <vcl/scrbar.hxx> +#include <vcl/button.hxx> +#include <vcl/edit.hxx> +#include <vcl/lstbox.hxx> +#include <vcl/combobox.hxx> +#include <vcl/settings.hxx> #include "svdata.hxx" #include "controldata.hxx" diff --git a/vcl/source/control/quickselectionengine.cxx b/vcl/source/control/quickselectionengine.cxx index dc0e8117fc19..e8d40756830f 100644 --- a/vcl/source/control/quickselectionengine.cxx +++ b/vcl/source/control/quickselectionengine.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/quickselectionengine.hxx" -#include "vcl/event.hxx" -#include "vcl/timer.hxx" -#include "vcl/i18nhelp.hxx" -#include "vcl/svapp.hxx" -#include "vcl/settings.hxx" +#include <vcl/quickselectionengine.hxx> +#include <vcl/event.hxx> +#include <vcl/timer.hxx> +#include <vcl/i18nhelp.hxx> +#include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <boost/optional.hpp> diff --git a/vcl/source/control/scrbar.cxx b/vcl/source/control/scrbar.cxx index 5d44cd7e9eed..485d613afabd 100644 --- a/vcl/source/control/scrbar.cxx +++ b/vcl/source/control/scrbar.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/event.hxx" -#include "vcl/decoview.hxx" -#include "vcl/scrbar.hxx" -#include "vcl/timer.hxx" -#include "vcl/settings.hxx" +#include <vcl/event.hxx> +#include <vcl/decoview.hxx> +#include <vcl/scrbar.hxx> +#include <vcl/timer.hxx> +#include <vcl/settings.hxx> #include "svdata.hxx" diff --git a/vcl/source/control/spinfld.cxx b/vcl/source/control/spinfld.cxx index c95bf29b1e2c..cc57cb851f19 100644 --- a/vcl/source/control/spinfld.cxx +++ b/vcl/source/control/spinfld.cxx @@ -19,10 +19,10 @@ #include "tools/rc.h" -#include "vcl/event.hxx" -#include "vcl/decoview.hxx" -#include "vcl/spinfld.hxx" -#include "vcl/settings.hxx" +#include <vcl/event.hxx> +#include <vcl/decoview.hxx> +#include <vcl/spinfld.hxx> +#include <vcl/settings.hxx> #include "controldata.hxx" #include "spin.hxx" diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx index d848ab04d945..40a107d39381 100644 --- a/vcl/source/control/tabctrl.cxx +++ b/vcl/source/control/tabctrl.cxx @@ -20,17 +20,17 @@ #include "tools/debug.hxx" #include "tools/rc.h" -#include "vcl/svapp.hxx" -#include "vcl/help.hxx" -#include "vcl/event.hxx" -#include "vcl/menu.hxx" -#include "vcl/button.hxx" -#include "vcl/tabpage.hxx" -#include "vcl/tabctrl.hxx" -#include "vcl/controllayout.hxx" -#include "vcl/layout.hxx" -#include "vcl/lstbox.hxx" -#include "vcl/settings.hxx" +#include <vcl/svapp.hxx> +#include <vcl/help.hxx> +#include <vcl/event.hxx> +#include <vcl/menu.hxx> +#include <vcl/button.hxx> +#include <vcl/tabpage.hxx> +#include <vcl/tabctrl.hxx> +#include <vcl/controllayout.hxx> +#include <vcl/layout.hxx> +#include <vcl/lstbox.hxx> +#include <vcl/settings.hxx> #include "controldata.hxx" #include "svdata.hxx" diff --git a/vcl/source/control/throbber.cxx b/vcl/source/control/throbber.cxx index dff1a7cd9c02..f0c17c5526f4 100644 --- a/vcl/source/control/throbber.cxx +++ b/vcl/source/control/throbber.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/throbber.hxx" -#include "vcl/svapp.hxx" +#include <vcl/throbber.hxx> +#include <vcl/svapp.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/graphic/GraphicProvider.hpp> diff --git a/vcl/source/gdi/oldprintadaptor.cxx b/vcl/source/gdi/oldprintadaptor.cxx index ef4250555ffa..2c0fedd478a8 100644 --- a/vcl/source/gdi/oldprintadaptor.cxx +++ b/vcl/source/gdi/oldprintadaptor.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/oldprintadaptor.hxx" -#include "vcl/gdimtf.hxx" +#include <vcl/oldprintadaptor.hxx> +#include <vcl/gdimtf.hxx> #include "com/sun/star/awt/Size.hpp" diff --git a/vcl/source/gdi/pdfextoutdevdata.cxx b/vcl/source/gdi/pdfextoutdevdata.cxx index 2030b3a011f6..247176bb430e 100644 --- a/vcl/source/gdi/pdfextoutdevdata.cxx +++ b/vcl/source/gdi/pdfextoutdevdata.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/pdfextoutdevdata.hxx" -#include "vcl/graph.hxx" -#include "vcl/outdev.hxx" -#include "vcl/gfxlink.hxx" +#include <vcl/pdfextoutdevdata.hxx> +#include <vcl/graph.hxx> +#include <vcl/outdev.hxx> +#include <vcl/gfxlink.hxx> #include "vcl/dllapi.h" #include "basegfx/polygon/b2dpolygon.hxx" #include "basegfx/polygon/b2dpolygontools.hxx" diff --git a/vcl/source/gdi/pdfwriter_impl2.cxx b/vcl/source/gdi/pdfwriter_impl2.cxx index bad799439e6c..991d364ac869 100644 --- a/vcl/source/gdi/pdfwriter_impl2.cxx +++ b/vcl/source/gdi/pdfwriter_impl2.cxx @@ -19,12 +19,12 @@ #include "pdfwriter_impl.hxx" -#include "vcl/pdfextoutdevdata.hxx" -#include "vcl/virdev.hxx" -#include "vcl/gdimtf.hxx" -#include "vcl/metaact.hxx" -#include "vcl/bitmapaccess.hxx" -#include "vcl/graph.hxx" +#include <vcl/pdfextoutdevdata.hxx> +#include <vcl/virdev.hxx> +#include <vcl/gdimtf.hxx> +#include <vcl/metaact.hxx> +#include <vcl/bitmapaccess.hxx> +#include <vcl/graph.hxx> #include "svdata.hxx" diff --git a/vcl/source/gdi/textlayout.cxx b/vcl/source/gdi/textlayout.cxx index 79f983f79569..0b7ac697f8b0 100644 --- a/vcl/source/gdi/textlayout.cxx +++ b/vcl/source/gdi/textlayout.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/ctrl.hxx" -#include "vcl/outdev.hxx" +#include <vcl/ctrl.hxx> +#include <vcl/outdev.hxx> #include "fontinstance.hxx" #include "textlayout.hxx" diff --git a/vcl/source/helper/lazydelete.cxx b/vcl/source/helper/lazydelete.cxx index 6ca54bbeab99..2733aa0d369e 100644 --- a/vcl/source/helper/lazydelete.cxx +++ b/vcl/source/helper/lazydelete.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/window.hxx" -#include "vcl/menu.hxx" -#include "vcl/lazydelete.hxx" +#include <vcl/window.hxx> +#include <vcl/menu.hxx> +#include <vcl/lazydelete.hxx> #include "svdata.hxx" namespace vcl { diff --git a/vcl/source/helper/strhelper.cxx b/vcl/source/helper/strhelper.cxx index 65271087f024..67b2f611398e 100644 --- a/vcl/source/helper/strhelper.cxx +++ b/vcl/source/helper/strhelper.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/strhelper.hxx" +#include <vcl/strhelper.hxx> #include "sal/alloca.h" namespace psp { diff --git a/vcl/source/helper/xconnection.cxx b/vcl/source/helper/xconnection.cxx index ad420d303221..45e5008ffe02 100644 --- a/vcl/source/helper/xconnection.cxx +++ b/vcl/source/helper/xconnection.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/svapp.hxx" +#include <vcl/svapp.hxx> #include "xconnection.hxx" #include "svdata.hxx" diff --git a/vcl/source/image/ImplImageTree.cxx b/vcl/source/image/ImplImageTree.cxx index 6726673c867d..bb14b629bdb6 100644 --- a/vcl/source/image/ImplImageTree.cxx +++ b/vcl/source/image/ImplImageTree.cxx @@ -38,12 +38,12 @@ #include "tools/stream.hxx" #include "tools/urlobj.hxx" -#include "vcl/bitmapex.hxx" +#include <vcl/bitmapex.hxx> #include <vcl/dibtools.hxx> #include <vcl/implimagetree.hxx> -#include "vcl/pngread.hxx" -#include "vcl/settings.hxx" -#include "vcl/svapp.hxx" +#include <vcl/pngread.hxx> +#include <vcl/settings.hxx> +#include <vcl/svapp.hxx> #include <vcldemo-debug.hxx> #include <vcl/BitmapProcessor.hxx> diff --git a/vcl/source/salmain/salmain.cxx b/vcl/source/salmain/salmain.cxx index 32d573703a20..da2b37e7321f 100644 --- a/vcl/source/salmain/salmain.cxx +++ b/vcl/source/salmain/salmain.cxx @@ -23,8 +23,8 @@ #include "sal/main.h" #include "tools/extendapplicationenvironment.hxx" -#include "vcl/vclmain.hxx" -#include "vcl/svmain.hxx" +#include <vcl/vclmain.hxx> +#include <vcl/svmain.hxx> #include "salinst.hxx" diff --git a/vcl/source/window/accessibility.cxx b/vcl/source/window/accessibility.cxx index e3aa32a86a7f..0fcd51843cbe 100644 --- a/vcl/source/window/accessibility.cxx +++ b/vcl/source/window/accessibility.cxx @@ -28,34 +28,34 @@ #include "unotools/fontcfg.hxx" #include "unotools/confignode.hxx" -#include "vcl/layout.hxx" -#include "vcl/salgtype.hxx" -#include "vcl/event.hxx" -#include "vcl/fixed.hxx" -#include "vcl/help.hxx" -#include "vcl/cursor.hxx" -#include "vcl/svapp.hxx" -#include "vcl/window.hxx" -#include "vcl/syswin.hxx" -#include "vcl/syschild.hxx" -#include "vcl/dockwin.hxx" -#include "vcl/menu.hxx" -#include "vcl/wrkwin.hxx" -#include "vcl/wall.hxx" -#include "vcl/gradient.hxx" -#include "vcl/button.hxx" -#include "vcl/taskpanelist.hxx" -#include "vcl/dialog.hxx" -#include "vcl/unowrap.hxx" -#include "vcl/gdimtf.hxx" -#include "vcl/pdfextoutdevdata.hxx" -#include "vcl/popupmenuwindow.hxx" -#include "vcl/lazydelete.hxx" -#include "vcl/virdev.hxx" -#include "vcl/settings.hxx" +#include <vcl/layout.hxx> +#include <vcl/salgtype.hxx> +#include <vcl/event.hxx> +#include <vcl/fixed.hxx> +#include <vcl/help.hxx> +#include <vcl/cursor.hxx> +#include <vcl/svapp.hxx> +#include <vcl/window.hxx> +#include <vcl/syswin.hxx> +#include <vcl/syschild.hxx> +#include <vcl/dockwin.hxx> +#include <vcl/menu.hxx> +#include <vcl/wrkwin.hxx> +#include <vcl/wall.hxx> +#include <vcl/gradient.hxx> +#include <vcl/button.hxx> +#include <vcl/taskpanelist.hxx> +#include <vcl/dialog.hxx> +#include <vcl/unowrap.hxx> +#include <vcl/gdimtf.hxx> +#include <vcl/pdfextoutdevdata.hxx> +#include <vcl/popupmenuwindow.hxx> +#include <vcl/lazydelete.hxx> +#include <vcl/virdev.hxx> +#include <vcl/settings.hxx> // declare system types in sysdata.hxx -#include "vcl/sysdata.hxx" +#include <vcl/sysdata.hxx> #include "salframe.hxx" #include "salobj.hxx" diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx index 8fe500112a5c..3be6868a9117 100644 --- a/vcl/source/window/menu.cxx +++ b/vcl/source/window/menu.cxx @@ -63,7 +63,7 @@ #include <vcl/unohelp.hxx> #include <vcl/configsettings.hxx> -#include "vcl/lazydelete.hxx" +#include <vcl/lazydelete.hxx> #include <sfx2/sfxsids.hrc> diff --git a/vcl/source/window/popupmenuwindow.cxx b/vcl/source/window/popupmenuwindow.cxx index 2d9c52699054..e9388732ae6c 100644 --- a/vcl/source/window/popupmenuwindow.cxx +++ b/vcl/source/window/popupmenuwindow.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/popupmenuwindow.hxx" +#include <vcl/popupmenuwindow.hxx> #include <limits> diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index 67b0acd970b0..7cca69c45099 100644 --- a/vcl/source/window/printdlg.cxx +++ b/vcl/source/window/printdlg.cxx @@ -22,19 +22,19 @@ #include "svids.hrc" #include "jobset.h" -#include "vcl/print.hxx" -#include "vcl/dialog.hxx" -#include "vcl/button.hxx" -#include "vcl/wall.hxx" -#include "vcl/status.hxx" -#include "vcl/decoview.hxx" -#include "vcl/configsettings.hxx" -#include "vcl/help.hxx" -#include "vcl/layout.hxx" -#include "vcl/svapp.hxx" -#include "vcl/unohelp.hxx" -#include "vcl/settings.hxx" -#include "vcl/builderfactory.hxx" +#include <vcl/print.hxx> +#include <vcl/dialog.hxx> +#include <vcl/button.hxx> +#include <vcl/wall.hxx> +#include <vcl/status.hxx> +#include <vcl/decoview.hxx> +#include <vcl/configsettings.hxx> +#include <vcl/help.hxx> +#include <vcl/layout.hxx> +#include <vcl/svapp.hxx> +#include <vcl/unohelp.hxx> +#include <vcl/settings.hxx> +#include <vcl/builderfactory.hxx> #include "unotools/localedatawrapper.hxx" diff --git a/vcl/source/window/window3.cxx b/vcl/source/window/window3.cxx index aa2a04919663..aa5c1f9d3ab9 100644 --- a/vcl/source/window/window3.cxx +++ b/vcl/source/window/window3.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/window.hxx" -#include "vcl/waitobj.hxx" -#include "vcl/button.hxx" +#include <vcl/window.hxx> +#include <vcl/waitobj.hxx> +#include <vcl/button.hxx> WaitObject::~WaitObject() { |