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 | |
parent | 7e586cee33a978703bfc11571adc3cf68a4d714e (diff) |
fix-includes.pl: svl
Change-Id: I18fb7a677e2bb98c83f43f5af3fa988393dc23f9
Diffstat (limited to 'svl')
-rw-r--r-- | svl/qa/unit/svl.cxx | 8 | ||||
-rw-r--r-- | svl/qa/unit/test_URIHelper.cxx | 60 | ||||
-rw-r--r-- | svl/qa/unit/test_lngmisc.cxx | 2 | ||||
-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 | ||||
-rw-r--r-- | svl/source/fsstor/fsfactory.cxx | 2 | ||||
-rw-r--r-- | svl/source/fsstor/ostreamcontainer.hxx | 2 | ||||
-rw-r--r-- | svl/source/items/cenumitm.cxx | 2 | ||||
-rw-r--r-- | svl/source/items/whassert.hxx | 4 | ||||
-rw-r--r-- | svl/source/misc/getstringresource.cxx | 18 | ||||
-rw-r--r-- | svl/source/misc/getstringresource.hxx | 4 | ||||
-rw-r--r-- | svl/source/misc/inethist.cxx | 4 | ||||
-rw-r--r-- | svl/source/misc/lngmisc.cxx | 2 | ||||
-rw-r--r-- | svl/source/misc/sharedstring.cxx | 2 | ||||
-rw-r--r-- | svl/source/misc/sharedstringpool.cxx | 4 | ||||
-rw-r--r-- | svl/source/misc/urihelper.cxx | 46 | ||||
-rw-r--r-- | svl/source/numbers/zformat.cxx | 2 | ||||
-rw-r--r-- | svl/source/passwordcontainer/syscreds.cxx | 2 | ||||
-rw-r--r-- | svl/source/passwordcontainer/syscreds.hxx | 8 | ||||
-rw-r--r-- | svl/source/uno/pathservice.cxx | 4 | ||||
-rw-r--r-- | svl/source/uno/registerservices.cxx | 4 |
22 files changed, 113 insertions, 113 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index 47c9ff834c1b..9090c563a256 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -31,10 +31,10 @@ #include <i18nlangtag/lang.h> -#include "svl/zforlist.hxx" -#include "svl/zformat.hxx" -#include "svl/sharedstringpool.hxx" -#include "unotools/syslocale.hxx" +#include <svl/zforlist.hxx> +#include <svl/zformat.hxx> +#include <svl/sharedstringpool.hxx> +#include <unotools/syslocale.hxx> #include <boost/scoped_ptr.hpp> diff --git a/svl/qa/unit/test_URIHelper.cxx b/svl/qa/unit/test_URIHelper.cxx index 322fe62e1c91..cedebdfe322d 100644 --- a/svl/qa/unit/test_URIHelper.cxx +++ b/svl/qa/unit/test_URIHelper.cxx @@ -20,41 +20,41 @@ #include <cassert> #include <cstddef> -#include "com/sun/star/lang/Locale.hpp" -#include "com/sun/star/lang/XComponent.hpp" -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/ucb/Command.hpp" -#include "com/sun/star/ucb/CommandAbortedException.hpp" -#include "com/sun/star/ucb/IllegalIdentifierException.hpp" -#include "com/sun/star/ucb/UniversalContentBroker.hpp" -#include "com/sun/star/ucb/XCommandProcessor.hpp" -#include "com/sun/star/ucb/XContent.hpp" -#include "com/sun/star/ucb/XContentIdentifier.hpp" -#include "com/sun/star/ucb/XContentProvider.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Exception.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uri/XUriReference.hpp" -#include "cppuhelper/bootstrap.hxx" -#include "cppuhelper/implbase1.hxx" -#include "cppuhelper/implbase2.hxx" +#include <com/sun/star/lang/Locale.hpp> +#include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/ucb/Command.hpp> +#include <com/sun/star/ucb/CommandAbortedException.hpp> +#include <com/sun/star/ucb/IllegalIdentifierException.hpp> +#include <com/sun/star/ucb/UniversalContentBroker.hpp> +#include <com/sun/star/ucb/XCommandProcessor.hpp> +#include <com/sun/star/ucb/XContent.hpp> +#include <com/sun/star/ucb/XContentIdentifier.hpp> +#include <com/sun/star/ucb/XContentProvider.hpp> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Exception.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uri/XUriReference.hpp> +#include <cppuhelper/bootstrap.hxx> +#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase2.hxx> #include "cppunit/TestCase.h" #include "cppunit/TestFixture.h" #include "cppunit/TestSuite.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include "rtl/strbuf.hxx" -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/textenc.h" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/macros.h" -#include "sal/types.h" -#include "svl/urihelper.hxx" -#include "unotools/charclass.hxx" +#include <rtl/strbuf.hxx> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/textenc.h> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/macros.h> +#include <sal/types.h> +#include <svl/urihelper.hxx> +#include <unotools/charclass.hxx> namespace com { namespace sun { namespace star { namespace ucb { class XCommandEnvironment; diff --git a/svl/qa/unit/test_lngmisc.cxx b/svl/qa/unit/test_lngmisc.cxx index 0033d037ca30..4b5596cbdeba 100644 --- a/svl/qa/unit/test_lngmisc.cxx +++ b/svl/qa/unit/test_lngmisc.cxx @@ -13,7 +13,7 @@ #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include "svl/lngmisc.hxx" +#include <svl/lngmisc.hxx> #include <rtl/ustrbuf.hxx> 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; diff --git a/svl/source/fsstor/fsfactory.cxx b/svl/source/fsstor/fsfactory.cxx index e38541dee738..6d820fdfa1f8 100644 --- a/svl/source/fsstor/fsfactory.cxx +++ b/svl/source/fsstor/fsfactory.cxx @@ -19,7 +19,7 @@ #include "fsfactory.hxx" -#include "cppuhelper/factory.hxx" +#include <cppuhelper/factory.hxx> #include <com/sun/star/ucb/XSimpleFileAccess.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/io/XSeekable.hpp> diff --git a/svl/source/fsstor/ostreamcontainer.hxx b/svl/source/fsstor/ostreamcontainer.hxx index b9ab7cecfe22..f998664bcf33 100644 --- a/svl/source/fsstor/ostreamcontainer.hxx +++ b/svl/source/fsstor/ostreamcontainer.hxx @@ -28,7 +28,7 @@ #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/io/XStream.hpp> -#include "com/sun/star/io/XAsyncOutputMonitor.hpp" +#include <com/sun/star/io/XAsyncOutputMonitor.hpp> #include <cppuhelper/weak.hxx> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/interfacecontainer.h> diff --git a/svl/source/items/cenumitm.cxx b/svl/source/items/cenumitm.cxx index d0213a5ab228..49250a70ac5c 100644 --- a/svl/source/items/cenumitm.cxx +++ b/svl/source/items/cenumitm.cxx @@ -21,7 +21,7 @@ #include <tools/stream.hxx> #include <svl/cenumitm.hxx> #include <svl/eitem.hxx> -#include <whassert.hxx> +#include "whassert.hxx" #include <comphelper/extract.hxx> diff --git a/svl/source/items/whassert.hxx b/svl/source/items/whassert.hxx index 8a02a7ac9458..7c7368869e0b 100644 --- a/svl/source/items/whassert.hxx +++ b/svl/source/items/whassert.hxx @@ -19,9 +19,9 @@ #ifndef INCLUDED_SVL_SOURCE_ITEMS_WHASSERT_HXX #define INCLUDED_SVL_SOURCE_ITEMS_WHASSERT_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "sal/log.hxx" +#include <sal/log.hxx> #define SFX_ASSERT( bCondition, nId, sMessage ) SAL_WARN_IF( \ !(bCondition), "svl", (sMessage) << ", with ID/pos " << (nId)); diff --git a/svl/source/misc/getstringresource.cxx b/svl/source/misc/getstringresource.cxx index f59295e4ed50..086c704d59cc 100644 --- a/svl/source/misc/getstringresource.cxx +++ b/svl/source/misc/getstringresource.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <map> -#include "boost/noncopyable.hpp" -#include "boost/scoped_ptr.hpp" +#include <boost/noncopyable.hpp> +#include <boost/scoped_ptr.hpp> #include <i18nlangtag/languagetag.hxx> -#include "rtl/instance.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "tools/resmgr.hxx" -#include "tools/simplerm.hxx" +#include <rtl/instance.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <tools/resmgr.hxx> +#include <tools/simplerm.hxx> #include "getstringresource.hxx" diff --git a/svl/source/misc/getstringresource.hxx b/svl/source/misc/getstringresource.hxx index afd0cf7ca4e7..3fcde3883f88 100644 --- a/svl/source/misc/getstringresource.hxx +++ b/svl/source/misc/getstringresource.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SVL_SOURCE_MISC_GETSTRINGRESOURCE_HXX #define INCLUDED_SVL_SOURCE_MISC_GETSTRINGRESOURCE_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "sal/types.h" +#include <sal/types.h> namespace com { namespace sun { namespace star { namespace lang { struct Locale; diff --git a/svl/source/misc/inethist.cxx b/svl/source/misc/inethist.cxx index b199b01dceaf..13909b44698c 100644 --- a/svl/source/misc/inethist.cxx +++ b/svl/source/misc/inethist.cxx @@ -23,8 +23,8 @@ #include <string.h> #include <boost/noncopyable.hpp> -#include "rtl/instance.hxx" -#include "rtl/crc.h" +#include <rtl/instance.hxx> +#include <rtl/crc.h> #include <tools/solar.h> #include <tools/debug.hxx> #include <tools/urlobj.hxx> diff --git a/svl/source/misc/lngmisc.cxx b/svl/source/misc/lngmisc.cxx index 2deb2d3d2843..769d7832f5f8 100644 --- a/svl/source/misc/lngmisc.cxx +++ b/svl/source/misc/lngmisc.cxx @@ -18,7 +18,7 @@ */ -#include "svl/lngmisc.hxx" +#include <svl/lngmisc.hxx> #include <comphelper/string.hxx> #include <rtl/ustrbuf.hxx> diff --git a/svl/source/misc/sharedstring.cxx b/svl/source/misc/sharedstring.cxx index ed4257d96a56..81379520a3d9 100644 --- a/svl/source/misc/sharedstring.cxx +++ b/svl/source/misc/sharedstring.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "svl/sharedstring.hxx" +#include <svl/sharedstring.hxx> namespace svl { diff --git a/svl/source/misc/sharedstringpool.cxx b/svl/source/misc/sharedstringpool.cxx index ef4ee0f264b2..e78e0965832e 100644 --- a/svl/source/misc/sharedstringpool.cxx +++ b/svl/source/misc/sharedstringpool.cxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "svl/sharedstringpool.hxx" -#include "unotools/charclass.hxx" +#include <svl/sharedstringpool.hxx> +#include <unotools/charclass.hxx> namespace svl { diff --git a/svl/source/misc/urihelper.cxx b/svl/source/misc/urihelper.cxx index 1322c30101ef..11fb9c0a263a 100644 --- a/svl/source/misc/urihelper.cxx +++ b/svl/source/misc/urihelper.cxx @@ -18,31 +18,31 @@ */ #include <svl/urihelper.hxx> -#include "com/sun/star/ucb/Command.hpp" -#include "com/sun/star/ucb/IllegalIdentifierException.hpp" -#include "com/sun/star/ucb/UniversalContentBroker.hpp" -#include "com/sun/star/ucb/UnsupportedCommandException.hpp" -#include "com/sun/star/ucb/XCommandEnvironment.hpp" -#include "com/sun/star/ucb/XCommandProcessor.hpp" -#include "com/sun/star/ucb/XContent.hpp" -#include "com/sun/star/ucb/XUniversalContentBroker.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Exception.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uri/UriReferenceFactory.hpp" -#include "com/sun/star/uri/XUriReference.hpp" -#include "com/sun/star/uri/XUriReferenceFactory.hpp" -#include "comphelper/processfactory.hxx" -#include "osl/diagnose.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <com/sun/star/ucb/Command.hpp> +#include <com/sun/star/ucb/IllegalIdentifierException.hpp> +#include <com/sun/star/ucb/UniversalContentBroker.hpp> +#include <com/sun/star/ucb/UnsupportedCommandException.hpp> +#include <com/sun/star/ucb/XCommandEnvironment.hpp> +#include <com/sun/star/ucb/XCommandProcessor.hpp> +#include <com/sun/star/ucb/XContent.hpp> +#include <com/sun/star/ucb/XUniversalContentBroker.hpp> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Exception.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uri/UriReferenceFactory.hpp> +#include <com/sun/star/uri/XUriReference.hpp> +#include <com/sun/star/uri/XUriReferenceFactory.hpp> +#include <comphelper/processfactory.hxx> +#include <osl/diagnose.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include <tools/inetmime.hxx> #include <unotools/charclass.hxx> -#include "rtl/instance.hxx" +#include <rtl/instance.hxx> using namespace com::sun::star; diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx index 575c6ea93e6d..262b686e81df 100644 --- a/svl/source/numbers/zformat.cxx +++ b/svl/source/numbers/zformat.cxx @@ -37,7 +37,7 @@ #include <com/sun/star/i18n/AmPmValue.hpp> #include <svl/zformat.hxx> -#include <zforscan.hxx> +#include "zforscan.hxx" #include "zforfind.hxx" #include <svl/zforlist.hxx> diff --git a/svl/source/passwordcontainer/syscreds.cxx b/svl/source/passwordcontainer/syscreds.cxx index dbb420532b8f..bbb59cdbcf3e 100644 --- a/svl/source/passwordcontainer/syscreds.cxx +++ b/svl/source/passwordcontainer/syscreds.cxx @@ -18,7 +18,7 @@ */ #include "syscreds.hxx" -#include "com/sun/star/beans/PropertyValue.hpp" +#include <com/sun/star/beans/PropertyValue.hpp> using namespace com::sun::star; diff --git a/svl/source/passwordcontainer/syscreds.hxx b/svl/source/passwordcontainer/syscreds.hxx index 69f739dcdf10..faaf1d09cb0a 100644 --- a/svl/source/passwordcontainer/syscreds.hxx +++ b/svl/source/passwordcontainer/syscreds.hxx @@ -22,10 +22,10 @@ #include <set> #include <memory> -#include "osl/mutex.hxx" -#include "rtl/ustring.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "unotools/configitem.hxx" +#include <osl/mutex.hxx> +#include <rtl/ustring.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <unotools/configitem.hxx> class SysCredentialsConfig; diff --git a/svl/source/uno/pathservice.cxx b/svl/source/uno/pathservice.cxx index 7dc082a2ab2c..0a071fcc02cd 100644 --- a/svl/source/uno/pathservice.cxx +++ b/svl/source/uno/pathservice.cxx @@ -19,8 +19,8 @@ #include <unotools/pathoptions.hxx> -#include "sal/types.h" -#include "rtl/ustring.hxx" +#include <sal/types.h> +#include <rtl/ustring.hxx> #include <cppuhelper/implbase2.hxx> #include <com/sun/star/frame/XConfigManager.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/svl/source/uno/registerservices.cxx b/svl/source/uno/registerservices.cxx index a862a812abab..64277feca9ac 100644 --- a/svl/source/uno/registerservices.cxx +++ b/svl/source/uno/registerservices.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/types.h" -#include "rtl/ustring.hxx" +#include <sal/types.h> +#include <rtl/ustring.hxx> #include <cppuhelper/factory.hxx> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> |