diff options
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/cell.hxx | 6 | ||||
-rw-r--r-- | svx/source/inc/filtnav.hxx | 2 | ||||
-rw-r--r-- | svx/source/inc/fmPropBrw.hxx | 2 | ||||
-rw-r--r-- | svx/source/inc/fmpgeimp.hxx | 2 | ||||
-rw-r--r-- | svx/source/inc/fmshimp.hxx | 4 | ||||
-rw-r--r-- | svx/source/inc/fmvwimp.hxx | 2 | ||||
-rw-r--r-- | svx/source/inc/sqlparserclient.hxx | 2 | ||||
-rw-r--r-- | svx/source/inc/xmlxtexp.hxx | 2 |
8 files changed, 11 insertions, 11 deletions
diff --git a/svx/source/inc/cell.hxx b/svx/source/inc/cell.hxx index 3a061c58475d..b7905acf7b70 100644 --- a/svx/source/inc/cell.hxx +++ b/svx/source/inc/cell.hxx @@ -27,10 +27,10 @@ #include <rtl/ref.hxx> #include <svl/style.hxx> -#include "svx/sdtaitm.hxx" +#include <svx/sdtaitm.hxx> #include "tablemodel.hxx" -#include "editeng/unotext.hxx" -#include "svx/svdtext.hxx" +#include <editeng/unotext.hxx> +#include <svx/svdtext.hxx> class SfxItemSet; diff --git a/svx/source/inc/filtnav.hxx b/svx/source/inc/filtnav.hxx index 2e8b89007ad9..f018c1f25ef6 100644 --- a/svx/source/inc/filtnav.hxx +++ b/svx/source/inc/filtnav.hxx @@ -37,7 +37,7 @@ #include <vcl/dialog.hxx> #include <vcl/group.hxx> #include <vcl/dockwin.hxx> -#include "svx/fmtools.hxx" +#include <svx/fmtools.hxx> #include "fmexch.hxx" #include "sqlparserclient.hxx" diff --git a/svx/source/inc/fmPropBrw.hxx b/svx/source/inc/fmPropBrw.hxx index 5c7ca1cfb643..c78294a6dbdc 100644 --- a/svx/source/inc/fmPropBrw.hxx +++ b/svx/source/inc/fmPropBrw.hxx @@ -27,7 +27,7 @@ #include <sfx2/basedlgs.hxx> #include <sfx2/ctrlitem.hxx> #include <sfx2/childwin.hxx> -#include "svx/fmtools.hxx" +#include <svx/fmtools.hxx> class FmPropBrwMgr : public SfxChildWindow diff --git a/svx/source/inc/fmpgeimp.hxx b/svx/source/inc/fmpgeimp.hxx index be2559b94aa5..1237019f01b1 100644 --- a/svx/source/inc/fmpgeimp.hxx +++ b/svx/source/inc/fmpgeimp.hxx @@ -32,7 +32,7 @@ #include <comphelper/uno3.hxx> #include <cppuhelper/weakref.hxx> -#include "svx/svxdllapi.h" +#include <svx/svxdllapi.h> #include <map> class FmFormObj; diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx index 37aa7c74b46f..0b07b6f063b2 100644 --- a/svx/source/inc/fmshimp.hxx +++ b/svx/source/inc/fmshimp.hxx @@ -45,8 +45,8 @@ #include <svx/svxids.hrc> #include <svl/lstner.hxx> -#include "svx/fmtools.hxx" -#include "svx/fmsrccfg.hxx" +#include <svx/fmtools.hxx> +#include <svx/fmsrccfg.hxx> #include <osl/mutex.hxx> #include <cppuhelper/component.hxx> #include <comphelper/container.hxx> diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx index 7eb299d12a05..b47db7c0e57c 100644 --- a/svx/source/inc/fmvwimp.hxx +++ b/svx/source/inc/fmvwimp.hxx @@ -24,7 +24,7 @@ #include <map> #include <memory> -#include "svx/svdmark.hxx" +#include <svx/svdmark.hxx> #include "fmdocumentclassification.hxx" #include <com/sun/star/form/XForm.hpp> diff --git a/svx/source/inc/sqlparserclient.hxx b/svx/source/inc/sqlparserclient.hxx index 0151f2cae9c3..06341d76120b 100644 --- a/svx/source/inc/sqlparserclient.hxx +++ b/svx/source/inc/sqlparserclient.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SVX_SOURCE_INC_SQLPARSERCLIENT_HXX #define INCLUDED_SVX_SOURCE_INC_SQLPARSERCLIENT_HXX -#include "svx/ParseContext.hxx" +#include <svx/ParseContext.hxx> namespace com { namespace sun { namespace star { namespace util { diff --git a/svx/source/inc/xmlxtexp.hxx b/svx/source/inc/xmlxtexp.hxx index 0f8312a26310..b48e26b17e8d 100644 --- a/svx/source/inc/xmlxtexp.hxx +++ b/svx/source/inc/xmlxtexp.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SVX_SOURCE_INC_XMLXTEXP_HXX #define INCLUDED_SVX_SOURCE_INC_XMLXTEXP_HXX -#include "xmloff/xmlexp.hxx" +#include <xmloff/xmlexp.hxx> namespace com { namespace sun { namespace star { namespace frame { class XModel; } |