diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-28 15:24:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-28 15:53:10 +0200 |
commit | 9c1ff374e92ea74a7244fd131a49bbad1eddb6e8 (patch) | |
tree | 3a7b04468e88e3852730fb8527d4d3313ac0054e | |
parent | e9719874c570aaf6e4385e07e68d4248c36bed96 (diff) |
fix-includes.pl: configmgr
Change-Id: Ica1dc0c8003203ba0ea65a668ea3d86f341ad05d
68 files changed, 653 insertions, 653 deletions
diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx index 2835437302e5..f824f4d35902 100644 --- a/configmgr/qa/unit/test.cxx +++ b/configmgr/qa/unit/test.cxx @@ -17,41 +17,41 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cstddef> -#include "com/sun/star/beans/NamedValue.hpp" -#include "com/sun/star/beans/PropertyChangeEvent.hpp" -#include "com/sun/star/beans/XPropertyChangeListener.hpp" -#include "com/sun/star/beans/XPropertySet.hpp" -#include "com/sun/star/beans/XPropertyState.hpp" -#include "com/sun/star/configuration/theDefaultProvider.hpp" -#include "com/sun/star/container/XHierarchicalNameAccess.hpp" -#include "com/sun/star/container/XNameReplace.hpp" -#include "com/sun/star/container/XNamed.hpp" -#include "com/sun/star/lang/EventObject.hpp" -#include "com/sun/star/lang/XComponent.hpp" -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "com/sun/star/util/XChangesBatch.hpp" -#include "cppuhelper/implbase1.hxx" -#include "osl/conditn.hxx" -#include "osl/thread.h" -#include "osl/thread.hxx" -#include "osl/time.h" -#include "rtl/ref.hxx" -#include "rtl/string.h" -#include "rtl/textcvt.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <com/sun/star/beans/NamedValue.hpp> +#include <com/sun/star/beans/PropertyChangeEvent.hpp> +#include <com/sun/star/beans/XPropertyChangeListener.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/beans/XPropertyState.hpp> +#include <com/sun/star/configuration/theDefaultProvider.hpp> +#include <com/sun/star/container/XHierarchicalNameAccess.hpp> +#include <com/sun/star/container/XNameReplace.hpp> +#include <com/sun/star/container/XNamed.hpp> +#include <com/sun/star/lang/EventObject.hpp> +#include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <com/sun/star/util/XChangesBatch.hpp> +#include <cppuhelper/implbase1.hxx> +#include <osl/conditn.hxx> +#include <osl/thread.h> +#include <osl/thread.hxx> +#include <osl/time.h> +#include <rtl/ref.hxx> +#include <rtl/string.h> +#include <rtl/textcvt.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include <comphelper/processfactory.hxx> #include <unotest/bootstrapfixturebase.hxx> diff --git a/configmgr/source/access.cxx b/configmgr/source/access.cxx index 571a1e6eed74..56ab1c77f04b 100644 --- a/configmgr/source/access.cxx +++ b/configmgr/source/access.cxx @@ -17,70 +17,70 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <vector> -#include "com/sun/star/beans/Property.hpp" -#include "com/sun/star/beans/PropertyAttribute.hpp" -#include "com/sun/star/beans/PropertyChangeEvent.hpp" -#include "com/sun/star/beans/PropertyVetoException.hpp" -#include "com/sun/star/beans/UnknownPropertyException.hpp" -#include "com/sun/star/beans/XExactName.hpp" -#include "com/sun/star/beans/XHierarchicalPropertySet.hpp" -#include "com/sun/star/beans/XHierarchicalPropertySetInfo.hpp" -#include "com/sun/star/beans/XMultiHierarchicalPropertySet.hpp" -#include "com/sun/star/beans/XMultiPropertySet.hpp" -#include "com/sun/star/beans/XPropertiesChangeListener.hpp" -#include "com/sun/star/beans/XProperty.hpp" -#include "com/sun/star/beans/XPropertyChangeListener.hpp" -#include "com/sun/star/beans/XPropertySet.hpp" -#include "com/sun/star/beans/XPropertySetInfo.hpp" -#include "com/sun/star/beans/XVetoableChangeListener.hpp" -#include "com/sun/star/container/ContainerEvent.hpp" -#include "com/sun/star/container/NoSuchElementException.hpp" -#include "com/sun/star/container/XContainer.hpp" -#include "com/sun/star/container/XContainerListener.hpp" -#include "com/sun/star/container/XElementAccess.hpp" -#include "com/sun/star/container/XHierarchicalName.hpp" -#include "com/sun/star/container/XHierarchicalNameAccess.hpp" -#include "com/sun/star/container/XHierarchicalNameReplace.hpp" -#include "com/sun/star/container/XNameAccess.hpp" -#include "com/sun/star/container/XNameContainer.hpp" -#include "com/sun/star/container/XNamed.hpp" -#include "com/sun/star/lang/DisposedException.hpp" -#include "com/sun/star/lang/EventObject.hpp" -#include "com/sun/star/lang/IllegalArgumentException.hpp" -#include "com/sun/star/lang/NoSupportException.hpp" -#include "com/sun/star/lang/WrappedTargetException.hpp" -#include "com/sun/star/lang/XComponent.hpp" -#include "com/sun/star/lang/XEventListener.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/lang/XSingleServiceFactory.hpp" -#include "com/sun/star/lang/XTypeProvider.hpp" -#include "com/sun/star/lang/XUnoTunnel.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/Type.hxx" -#include "com/sun/star/uno/TypeClass.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "com/sun/star/uno/XWeak.hpp" -#include "com/sun/star/util/ElementChange.hpp" -#include "comphelper/sequenceasvector.hxx" -#include "cppu/unotype.hxx" -#include "cppuhelper/queryinterface.hxx" -#include "cppuhelper/supportsservice.hxx" -#include "cppuhelper/weak.hxx" -#include "osl/interlck.h" -#include "osl/mutex.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <com/sun/star/beans/Property.hpp> +#include <com/sun/star/beans/PropertyAttribute.hpp> +#include <com/sun/star/beans/PropertyChangeEvent.hpp> +#include <com/sun/star/beans/PropertyVetoException.hpp> +#include <com/sun/star/beans/UnknownPropertyException.hpp> +#include <com/sun/star/beans/XExactName.hpp> +#include <com/sun/star/beans/XHierarchicalPropertySet.hpp> +#include <com/sun/star/beans/XHierarchicalPropertySetInfo.hpp> +#include <com/sun/star/beans/XMultiHierarchicalPropertySet.hpp> +#include <com/sun/star/beans/XMultiPropertySet.hpp> +#include <com/sun/star/beans/XPropertiesChangeListener.hpp> +#include <com/sun/star/beans/XProperty.hpp> +#include <com/sun/star/beans/XPropertyChangeListener.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/beans/XPropertySetInfo.hpp> +#include <com/sun/star/beans/XVetoableChangeListener.hpp> +#include <com/sun/star/container/ContainerEvent.hpp> +#include <com/sun/star/container/NoSuchElementException.hpp> +#include <com/sun/star/container/XContainer.hpp> +#include <com/sun/star/container/XContainerListener.hpp> +#include <com/sun/star/container/XElementAccess.hpp> +#include <com/sun/star/container/XHierarchicalName.hpp> +#include <com/sun/star/container/XHierarchicalNameAccess.hpp> +#include <com/sun/star/container/XHierarchicalNameReplace.hpp> +#include <com/sun/star/container/XNameAccess.hpp> +#include <com/sun/star/container/XNameContainer.hpp> +#include <com/sun/star/container/XNamed.hpp> +#include <com/sun/star/lang/DisposedException.hpp> +#include <com/sun/star/lang/EventObject.hpp> +#include <com/sun/star/lang/IllegalArgumentException.hpp> +#include <com/sun/star/lang/NoSupportException.hpp> +#include <com/sun/star/lang/WrappedTargetException.hpp> +#include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/lang/XEventListener.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> +#include <com/sun/star/lang/XTypeProvider.hpp> +#include <com/sun/star/lang/XUnoTunnel.hpp> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/Type.hxx> +#include <com/sun/star/uno/TypeClass.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <com/sun/star/uno/XWeak.hpp> +#include <com/sun/star/util/ElementChange.hpp> +#include <comphelper/sequenceasvector.hxx> +#include <cppu/unotype.hxx> +#include <cppuhelper/queryinterface.hxx> +#include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/weak.hxx> +#include <osl/interlck.h> +#include <osl/mutex.hxx> +#include <rtl/ref.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include "access.hxx" #include "broadcaster.hxx" diff --git a/configmgr/source/access.hxx b/configmgr/source/access.hxx index 7382a983225c..625026e869ff 100644 --- a/configmgr/source/access.hxx +++ b/configmgr/source/access.hxx @@ -20,46 +20,46 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_ACCESS_HXX #define INCLUDED_CONFIGMGR_SOURCE_ACCESS_HXX -#include "sal/config.h" +#include <sal/config.h> #include <map> #include <set> #include <vector> -#include "boost/noncopyable.hpp" -#include "boost/shared_ptr.hpp" -#include "com/sun/star/beans/PropertyVetoException.hpp" -#include "com/sun/star/beans/UnknownPropertyException.hpp" -#include "com/sun/star/beans/XExactName.hpp" -#include "com/sun/star/beans/XHierarchicalPropertySet.hpp" -#include "com/sun/star/beans/XHierarchicalPropertySetInfo.hpp" -#include "com/sun/star/beans/XMultiHierarchicalPropertySet.hpp" -#include "com/sun/star/beans/XMultiPropertySet.hpp" -#include "com/sun/star/beans/XProperty.hpp" -#include "com/sun/star/beans/XPropertySet.hpp" -#include "com/sun/star/beans/XPropertySetInfo.hpp" -#include "com/sun/star/container/ElementExistException.hpp" -#include "com/sun/star/container/NoSuchElementException.hpp" -#include "com/sun/star/container/XContainer.hpp" -#include "com/sun/star/container/XHierarchicalName.hpp" -#include "com/sun/star/container/XHierarchicalNameReplace.hpp" -#include "com/sun/star/container/XNameContainer.hpp" -#include "com/sun/star/container/XNamed.hpp" -#include "com/sun/star/lang/IllegalArgumentException.hpp" -#include "com/sun/star/lang/NoSupportException.hpp" -#include "com/sun/star/lang/WrappedTargetException.hpp" -#include "com/sun/star/lang/XComponent.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/lang/XTypeProvider.hpp" -#include "com/sun/star/lang/XSingleServiceFactory.hpp" -#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/Sequence.hxx" -#include "cppuhelper/weak.hxx" -#include "osl/interlck.h" -#include "rtl/ref.hxx" -#include "sal/types.h" +#include <boost/noncopyable.hpp> +#include <boost/shared_ptr.hpp> +#include <com/sun/star/beans/PropertyVetoException.hpp> +#include <com/sun/star/beans/UnknownPropertyException.hpp> +#include <com/sun/star/beans/XExactName.hpp> +#include <com/sun/star/beans/XHierarchicalPropertySet.hpp> +#include <com/sun/star/beans/XHierarchicalPropertySetInfo.hpp> +#include <com/sun/star/beans/XMultiHierarchicalPropertySet.hpp> +#include <com/sun/star/beans/XMultiPropertySet.hpp> +#include <com/sun/star/beans/XProperty.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/beans/XPropertySetInfo.hpp> +#include <com/sun/star/container/ElementExistException.hpp> +#include <com/sun/star/container/NoSuchElementException.hpp> +#include <com/sun/star/container/XContainer.hpp> +#include <com/sun/star/container/XHierarchicalName.hpp> +#include <com/sun/star/container/XHierarchicalNameReplace.hpp> +#include <com/sun/star/container/XNameContainer.hpp> +#include <com/sun/star/container/XNamed.hpp> +#include <com/sun/star/lang/IllegalArgumentException.hpp> +#include <com/sun/star/lang/NoSupportException.hpp> +#include <com/sun/star/lang/WrappedTargetException.hpp> +#include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XTypeProvider.hpp> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> +#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/Sequence.hxx> +#include <cppuhelper/weak.hxx> +#include <osl/interlck.h> +#include <rtl/ref.hxx> +#include <sal/types.h> #include "modifications.hxx" #include "path.hxx" diff --git a/configmgr/source/additions.hxx b/configmgr/source/additions.hxx index 3dcb91ff6abe..399528dfa4b7 100644 --- a/configmgr/source/additions.hxx +++ b/configmgr/source/additions.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_ADDITIONS_HXX #define INCLUDED_CONFIGMGR_SOURCE_ADDITIONS_HXX -#include "sal/config.h" +#include <sal/config.h> #include <list> diff --git a/configmgr/source/broadcaster.cxx b/configmgr/source/broadcaster.cxx index c080a3ee61b3..2652ae8831e7 100644 --- a/configmgr/source/broadcaster.cxx +++ b/configmgr/source/broadcaster.cxx @@ -17,26 +17,26 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> -#include "com/sun/star/beans/XPropertiesChangeListener.hpp" -#include "com/sun/star/beans/XPropertyChangeListener.hpp" -#include "com/sun/star/container/XContainerListener.hpp" -#include "com/sun/star/lang/DisposedException.hpp" -#include "com/sun/star/lang/WrappedTargetRuntimeException.hpp" -#include "com/sun/star/lang/XEventListener.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/XInterface.hpp" -#include "com/sun/star/util/XChangesListener.hpp" -#include "cppuhelper/exc_hlp.hxx" -#include "rtl/string.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include <com/sun/star/beans/XPropertiesChangeListener.hpp> +#include <com/sun/star/beans/XPropertyChangeListener.hpp> +#include <com/sun/star/container/XContainerListener.hpp> +#include <com/sun/star/lang/DisposedException.hpp> +#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> +#include <com/sun/star/lang/XEventListener.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/XInterface.hpp> +#include <com/sun/star/util/XChangesListener.hpp> +#include <cppuhelper/exc_hlp.hxx> +#include <rtl/string.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> #include "broadcaster.hxx" diff --git a/configmgr/source/broadcaster.hxx b/configmgr/source/broadcaster.hxx index 80fb1dbc5d35..9c7e2822685a 100644 --- a/configmgr/source/broadcaster.hxx +++ b/configmgr/source/broadcaster.hxx @@ -20,17 +20,17 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_BROADCASTER_HXX #define INCLUDED_CONFIGMGR_SOURCE_BROADCASTER_HXX -#include "sal/config.h" +#include <sal/config.h> #include <vector> -#include "boost/noncopyable.hpp" -#include "com/sun/star/beans/PropertyChangeEvent.hpp" -#include "com/sun/star/container/ContainerEvent.hpp" -#include "com/sun/star/lang/EventObject.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/util/ChangesEvent.hpp" +#include <boost/noncopyable.hpp> +#include <com/sun/star/beans/PropertyChangeEvent.hpp> +#include <com/sun/star/container/ContainerEvent.hpp> +#include <com/sun/star/lang/EventObject.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/util/ChangesEvent.hpp> namespace com { namespace sun { namespace star { namespace beans { diff --git a/configmgr/source/childaccess.cxx b/configmgr/source/childaccess.cxx index 14dfdfa74f38..dc7822e00926 100644 --- a/configmgr/source/childaccess.cxx +++ b/configmgr/source/childaccess.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 <vector> -#include "com/sun/star/container/XChild.hpp" -#include "com/sun/star/lang/NoSupportException.hpp" -#include "com/sun/star/lang/XUnoTunnel.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/Type.hxx" -#include "com/sun/star/uno/XInterface.hpp" -#include "cppu/unotype.hxx" -#include "cppuhelper/queryinterface.hxx" -#include "cppuhelper/weak.hxx" -#include "comphelper/servicehelper.hxx" -#include "osl/mutex.hxx" -#include "rtl/ref.hxx" -#include "rtl/string.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <com/sun/star/container/XChild.hpp> +#include <com/sun/star/lang/NoSupportException.hpp> +#include <com/sun/star/lang/XUnoTunnel.hpp> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/Type.hxx> +#include <com/sun/star/uno/XInterface.hpp> +#include <cppu/unotype.hxx> +#include <cppuhelper/queryinterface.hxx> +#include <cppuhelper/weak.hxx> +#include <comphelper/servicehelper.hxx> +#include <osl/mutex.hxx> +#include <rtl/ref.hxx> +#include <rtl/string.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include "access.hxx" #include "childaccess.hxx" diff --git a/configmgr/source/childaccess.hxx b/configmgr/source/childaccess.hxx index 5e91b5ecc720..1f14d672ac51 100644 --- a/configmgr/source/childaccess.hxx +++ b/configmgr/source/childaccess.hxx @@ -20,20 +20,20 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_CHILDACCESS_HXX #define INCLUDED_CONFIGMGR_SOURCE_CHILDACCESS_HXX -#include "sal/config.h" +#include <sal/config.h> #include <vector> -#include "boost/scoped_ptr.hpp" -#include "boost/shared_ptr.hpp" -#include "com/sun/star/container/XChild.hpp" -#include "com/sun/star/lang/NoSupportException.hpp" -#include "com/sun/star/lang/XUnoTunnel.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "rtl/ref.hxx" -#include "sal/types.h" +#include <boost/scoped_ptr.hpp> +#include <boost/shared_ptr.hpp> +#include <com/sun/star/container/XChild.hpp> +#include <com/sun/star/lang/NoSupportException.hpp> +#include <com/sun/star/lang/XUnoTunnel.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.hxx> +#include <rtl/ref.hxx> +#include <sal/types.h> #include "access.hxx" #include "path.hxx" diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 9c39f3d0f9de..5cfbb5d80f67 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -19,7 +19,7 @@ #include <config_folders.h> -#include "sal/config.h" +#include <sal/config.h> #include <algorithm> #include <cassert> @@ -27,28 +27,28 @@ #include <list> #include <set> -#include "com/sun/star/beans/Optional.hpp" -#include "com/sun/star/beans/UnknownPropertyException.hpp" -#include "com/sun/star/beans/XPropertySet.hpp" -#include "com/sun/star/container/NoSuchElementException.hpp" -#include "com/sun/star/lang/WrappedTargetException.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/uno/XInterface.hpp" -#include "osl/conditn.hxx" -#include "osl/file.hxx" -#include "osl/mutex.hxx" -#include "rtl/bootstrap.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.hxx" -#include "rtl/instance.hxx" -#include "sal/log.hxx" -#include "sal/types.h" -#include "salhelper/thread.hxx" +#include <com/sun/star/beans/Optional.hpp> +#include <com/sun/star/beans/UnknownPropertyException.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/container/NoSuchElementException.hpp> +#include <com/sun/star/lang/WrappedTargetException.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/uno/XInterface.hpp> +#include <osl/conditn.hxx> +#include <osl/file.hxx> +#include <osl/mutex.hxx> +#include <rtl/bootstrap.hxx> +#include <rtl/ref.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.hxx> +#include <rtl/instance.hxx> +#include <sal/log.hxx> +#include <sal/types.h> +#include <salhelper/thread.hxx> #include "additions.hxx" #include "components.hxx" diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx index 6ecda33f7a9b..4edaeec1eba6 100644 --- a/configmgr/source/components.hxx +++ b/configmgr/source/components.hxx @@ -20,16 +20,16 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_COMPONENTS_HXX #define INCLUDED_CONFIGMGR_SOURCE_COMPONENTS_HXX -#include "sal/config.h" +#include <sal/config.h> #include <map> #include <set> -#include "boost/noncopyable.hpp" -#include "boost/shared_ptr.hpp" -#include "com/sun/star/beans/Optional.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "rtl/ref.hxx" +#include <boost/noncopyable.hpp> +#include <boost/shared_ptr.hpp> +#include <com/sun/star/beans/Optional.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <rtl/ref.hxx> #include "additions.hxx" #include "data.hxx" diff --git a/configmgr/source/configurationprovider.cxx b/configmgr/source/configurationprovider.cxx index ffcb8b241d1a..3c6df800308d 100644 --- a/configmgr/source/configurationprovider.cxx +++ b/configmgr/source/configurationprovider.cxx @@ -17,44 +17,44 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <vector> -#include "boost/noncopyable.hpp" -#include "com/sun/star/beans/NamedValue.hpp" -#include "com/sun/star/beans/PropertyValue.hpp" -#include "com/sun/star/configuration/theDefaultProvider.hpp" -#include "com/sun/star/lang/EventObject.hpp" -#include "com/sun/star/lang/Locale.hpp" -#include "com/sun/star/lang/XLocalizable.hpp" -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/lang/XSingleComponentFactory.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/Sequence.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "com/sun/star/util/XFlushListener.hpp" -#include "com/sun/star/util/XFlushable.hpp" -#include "com/sun/star/util/XRefreshListener.hpp" -#include "com/sun/star/util/XRefreshable.hpp" -#include "cppu/unotype.hxx" -#include "cppuhelper/basemutex.hxx" -#include "cppuhelper/compbase5.hxx" -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implbase2.hxx" -#include "cppuhelper/interfacecontainer.hxx" -#include "cppuhelper/supportsservice.hxx" -#include "cppuhelper/weak.hxx" -#include "osl/mutex.hxx" -#include "sal/types.h" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" +#include <boost/noncopyable.hpp> +#include <com/sun/star/beans/NamedValue.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/configuration/theDefaultProvider.hpp> +#include <com/sun/star/lang/EventObject.hpp> +#include <com/sun/star/lang/Locale.hpp> +#include <com/sun/star/lang/XLocalizable.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XSingleComponentFactory.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/Sequence.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <com/sun/star/util/XFlushListener.hpp> +#include <com/sun/star/util/XFlushable.hpp> +#include <com/sun/star/util/XRefreshListener.hpp> +#include <com/sun/star/util/XRefreshable.hpp> +#include <cppu/unotype.hxx> +#include <cppuhelper/basemutex.hxx> +#include <cppuhelper/compbase5.hxx> +#include <cppuhelper/factory.hxx> +#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/interfacecontainer.hxx> +#include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/weak.hxx> +#include <osl/mutex.hxx> +#include <sal/types.h> +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> #include <i18nlangtag/languagetag.hxx> diff --git a/configmgr/source/configurationprovider.hxx b/configmgr/source/configurationprovider.hxx index b9ab36999357..0ffbdd3579a5 100644 --- a/configmgr/source/configurationprovider.hxx +++ b/configmgr/source/configurationprovider.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_CONFIGURATIONPROVIDER_HXX #define INCLUDED_CONFIGMGR_SOURCE_CONFIGURATIONPROVIDER_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "cppuhelper/factory.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <cppuhelper/factory.hxx> +#include <sal/types.h> namespace com { namespace sun { namespace star { namespace lang { class XSingleComponentFactory; } diff --git a/configmgr/source/configurationregistry.cxx b/configmgr/source/configurationregistry.cxx index 6c5b5b0cabd7..2df0b1552e95 100644 --- a/configmgr/source/configurationregistry.cxx +++ b/configmgr/source/configurationregistry.cxx @@ -17,46 +17,46 @@ * 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/NamedValue.hpp" -#include "com/sun/star/beans/Property.hpp" -#include "com/sun/star/beans/XProperty.hpp" -#include "com/sun/star/container/NoSuchElementException.hpp" -#include "com/sun/star/container/XHierarchicalNameAccess.hpp" -#include "com/sun/star/container/XNamed.hpp" -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/registry/InvalidRegistryException.hpp" -#include "com/sun/star/registry/InvalidValueException.hpp" -#include "com/sun/star/registry/MergeConflictException.hpp" -#include "com/sun/star/registry/RegistryKeyType.hpp" -#include "com/sun/star/registry/RegistryValueType.hpp" -#include "com/sun/star/registry/XRegistryKey.hpp" -#include "com/sun/star/registry/XSimpleRegistry.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/DeploymentException.hpp" -#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/Sequence.hxx" -#include "com/sun/star/uno/Type.hxx" -#include "com/sun/star/uno/TypeClass.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "com/sun/star/util/XFlushable.hpp" -#include "cppu/unotype.hxx" -#include "cppuhelper/implbase1.hxx" -#include "cppuhelper/implbase3.hxx" -#include "cppuhelper/supportsservice.hxx" -#include "cppuhelper/weak.hxx" -#include "osl/mutex.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <boost/noncopyable.hpp> +#include <com/sun/star/beans/NamedValue.hpp> +#include <com/sun/star/beans/Property.hpp> +#include <com/sun/star/beans/XProperty.hpp> +#include <com/sun/star/container/NoSuchElementException.hpp> +#include <com/sun/star/container/XHierarchicalNameAccess.hpp> +#include <com/sun/star/container/XNamed.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/registry/InvalidRegistryException.hpp> +#include <com/sun/star/registry/InvalidValueException.hpp> +#include <com/sun/star/registry/MergeConflictException.hpp> +#include <com/sun/star/registry/RegistryKeyType.hpp> +#include <com/sun/star/registry/RegistryValueType.hpp> +#include <com/sun/star/registry/XRegistryKey.hpp> +#include <com/sun/star/registry/XSimpleRegistry.hpp> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/DeploymentException.hpp> +#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/Sequence.hxx> +#include <com/sun/star/uno/Type.hxx> +#include <com/sun/star/uno/TypeClass.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <com/sun/star/util/XFlushable.hpp> +#include <cppu/unotype.hxx> +#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/weak.hxx> +#include <osl/mutex.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include "configurationregistry.hxx" diff --git a/configmgr/source/configurationregistry.hxx b/configmgr/source/configurationregistry.hxx index 12c619e4446c..abfeaf29064f 100644 --- a/configmgr/source/configurationregistry.hxx +++ b/configmgr/source/configurationregistry.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_CONFIGURATIONREGISTRY_HXX #define INCLUDED_CONFIGMGR_SOURCE_CONFIGURATIONREGISTRY_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <sal/types.h> namespace com { namespace sun { namespace star { namespace uno { diff --git a/configmgr/source/data.cxx b/configmgr/source/data.cxx index 1cd40d16e650..7337a3f79d94 100644 --- a/configmgr/source/data.cxx +++ b/configmgr/source/data.cxx @@ -17,21 +17,21 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <algorithm> #include <cassert> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "rtl/ref.hxx" -#include "rtl/string.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <rtl/ref.hxx> +#include <rtl/string.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/log.hxx> +#include <sal/types.h> #include "additions.hxx" #include "data.hxx" diff --git a/configmgr/source/data.hxx b/configmgr/source/data.hxx index 68b159519d06..1dd6f0ac96ac 100644 --- a/configmgr/source/data.hxx +++ b/configmgr/source/data.hxx @@ -20,17 +20,17 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_DATA_HXX #define INCLUDED_CONFIGMGR_SOURCE_DATA_HXX -#include "sal/config.h" +#include <sal/config.h> #include <climits> #include <map> #include <vector> -#include "boost/noncopyable.hpp" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "salhelper/simplereferenceobject.hxx" +#include <boost/noncopyable.hpp> +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <salhelper/simplereferenceobject.hxx> #include "additions.hxx" #include "modifications.hxx" diff --git a/configmgr/source/defaultprovider.cxx b/configmgr/source/defaultprovider.cxx index dcc4985498a1..df4d1b5ad083 100644 --- a/configmgr/source/defaultprovider.cxx +++ b/configmgr/source/defaultprovider.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" - -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "osl/mutex.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include <sal/config.h> + +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <osl/mutex.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> #include "configurationprovider.hxx" #include "defaultprovider.hxx" diff --git a/configmgr/source/defaultprovider.hxx b/configmgr/source/defaultprovider.hxx index abaff84c8bb2..cd06e6eb6442 100644 --- a/configmgr/source/defaultprovider.hxx +++ b/configmgr/source/defaultprovider.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_DEFAULTPROVIDER_HXX #define INCLUDED_CONFIGMGR_SOURCE_DEFAULTPROVIDER_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <sal/types.h> namespace com { namespace sun { namespace star { namespace uno { diff --git a/configmgr/source/groupnode.cxx b/configmgr/source/groupnode.cxx index 579569bb1ea4..72e252392fec 100644 --- a/configmgr/source/groupnode.cxx +++ b/configmgr/source/groupnode.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> #include "data.hxx" #include "groupnode.hxx" diff --git a/configmgr/source/groupnode.hxx b/configmgr/source/groupnode.hxx index c3d1ee3b179f..8fbac97381af 100644 --- a/configmgr/source/groupnode.hxx +++ b/configmgr/source/groupnode.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_GROUPNODE_HXX #define INCLUDED_CONFIGMGR_SOURCE_GROUPNODE_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> #include "node.hxx" #include "nodemap.hxx" diff --git a/configmgr/source/localizedpropertynode.cxx b/configmgr/source/localizedpropertynode.cxx index db3f87c92302..3eda905a71f6 100644 --- a/configmgr/source/localizedpropertynode.cxx +++ b/configmgr/source/localizedpropertynode.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Any.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include <com/sun/star/uno/Any.hxx> +#include <rtl/ref.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> #include "localizedpropertynode.hxx" #include "node.hxx" diff --git a/configmgr/source/localizedpropertynode.hxx b/configmgr/source/localizedpropertynode.hxx index fc2a23c2c5dc..538e0c0ab69d 100644 --- a/configmgr/source/localizedpropertynode.hxx +++ b/configmgr/source/localizedpropertynode.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_LOCALIZEDPROPERTYNODE_HXX #define INCLUDED_CONFIGMGR_SOURCE_LOCALIZEDPROPERTYNODE_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "rtl/ref.hxx" +#include <rtl/ref.hxx> #include "node.hxx" #include "nodemap.hxx" diff --git a/configmgr/source/localizedvaluenode.cxx b/configmgr/source/localizedvaluenode.cxx index dd50709707db..f27f3a51ae6e 100644 --- a/configmgr/source/localizedvaluenode.cxx +++ b/configmgr/source/localizedvaluenode.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Any.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include <com/sun/star/uno/Any.hxx> +#include <rtl/ref.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> #include "localizedvaluenode.hxx" #include "node.hxx" diff --git a/configmgr/source/localizedvaluenode.hxx b/configmgr/source/localizedvaluenode.hxx index 55ec707f9548..403a180428c9 100644 --- a/configmgr/source/localizedvaluenode.hxx +++ b/configmgr/source/localizedvaluenode.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_LOCALIZEDVALUENODE_HXX #define INCLUDED_CONFIGMGR_SOURCE_LOCALIZEDVALUENODE_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Any.hxx" -#include "rtl/ref.hxx" +#include <com/sun/star/uno/Any.hxx> +#include <rtl/ref.hxx> #include "node.hxx" diff --git a/configmgr/source/lock.cxx b/configmgr/source/lock.cxx index 20b2de49bd69..7a20135f95d3 100644 --- a/configmgr/source/lock.cxx +++ b/configmgr/source/lock.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "osl/mutex.hxx" +#include <osl/mutex.hxx> #include "lock.hxx" diff --git a/configmgr/source/lock.hxx b/configmgr/source/lock.hxx index ef6471c690b1..1d5c33e0ac04 100644 --- a/configmgr/source/lock.hxx +++ b/configmgr/source/lock.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_LOCK_HXX #define INCLUDED_CONFIGMGR_SOURCE_LOCK_HXX -#include "sal/config.h" -#include "osl/mutex.hxx" -#include "boost/shared_ptr.hpp" +#include <sal/config.h> +#include <osl/mutex.hxx> +#include <boost/shared_ptr.hpp> namespace configmgr { diff --git a/configmgr/source/modifications.cxx b/configmgr/source/modifications.cxx index 6c18b79a2ad4..bd711f77a9cb 100644 --- a/configmgr/source/modifications.cxx +++ b/configmgr/source/modifications.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include "modifications.hxx" #include "path.hxx" diff --git a/configmgr/source/modifications.hxx b/configmgr/source/modifications.hxx index ff12651b1620..33bddadb3093 100644 --- a/configmgr/source/modifications.hxx +++ b/configmgr/source/modifications.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_MODIFICATIONS_HXX #define INCLUDED_CONFIGMGR_SOURCE_MODIFICATIONS_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "boost/unordered_map.hpp" -#include "boost/noncopyable.hpp" +#include <boost/unordered_map.hpp> +#include <boost/noncopyable.hpp> #include "path.hxx" diff --git a/configmgr/source/node.cxx b/configmgr/source/node.cxx index dafea1e70021..4875173e9f79 100644 --- a/configmgr/source/node.cxx +++ b/configmgr/source/node.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "rtl/ref.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <rtl/ref.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> #include "data.hxx" #include "node.hxx" diff --git a/configmgr/source/node.hxx b/configmgr/source/node.hxx index 6fcec4fedeab..58ad20e4e05f 100644 --- a/configmgr/source/node.hxx +++ b/configmgr/source/node.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_NODE_HXX #define INCLUDED_CONFIGMGR_SOURCE_NODE_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "rtl/ref.hxx" -#include "salhelper/simplereferenceobject.hxx" +#include <rtl/ref.hxx> +#include <salhelper/simplereferenceobject.hxx> #include "nodemap.hxx" diff --git a/configmgr/source/nodemap.cxx b/configmgr/source/nodemap.cxx index 31bac45b4e6b..683dc7019e0c 100644 --- a/configmgr/source/nodemap.cxx +++ b/configmgr/source/nodemap.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <algorithm> #include <cassert> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include "node.hxx" #include "nodemap.hxx" diff --git a/configmgr/source/nodemap.hxx b/configmgr/source/nodemap.hxx index d2c33f03f506..a304cc214f14 100644 --- a/configmgr/source/nodemap.hxx +++ b/configmgr/source/nodemap.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_NODEMAP_HXX #define INCLUDED_CONFIGMGR_SOURCE_NODEMAP_HXX -#include "sal/config.h" +#include <sal/config.h> #include <map> -#include "rtl/ref.hxx" +#include <rtl/ref.hxx> namespace configmgr { diff --git a/configmgr/source/parsemanager.cxx b/configmgr/source/parsemanager.cxx index 70864db26d7f..10837c59c944 100644 --- a/configmgr/source/parsemanager.cxx +++ b/configmgr/source/parsemanager.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <set> -#include "com/sun/star/container/NoSuchElementException.hpp" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "sal/types.h" -#include "xmlreader/span.hxx" -#include "xmlreader/xmlreader.hxx" +#include <com/sun/star/container/NoSuchElementException.hpp> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <sal/types.h> +#include <xmlreader/span.hxx> +#include <xmlreader/xmlreader.hxx> #include "parsemanager.hxx" #include "parser.hxx" diff --git a/configmgr/source/parsemanager.hxx b/configmgr/source/parsemanager.hxx index 42279209f9b7..94910297cf4a 100644 --- a/configmgr/source/parsemanager.hxx +++ b/configmgr/source/parsemanager.hxx @@ -20,17 +20,17 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_PARSEMANAGER_HXX #define INCLUDED_CONFIGMGR_SOURCE_PARSEMANAGER_HXX -#include "sal/config.h" +#include <sal/config.h> #include <set> -#include "com/sun/star/container/NoSuchElementException.hpp" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "rtl/ref.hxx" -#include "sal/types.h" -#include "salhelper/simplereferenceobject.hxx" -#include "xmlreader/span.hxx" -#include "xmlreader/xmlreader.hxx" +#include <com/sun/star/container/NoSuchElementException.hpp> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <rtl/ref.hxx> +#include <sal/types.h> +#include <salhelper/simplereferenceobject.hxx> +#include <xmlreader/span.hxx> +#include <xmlreader/xmlreader.hxx> namespace configmgr { diff --git a/configmgr/source/parser.hxx b/configmgr/source/parser.hxx index 982c9ed4ea3f..c3c10540752d 100644 --- a/configmgr/source/parser.hxx +++ b/configmgr/source/parser.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_PARSER_HXX #define INCLUDED_CONFIGMGR_SOURCE_PARSER_HXX -#include "sal/config.h" +#include <sal/config.h> #include <set> -#include "salhelper/simplereferenceobject.hxx" -#include "xmlreader/xmlreader.hxx" +#include <salhelper/simplereferenceobject.hxx> +#include <xmlreader/xmlreader.hxx> namespace xmlreader { struct Span; } diff --git a/configmgr/source/partial.cxx b/configmgr/source/partial.cxx index 5133d1f49556..44537aae5f7a 100644 --- a/configmgr/source/partial.cxx +++ b/configmgr/source/partial.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <map> #include <set> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include "data.hxx" #include "partial.hxx" diff --git a/configmgr/source/partial.hxx b/configmgr/source/partial.hxx index 4dcac2a61923..75411aba84b7 100644 --- a/configmgr/source/partial.hxx +++ b/configmgr/source/partial.hxx @@ -20,15 +20,15 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_PARTIAL_HXX #define INCLUDED_CONFIGMGR_SOURCE_PARTIAL_HXX -#include "sal/config.h" +#include <sal/config.h> #include <boost/unordered_map.hpp> #include <set> -#include "boost/noncopyable.hpp" +#include <boost/noncopyable.hpp> #include "path.hxx" -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> namespace configmgr { diff --git a/configmgr/source/path.hxx b/configmgr/source/path.hxx index 00e3393bf015..9c5b54913ee2 100644 --- a/configmgr/source/path.hxx +++ b/configmgr/source/path.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_PATH_HXX #define INCLUDED_CONFIGMGR_SOURCE_PATH_HXX -#include "sal/config.h" +#include <sal/config.h> #include <vector> diff --git a/configmgr/source/propertynode.cxx b/configmgr/source/propertynode.cxx index 31d7c161cb15..bec6918dda9d 100644 --- a/configmgr/source/propertynode.cxx +++ b/configmgr/source/propertynode.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> -#include "com/sun/star/beans/Optional.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" +#include <com/sun/star/beans/Optional.hpp> +#include <com/sun/star/uno/Any.hxx> +#include <rtl/ref.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/log.hxx> #include "components.hxx" #include "node.hxx" diff --git a/configmgr/source/propertynode.hxx b/configmgr/source/propertynode.hxx index 18ed3ec4b035..1e21aca5c2d9 100644 --- a/configmgr/source/propertynode.hxx +++ b/configmgr/source/propertynode.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_PROPERTYNODE_HXX #define INCLUDED_CONFIGMGR_SOURCE_PROPERTYNODE_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Any.hxx" -#include "rtl/ref.hxx" +#include <com/sun/star/uno/Any.hxx> +#include <rtl/ref.hxx> #include "node.hxx" #include "type.hxx" diff --git a/configmgr/source/readonlyaccess.cxx b/configmgr/source/readonlyaccess.cxx index 28a5e63ef337..7b227ce03e28 100644 --- a/configmgr/source/readonlyaccess.cxx +++ b/configmgr/source/readonlyaccess.cxx @@ -7,30 +7,30 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" - -#include "boost/noncopyable.hpp" -#include "com/sun/star/container/NoSuchElementException.hpp" -#include "com/sun/star/container/XHierarchicalNameAccess.hpp" -#include "com/sun/star/lang/IllegalArgumentException.hpp" -#include "com/sun/star/lang/NotInitializedException.hpp" -#include "com/sun/star/lang/XInitialization.hpp" -#include "com/sun/star/lang/XServiceInfo.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/Sequence.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "cppuhelper/implbase3.hxx" -#include "cppuhelper/supportsservice.hxx" -#include "cppuhelper/weak.hxx" -#include "osl/mutex.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <sal/config.h> + +#include <boost/noncopyable.hpp> +#include <com/sun/star/container/NoSuchElementException.hpp> +#include <com/sun/star/container/XHierarchicalNameAccess.hpp> +#include <com/sun/star/lang/IllegalArgumentException.hpp> +#include <com/sun/star/lang/NotInitializedException.hpp> +#include <com/sun/star/lang/XInitialization.hpp> +#include <com/sun/star/lang/XServiceInfo.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/Sequence.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/weak.hxx> +#include <osl/mutex.hxx> +#include <rtl/ref.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include "components.hxx" #include "lock.hxx" diff --git a/configmgr/source/readonlyaccess.hxx b/configmgr/source/readonlyaccess.hxx index 4a058771d9bc..7e9db8120bf8 100644 --- a/configmgr/source/readonlyaccess.hxx +++ b/configmgr/source/readonlyaccess.hxx @@ -10,9 +10,9 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_READONLYACCESS_HXX #define INCLUDED_CONFIGMGR_SOURCE_READONLYACCESS_HXX -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <sal/types.h> namespace com { namespace sun { namespace star { namespace uno { diff --git a/configmgr/source/readwriteaccess.cxx b/configmgr/source/readwriteaccess.cxx index 2b4e97e5d5e7..5d404df5e2ec 100644 --- a/configmgr/source/readwriteaccess.cxx +++ b/configmgr/source/readwriteaccess.cxx @@ -7,32 +7,32 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" - -#include "boost/noncopyable.hpp" -#include "com/sun/star/configuration/XReadWriteAccess.hpp" -#include "com/sun/star/container/NoSuchElementException.hpp" -#include "com/sun/star/lang/IllegalArgumentException.hpp" -#include "com/sun/star/lang/NotInitializedException.hpp" -#include "com/sun/star/lang/WrappedTargetException.hpp" -#include "com/sun/star/lang/XInitialization.hpp" -#include "com/sun/star/lang/XServiceInfo.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/Sequence.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "com/sun/star/util/ChangesSet.hpp" -#include "cppuhelper/implbase3.hxx" -#include "cppuhelper/supportsservice.hxx" -#include "cppuhelper/weak.hxx" -#include "osl/mutex.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <sal/config.h> + +#include <boost/noncopyable.hpp> +#include <com/sun/star/configuration/XReadWriteAccess.hpp> +#include <com/sun/star/container/NoSuchElementException.hpp> +#include <com/sun/star/lang/IllegalArgumentException.hpp> +#include <com/sun/star/lang/NotInitializedException.hpp> +#include <com/sun/star/lang/WrappedTargetException.hpp> +#include <com/sun/star/lang/XInitialization.hpp> +#include <com/sun/star/lang/XServiceInfo.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/Sequence.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <com/sun/star/util/ChangesSet.hpp> +#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/weak.hxx> +#include <osl/mutex.hxx> +#include <rtl/ref.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include "components.hxx" #include "lock.hxx" diff --git a/configmgr/source/readwriteaccess.hxx b/configmgr/source/readwriteaccess.hxx index b06d1076ebea..98649a250bb3 100644 --- a/configmgr/source/readwriteaccess.hxx +++ b/configmgr/source/readwriteaccess.hxx @@ -10,9 +10,9 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_READWRITEACCESS_HXX #define INCLUDED_CONFIGMGR_SOURCE_READWRITEACCESS_HXX -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <sal/types.h> namespace com { namespace sun { namespace star { namespace uno { diff --git a/configmgr/source/rootaccess.cxx b/configmgr/source/rootaccess.cxx index 9ccf8fcb5fb3..a89d5627cf04 100644 --- a/configmgr/source/rootaccess.cxx +++ b/configmgr/source/rootaccess.cxx @@ -17,33 +17,33 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <vector> -#include "com/sun/star/lang/DisposedException.hpp" -#include "com/sun/star/lang/EventObject.hpp" -#include "com/sun/star/lang/WrappedTargetException.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Type.hxx" -#include "com/sun/star/uno/XInterface.hpp" -#include "com/sun/star/util/ChangesEvent.hpp" -#include "com/sun/star/util/ChangesSet.hpp" -#include "com/sun/star/util/ElementChange.hpp" -#include "com/sun/star/util/XChangesBatch.hpp" -#include "com/sun/star/util/XChangesListener.hpp" -#include "com/sun/star/util/XChangesNotifier.hpp" -#include "comphelper/sequenceasvector.hxx" -#include "cppu/unotype.hxx" -#include "cppuhelper/queryinterface.hxx" -#include "cppuhelper/weak.hxx" -#include "osl/mutex.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include <com/sun/star/lang/DisposedException.hpp> +#include <com/sun/star/lang/EventObject.hpp> +#include <com/sun/star/lang/WrappedTargetException.hpp> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Type.hxx> +#include <com/sun/star/uno/XInterface.hpp> +#include <com/sun/star/util/ChangesEvent.hpp> +#include <com/sun/star/util/ChangesSet.hpp> +#include <com/sun/star/util/ElementChange.hpp> +#include <com/sun/star/util/XChangesBatch.hpp> +#include <com/sun/star/util/XChangesListener.hpp> +#include <com/sun/star/util/XChangesNotifier.hpp> +#include <comphelper/sequenceasvector.hxx> +#include <cppu/unotype.hxx> +#include <cppuhelper/queryinterface.hxx> +#include <cppuhelper/weak.hxx> +#include <osl/mutex.hxx> +#include <rtl/ref.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> #include "broadcaster.hxx" #include "childaccess.hxx" diff --git a/configmgr/source/rootaccess.hxx b/configmgr/source/rootaccess.hxx index a052b775ba29..4fce20c15161 100644 --- a/configmgr/source/rootaccess.hxx +++ b/configmgr/source/rootaccess.hxx @@ -20,20 +20,20 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_ROOTACCESS_HXX #define INCLUDED_CONFIGMGR_SOURCE_ROOTACCESS_HXX -#include "sal/config.h" +#include <sal/config.h> #include <set> #include <vector> -#include "com/sun/star/lang/WrappedTargetException.hpp" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/util/ChangesSet.hpp" -#include "com/sun/star/util/XChangesBatch.hpp" -#include "com/sun/star/util/XChangesNotifier.hpp" -#include "boost/shared_ptr.hpp" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <com/sun/star/lang/WrappedTargetException.hpp> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/util/ChangesSet.hpp> +#include <com/sun/star/util/XChangesBatch.hpp> +#include <com/sun/star/util/XChangesNotifier.hpp> +#include <boost/shared_ptr.hpp> +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include "access.hxx" #include "modifications.hxx" diff --git a/configmgr/source/rootnode.cxx b/configmgr/source/rootnode.cxx index 6023c3a930e9..aebc3cb82b00 100644 --- a/configmgr/source/rootnode.cxx +++ b/configmgr/source/rootnode.cxx @@ -7,9 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include <sal/config.h> -#include "rtl/ref.hxx" +#include <rtl/ref.hxx> #include "data.hxx" #include "node.hxx" diff --git a/configmgr/source/rootnode.hxx b/configmgr/source/rootnode.hxx index 6b1274ffa554..0b111925c523 100644 --- a/configmgr/source/rootnode.hxx +++ b/configmgr/source/rootnode.hxx @@ -10,9 +10,9 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_ROOTNODE_HXX #define INCLUDED_CONFIGMGR_SOURCE_ROOTNODE_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "rtl/ref.hxx" +#include <rtl/ref.hxx> #include "node.hxx" #include "nodemap.hxx" diff --git a/configmgr/source/services.cxx b/configmgr/source/services.cxx index 3fa16fa03522..fb667e466b62 100644 --- a/configmgr/source/services.cxx +++ b/configmgr/source/services.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> -#include "com/sun/star/uno/Exception.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Exception.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <cppuhelper/factory.hxx> +#include <cppuhelper/implementationentry.hxx> +#include <sal/types.h> #include "configurationprovider.hxx" #include "configurationregistry.hxx" diff --git a/configmgr/source/setnode.cxx b/configmgr/source/setnode.cxx index 3171e2cde72c..76329a0570a8 100644 --- a/configmgr/source/setnode.cxx +++ b/configmgr/source/setnode.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <algorithm> #include <functional> #include <vector> -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> #include "data.hxx" #include "node.hxx" diff --git a/configmgr/source/setnode.hxx b/configmgr/source/setnode.hxx index 0b85c789c244..91dd7008c7b7 100644 --- a/configmgr/source/setnode.hxx +++ b/configmgr/source/setnode.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_SETNODE_HXX #define INCLUDED_CONFIGMGR_SOURCE_SETNODE_HXX -#include "sal/config.h" +#include <sal/config.h> #include <vector> -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> #include "node.hxx" #include "nodemap.hxx" diff --git a/configmgr/source/type.cxx b/configmgr/source/type.cxx index 93e5a85722a9..23bf85e88027 100644 --- a/configmgr/source/type.cxx +++ b/configmgr/source/type.cxx @@ -17,22 +17,22 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/Type.hxx" -#include "com/sun/star/uno/TypeClass.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "cppu/unotype.hxx" -#include "rtl/string.h" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/Type.hxx> +#include <com/sun/star/uno/TypeClass.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <cppu/unotype.hxx> +#include <rtl/string.h> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include "type.hxx" diff --git a/configmgr/source/type.hxx b/configmgr/source/type.hxx index 316f05abd56c..cece6a2dbfdd 100644 --- a/configmgr/source/type.hxx +++ b/configmgr/source/type.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_TYPE_HXX #define INCLUDED_CONFIGMGR_SOURCE_TYPE_HXX -#include "sal/config.h" +#include <sal/config.h> namespace com { namespace sun { namespace star { namespace uno { class Any; diff --git a/configmgr/source/update.cxx b/configmgr/source/update.cxx index bfcc88725952..616f32fdcda3 100644 --- a/configmgr/source/update.cxx +++ b/configmgr/source/update.cxx @@ -17,26 +17,26 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <set> -#include "boost/noncopyable.hpp" -#include "boost/shared_ptr.hpp" -#include "com/sun/star/configuration/XUpdate.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "cppuhelper/implbase1.hxx" -#include "cppuhelper/weak.hxx" -#include "osl/mutex.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <boost/noncopyable.hpp> +#include <boost/shared_ptr.hpp> +#include <com/sun/star/configuration/XUpdate.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/weak.hxx> +#include <osl/mutex.hxx> +#include <rtl/ref.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> #include "broadcaster.hxx" #include "components.hxx" diff --git a/configmgr/source/update.hxx b/configmgr/source/update.hxx index bffa83dd7fa4..cd37c6c1b1c8 100644 --- a/configmgr/source/update.hxx +++ b/configmgr/source/update.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_UPDATE_HXX #define INCLUDED_CONFIGMGR_SOURCE_UPDATE_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <sal/types.h> namespace com { namespace sun { namespace star { namespace uno { diff --git a/configmgr/source/valueparser.cxx b/configmgr/source/valueparser.cxx index 9c682e4ea38a..738b386a4b27 100644 --- a/configmgr/source/valueparser.cxx +++ b/configmgr/source/valueparser.cxx @@ -17,23 +17,23 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <set> -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/XInterface.hpp" -#include "comphelper/sequenceasvector.hxx" -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "xmlreader/span.hxx" -#include "xmlreader/xmlreader.hxx" +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/XInterface.hpp> +#include <comphelper/sequenceasvector.hxx> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <xmlreader/span.hxx> +#include <xmlreader/xmlreader.hxx> #include "localizedvaluenode.hxx" #include "node.hxx" diff --git a/configmgr/source/valueparser.hxx b/configmgr/source/valueparser.hxx index 45db2db9712b..a02418ad8bbc 100644 --- a/configmgr/source/valueparser.hxx +++ b/configmgr/source/valueparser.hxx @@ -20,17 +20,17 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_VALUEPARSER_HXX #define INCLUDED_CONFIGMGR_SOURCE_VALUEPARSER_HXX -#include "sal/config.h" +#include <sal/config.h> #include <set> #include <vector> -#include "boost/noncopyable.hpp" -#include "rtl/ref.hxx" -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" -#include "xmlreader/pad.hxx" -#include "xmlreader/xmlreader.hxx" +#include <boost/noncopyable.hpp> +#include <rtl/ref.hxx> +#include <rtl/string.hxx> +#include <rtl/ustring.hxx> +#include <xmlreader/pad.hxx> +#include <xmlreader/xmlreader.hxx> #include "type.hxx" diff --git a/configmgr/source/winreg.cxx b/configmgr/source/winreg.cxx index 235dda0bd0a4..99886d6ff9ed 100644 --- a/configmgr/source/winreg.cxx +++ b/configmgr/source/winreg.cxx @@ -19,14 +19,14 @@ #pragma warning(pop) #endif -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/XInterface.hpp" -#include "rtl/ustring.hxx" -#include "osl/file.h" -#include "osl/file.hxx" +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/XInterface.hpp> +#include <rtl/ustring.hxx> +#include <osl/file.h> +#include <osl/file.hxx> #include "winreg.hxx" #include "writemodfile.hxx" diff --git a/configmgr/source/writemodfile.cxx b/configmgr/source/writemodfile.cxx index 9bcdd21c94fe..4ce07cbc1a1c 100644 --- a/configmgr/source/writemodfile.cxx +++ b/configmgr/source/writemodfile.cxx @@ -17,28 +17,28 @@ * 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/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/XInterface.hpp" -#include "osl/file.h" -#include "osl/file.hxx" -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/textcvt.h" -#include "rtl/textenc.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "sal/types.h" -#include "xmlreader/span.hxx" +#include <boost/noncopyable.hpp> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/XInterface.hpp> +#include <osl/file.h> +#include <osl/file.hxx> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/textcvt.h> +#include <rtl/textenc.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/log.hxx> +#include <sal/types.h> +#include <xmlreader/span.hxx> #include "data.hxx" #include "groupnode.hxx" diff --git a/configmgr/source/writemodfile.hxx b/configmgr/source/writemodfile.hxx index 08f325664fa1..12a09a87dc93 100644 --- a/configmgr/source/writemodfile.hxx +++ b/configmgr/source/writemodfile.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_WRITEMODFILE_HXX #define INCLUDED_CONFIGMGR_SOURCE_WRITEMODFILE_HXX -#include "sal/config.h" +#include <sal/config.h> namespace configmgr { diff --git a/configmgr/source/xcdparser.cxx b/configmgr/source/xcdparser.cxx index 6b9382d3a870..6a9c3f0fec06 100644 --- a/configmgr/source/xcdparser.cxx +++ b/configmgr/source/xcdparser.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <climits> #include <set> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "rtl/ustring.hxx" -#include "xmlreader/span.hxx" -#include "xmlreader/xmlreader.hxx" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <rtl/ustring.hxx> +#include <xmlreader/span.hxx> +#include <xmlreader/xmlreader.hxx> #include "parsemanager.hxx" #include "xcdparser.hxx" diff --git a/configmgr/source/xcdparser.hxx b/configmgr/source/xcdparser.hxx index 708d122f3c4d..f5313af60012 100644 --- a/configmgr/source/xcdparser.hxx +++ b/configmgr/source/xcdparser.hxx @@ -20,13 +20,13 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_XCDPARSER_HXX #define INCLUDED_CONFIGMGR_SOURCE_XCDPARSER_HXX -#include "sal/config.h" +#include <sal/config.h> #include <set> -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "xmlreader/xmlreader.hxx" +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> +#include <xmlreader/xmlreader.hxx> #include "parser.hxx" diff --git a/configmgr/source/xcsparser.cxx b/configmgr/source/xcsparser.cxx index dd51807b0c70..46e04dc10ca5 100644 --- a/configmgr/source/xcsparser.cxx +++ b/configmgr/source/xcsparser.cxx @@ -17,22 +17,22 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <cstddef> #include <set> -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "rtl/ref.hxx" -#include "rtl/strbuf.hxx" -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" -#include "xmlreader/span.hxx" -#include "xmlreader/xmlreader.hxx" +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <rtl/ref.hxx> +#include <rtl/strbuf.hxx> +#include <rtl/string.hxx> +#include <rtl/ustring.hxx> +#include <xmlreader/span.hxx> +#include <xmlreader/xmlreader.hxx> #include "data.hxx" #include "localizedpropertynode.hxx" diff --git a/configmgr/source/xcsparser.hxx b/configmgr/source/xcsparser.hxx index fcf56556306f..b83ffd1a5a0f 100644 --- a/configmgr/source/xcsparser.hxx +++ b/configmgr/source/xcsparser.hxx @@ -20,14 +20,14 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_XCSPARSER_HXX #define INCLUDED_CONFIGMGR_SOURCE_XCSPARSER_HXX -#include "sal/config.h" +#include <sal/config.h> #include <set> #include <stack> -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "xmlreader/xmlreader.hxx" +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> +#include <xmlreader/xmlreader.hxx> #include "node.hxx" #include "parser.hxx" diff --git a/configmgr/source/xcuparser.cxx b/configmgr/source/xcuparser.cxx index 8e99a5b6f5fe..ae3090ce0b42 100644 --- a/configmgr/source/xcuparser.cxx +++ b/configmgr/source/xcuparser.cxx @@ -17,25 +17,25 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <algorithm> #include <cassert> #include <set> -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "rtl/ref.hxx" -#include "rtl/strbuf.hxx" -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "xmlreader/span.hxx" -#include "xmlreader/xmlreader.hxx" +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <rtl/ref.hxx> +#include <rtl/strbuf.hxx> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/log.hxx> +#include <xmlreader/span.hxx> +#include <xmlreader/xmlreader.hxx> #include "data.hxx" #include "localizedpropertynode.hxx" diff --git a/configmgr/source/xcuparser.hxx b/configmgr/source/xcuparser.hxx index 726fc17e6945..4526478c0804 100644 --- a/configmgr/source/xcuparser.hxx +++ b/configmgr/source/xcuparser.hxx @@ -20,14 +20,14 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_XCUPARSER_HXX #define INCLUDED_CONFIGMGR_SOURCE_XCUPARSER_HXX -#include "sal/config.h" +#include <sal/config.h> #include <set> #include <stack> -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "xmlreader/xmlreader.hxx" +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> +#include <xmlreader/xmlreader.hxx> #include "additions.hxx" #include "node.hxx" diff --git a/configmgr/source/xmldata.cxx b/configmgr/source/xmldata.cxx index 2697b4b94394..95a7891bef70 100644 --- a/configmgr/source/xmldata.cxx +++ b/configmgr/source/xmldata.cxx @@ -17,23 +17,23 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <climits> #include <stack> -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "osl/file.hxx" -#include "rtl/ref.hxx" -#include "rtl/string.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "xmlreader/span.hxx" -#include "xmlreader/xmlreader.hxx" +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <osl/file.hxx> +#include <rtl/ref.hxx> +#include <rtl/string.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <xmlreader/span.hxx> +#include <xmlreader/xmlreader.hxx> #include "data.hxx" #include "groupnode.hxx" diff --git a/configmgr/source/xmldata.hxx b/configmgr/source/xmldata.hxx index 4a149a92def8..97a6dc49a25d 100644 --- a/configmgr/source/xmldata.hxx +++ b/configmgr/source/xmldata.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_XMLDATA_HXX #define INCLUDED_CONFIGMGR_SOURCE_XMLDATA_HXX -#include "sal/config.h" +#include <sal/config.h> #include "type.hxx" |