diff options
-rw-r--r-- | include/vcl/displayconnectiondispatch.hxx | 6 | ||||
-rw-r--r-- | include/vcl/dllapi.h | 4 | ||||
-rw-r--r-- | include/vcl/fontmanager.hxx | 10 | ||||
-rw-r--r-- | include/vcl/helper.hxx | 4 | ||||
-rw-r--r-- | include/vcl/jobdata.hxx | 2 | ||||
-rw-r--r-- | include/vcl/lazydelete.hxx | 2 | ||||
-rw-r--r-- | include/vcl/mnemonicengine.hxx | 2 | ||||
-rw-r--r-- | include/vcl/oldprintadaptor.hxx | 2 | ||||
-rw-r--r-- | include/vcl/pdfwriter.hxx | 8 | ||||
-rw-r--r-- | include/vcl/popupmenuwindow.hxx | 2 | ||||
-rw-r--r-- | include/vcl/ppdparser.hxx | 2 | ||||
-rw-r--r-- | include/vcl/print.hxx | 24 | ||||
-rw-r--r-- | include/vcl/printerinfomanager.hxx | 8 | ||||
-rw-r--r-- | include/vcl/salctype.hxx | 2 | ||||
-rw-r--r-- | include/vcl/settings.hxx | 14 | ||||
-rw-r--r-- | include/vcl/tabctrl.hxx | 6 | ||||
-rw-r--r-- | include/vcl/threadex.hxx | 4 | ||||
-rw-r--r-- | include/vcl/throbber.hxx | 6 | ||||
-rw-r--r-- | include/vcl/vclevent.hxx | 8 | ||||
-rw-r--r-- | include/vcl/vclmain.hxx | 2 |
20 files changed, 59 insertions, 59 deletions
diff --git a/include/vcl/displayconnectiondispatch.hxx b/include/vcl/displayconnectiondispatch.hxx index 06009c15867a..1991df9eda8e 100644 --- a/include/vcl/displayconnectiondispatch.hxx +++ b/include/vcl/displayconnectiondispatch.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_VCL_DISPLAYCONNECTIONDISPATCH_HXX #define INCLUDED_VCL_DISPLAYCONNECTIONDISPATCH_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/awt/XDisplayConnection.hpp" -#include "cppuhelper/implbase1.hxx" +#include <com/sun/star/awt/XDisplayConnection.hpp> +#include <cppuhelper/implbase1.hxx> namespace vcl { diff --git a/include/vcl/dllapi.h b/include/vcl/dllapi.h index 603ddace0e95..bc9a522db620 100644 --- a/include/vcl/dllapi.h +++ b/include/vcl/dllapi.h @@ -20,8 +20,8 @@ #ifndef INCLUDED_VCL_DLLAPI_H #define INCLUDED_VCL_DLLAPI_H -#include "sal/config.h" -#include "sal/types.h" +#include <sal/config.h> +#include <sal/types.h> #if defined VCL_DLLIMPLEMENTATION #define VCL_DLLPUBLIC SAL_DLLPUBLIC_EXPORT diff --git a/include/vcl/fontmanager.hxx b/include/vcl/fontmanager.hxx index fd12fd54d43e..7f8511da21c6 100644 --- a/include/vcl/fontmanager.hxx +++ b/include/vcl/fontmanager.hxx @@ -25,11 +25,11 @@ #include <list> #include <set> -#include "vcl/dllapi.h" -#include "vcl/helper.hxx" -#include "vcl/timer.hxx" -#include "vcl/vclenum.hxx" -#include "com/sun/star/lang/Locale.hpp" +#include <vcl/dllapi.h> +#include <vcl/helper.hxx> +#include <vcl/timer.hxx> +#include <vcl/vclenum.hxx> +#include <com/sun/star/lang/Locale.hpp> #include <vector> diff --git a/include/vcl/helper.hxx b/include/vcl/helper.hxx index 172838fe09dc..cc368dd4b0da 100644 --- a/include/vcl/helper.hxx +++ b/include/vcl/helper.hxx @@ -22,9 +22,9 @@ #include <list> -#include "vcl/dllapi.h" +#include <vcl/dllapi.h> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> // forwards diff --git a/include/vcl/jobdata.hxx b/include/vcl/jobdata.hxx index f14be64761b0..974c04998eef 100644 --- a/include/vcl/jobdata.hxx +++ b/include/vcl/jobdata.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_JOBDATA_HXX #define INCLUDED_VCL_JOBDATA_HXX -#include "vcl/ppdparser.hxx" +#include <vcl/ppdparser.hxx> namespace psp { diff --git a/include/vcl/lazydelete.hxx b/include/vcl/lazydelete.hxx index 6c78676a8182..067b4febee1b 100644 --- a/include/vcl/lazydelete.hxx +++ b/include/vcl/lazydelete.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_LAZYDELETE_HXX #define INCLUDED_VCL_LAZYDELETE_HXX -#include "dllapi.h" +#include <vcl/dllapi.h> #include <vector> #include <boost/unordered_map.hpp> diff --git a/include/vcl/mnemonicengine.hxx b/include/vcl/mnemonicengine.hxx index fdddc0a134dc..64de438bce36 100644 --- a/include/vcl/mnemonicengine.hxx +++ b/include/vcl/mnemonicengine.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_MNEMONICENGINE_HXX #define INCLUDED_VCL_MNEMONICENGINE_HXX -#include "dllapi.h" +#include <vcl/dllapi.h> #include <sal/config.h> #include <sal/types.h> diff --git a/include/vcl/oldprintadaptor.hxx b/include/vcl/oldprintadaptor.hxx index adbf49c2dcad..7f6b5fa11820 100644 --- a/include/vcl/oldprintadaptor.hxx +++ b/include/vcl/oldprintadaptor.hxx @@ -20,7 +20,7 @@ #ifndef _VCL_OLDPRINTADAPTOR #define _VCL_OLDPRINTADAPTOR -#include "vcl/print.hxx" +#include <vcl/print.hxx> namespace vcl { diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index c15337f12763..07d0f47827c1 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -30,10 +30,10 @@ #include <vcl/font.hxx> #include <vcl/graphictools.hxx> -#include "com/sun/star/io/XOutputStream.hpp" -#include "com/sun/star/beans/XMaterialHolder.hpp" -#include "com/sun/star/security/XCertificate.hpp" -#include "com/sun/star/lang/Locale.hpp" +#include <com/sun/star/io/XOutputStream.hpp> +#include <com/sun/star/beans/XMaterialHolder.hpp> +#include <com/sun/star/security/XCertificate.hpp> +#include <com/sun/star/lang/Locale.hpp> #include <boost/scoped_ptr.hpp> diff --git a/include/vcl/popupmenuwindow.hxx b/include/vcl/popupmenuwindow.hxx index 76e222495441..30f498b77062 100644 --- a/include/vcl/popupmenuwindow.hxx +++ b/include/vcl/popupmenuwindow.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_POPUPMENUWINDOW_HXX #define INCLUDED_VCL_POPUPMENUWINDOW_HXX -#include "vcl/floatwin.hxx" +#include <vcl/floatwin.hxx> class VCL_DLLPUBLIC PopupMenuFloatingWindow : public FloatingWindow { diff --git a/include/vcl/ppdparser.hxx b/include/vcl/ppdparser.hxx index 32499e010656..11dfb7205884 100644 --- a/include/vcl/ppdparser.hxx +++ b/include/vcl/ppdparser.hxx @@ -28,7 +28,7 @@ #include <rtl/ustring.hxx> #include <vcl/dllapi.h> -#include "com/sun/star/lang/Locale.hpp" +#include <com/sun/star/lang/Locale.hpp> #define PRINTER_PPDDIR "driver" diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index 4e43c5e1d30e..f4537fec77e8 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -22,18 +22,18 @@ #include <rtl/ustring.hxx> -#include "tools/errcode.hxx" -#include "tools/solar.h" -#include "vcl/dllapi.h" -#include "vcl/outdev.hxx" -#include "vcl/prntypes.hxx" -#include "vcl/jobset.hxx" -#include "vcl/gdimtf.hxx" -#include "tools/stream.hxx" -#include "tools/multisel.hxx" - -#include "com/sun/star/beans/PropertyValue.hpp" -#include "com/sun/star/view/PrintableState.hpp" +#include <tools/errcode.hxx> +#include <tools/solar.h> +#include <vcl/dllapi.h> +#include <vcl/outdev.hxx> +#include <vcl/prntypes.hxx> +#include <vcl/jobset.hxx> +#include <vcl/gdimtf.hxx> +#include <tools/stream.hxx> +#include <tools/multisel.hxx> + +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/view/PrintableState.hpp> #include <boost/shared_ptr.hpp> #include <boost/unordered_map.hpp> diff --git a/include/vcl/printerinfomanager.hxx b/include/vcl/printerinfomanager.hxx index cc6f90b92c3f..96e784689483 100644 --- a/include/vcl/printerinfomanager.hxx +++ b/include/vcl/printerinfomanager.hxx @@ -23,10 +23,10 @@ #include <boost/unordered_map.hpp> #include <list> -#include "vcl/dllapi.h" -#include "vcl/helper.hxx" -#include "vcl/jobdata.hxx" -#include "osl/file.hxx" +#include <vcl/dllapi.h> +#include <vcl/helper.hxx> +#include <vcl/jobdata.hxx> +#include <osl/file.hxx> #include <cstdio> diff --git a/include/vcl/salctype.hxx b/include/vcl/salctype.hxx index 6f0284cdbc99..801815d8da26 100644 --- a/include/vcl/salctype.hxx +++ b/include/vcl/salctype.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_SALCTYPE_HXX #define INCLUDED_VCL_SALCTYPE_HXX -#include "sal/config.h" +#include <sal/config.h> #include <vcl/graph.hxx> diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index ae508196613b..6f670fd11c79 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -20,13 +20,13 @@ #ifndef INCLUDED_VCL_SETTINGS_HXX #define INCLUDED_VCL_SETTINGS_HXX -#include "tools/solar.h" -#include "vcl/dllapi.h" -#include "tools/color.hxx" -#include "vcl/bitmapex.hxx" -#include "vcl/font.hxx" -#include "vcl/accel.hxx" -#include "vcl/wall.hxx" +#include <tools/solar.h> +#include <vcl/dllapi.h> +#include <tools/color.hxx> +#include <vcl/bitmapex.hxx> +#include <vcl/font.hxx> +#include <vcl/accel.hxx> +#include <vcl/wall.hxx> #include <i18nlangtag/languagetag.hxx> #include <unotools/syslocale.hxx> diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx index 3160098c71a1..280006f51c69 100644 --- a/include/vcl/tabctrl.hxx +++ b/include/vcl/tabctrl.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_VCL_TABCTRL_HXX #define INCLUDED_VCL_TABCTRL_HXX -#include "tools/solar.h" -#include "vcl/dllapi.h" -#include "vcl/ctrl.hxx" +#include <tools/solar.h> +#include <vcl/dllapi.h> +#include <vcl/ctrl.hxx> struct ImplTabItem; struct ImplTabCtrlData; diff --git a/include/vcl/threadex.hxx b/include/vcl/threadex.hxx index b7bd5fa6c24c..51876033d5e4 100644 --- a/include/vcl/threadex.hxx +++ b/include/vcl/threadex.hxx @@ -22,8 +22,8 @@ #include <tools/link.hxx> #include <vcl/dllapi.h> -#include "cppuhelper/exc_hlp.hxx" -#include "boost/optional.hpp" +#include <cppuhelper/exc_hlp.hxx> +#include <boost/optional.hpp> #include <memory> namespace vcl diff --git a/include/vcl/throbber.hxx b/include/vcl/throbber.hxx index b58504fa576c..9c753aa51587 100644 --- a/include/vcl/throbber.hxx +++ b/include/vcl/throbber.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_VCL_THROBBER_HXX #define INCLUDED_VCL_THROBBER_HXX -#include "vcl/dllapi.h" -#include "vcl/imgctrl.hxx" -#include "vcl/timer.hxx" +#include <vcl/dllapi.h> +#include <vcl/imgctrl.hxx> +#include <vcl/timer.hxx> #include <com/sun/star/graphic/XGraphic.hpp> diff --git a/include/vcl/vclevent.hxx b/include/vcl/vclevent.hxx index 5755243f8e63..1ce025f68b28 100644 --- a/include/vcl/vclevent.hxx +++ b/include/vcl/vclevent.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_VCL_VCLEVENT_HXX #define INCLUDED_VCL_VCLEVENT_HXX -#include "tools/link.hxx" -#include "tools/rtti.hxx" -#include "vcl/dllapi.h" -#include "vcl/impdel.hxx" +#include <tools/link.hxx> +#include <tools/rtti.hxx> +#include <vcl/dllapi.h> +#include <vcl/impdel.hxx> #include <com/sun/star/uno/Reference.hxx> diff --git a/include/vcl/vclmain.hxx b/include/vcl/vclmain.hxx index 1b60cfba42ce..f58b259a761c 100644 --- a/include/vcl/vclmain.hxx +++ b/include/vcl/vclmain.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_VCL_VCLMAIN_HXX #define INCLUDED_VCL_VCLMAIN_HXX -#include "sal/config.h" +#include <sal/config.h> namespace vclmain { |