diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-15 09:12:11 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-15 10:01:24 +0200 |
commit | 9081583e59ba8d3a776d812fa280a929c88a69f1 (patch) | |
tree | 13acdd281d393a94f904210cbeb49c1993133800 /svl/source/config | |
parent | 7e586cee33a978703bfc11571adc3cf68a4d714e (diff) |
fix-includes.pl: svl
Change-Id: I18fb7a677e2bb98c83f43f5af3fa988393dc23f9
Diffstat (limited to 'svl/source/config')
-rw-r--r-- | svl/source/config/asiancfg.cxx | 42 | ||||
-rw-r--r-- | svl/source/config/cjkoptions.cxx | 2 | ||||
-rw-r--r-- | svl/source/config/ctloptions.cxx | 2 |
3 files changed, 23 insertions, 23 deletions
diff --git a/svl/source/config/asiancfg.cxx b/svl/source/config/asiancfg.cxx index b644705aef97..f06c9095444e 100644 --- a/svl/source/config/asiancfg.cxx +++ b/svl/source/config/asiancfg.cxx @@ -17,31 +17,31 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> -#include "boost/noncopyable.hpp" -#include "com/sun/star/beans/XPropertySet.hpp" -#include "com/sun/star/container/ElementExistException.hpp" -#include "com/sun/star/container/NoSuchElementException.hpp" -#include "com/sun/star/container/XNameAccess.hpp" -#include "com/sun/star/container/XNameContainer.hpp" -#include "com/sun/star/lang/Locale.hpp" -#include "com/sun/star/lang/XSingleServiceFactory.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "comphelper/configuration.hxx" -#include "comphelper/processfactory.hxx" +#include <boost/noncopyable.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/container/ElementExistException.hpp> +#include <com/sun/star/container/NoSuchElementException.hpp> +#include <com/sun/star/container/XNameAccess.hpp> +#include <com/sun/star/container/XNameContainer.hpp> +#include <com/sun/star/lang/Locale.hpp> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <comphelper/configuration.hxx> +#include <comphelper/processfactory.hxx> #include "officecfg/Office/Common.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "sal/types.h" -#include "i18nlangtag/languagetag.hxx" -#include "svl/asiancfg.hxx" +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/log.hxx> +#include <sal/types.h> +#include <i18nlangtag/languagetag.hxx> +#include <svl/asiancfg.hxx> namespace { diff --git a/svl/source/config/cjkoptions.cxx b/svl/source/config/cjkoptions.cxx index cf2500e9d4f4..b8c978809225 100644 --- a/svl/source/config/cjkoptions.cxx +++ b/svl/source/config/cjkoptions.cxx @@ -29,7 +29,7 @@ #include <osl/mutex.hxx> #include <rtl/instance.hxx> -#include <itemholder2.hxx> +#include "itemholder2.hxx" using namespace ::com::sun::star::uno; using namespace ::rtl; diff --git a/svl/source/config/ctloptions.cxx b/svl/source/config/ctloptions.cxx index 37a193fa713d..b6c3967f42db 100644 --- a/svl/source/config/ctloptions.cxx +++ b/svl/source/config/ctloptions.cxx @@ -30,7 +30,7 @@ #include <svl/smplhint.hxx> #include <rtl/instance.hxx> #include <unotools/syslocale.hxx> -#include <itemholder2.hxx> +#include "itemholder2.hxx" using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |