diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 11:50:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 20:04:26 +0200 |
commit | bbbbbfc18616c81cf39efb122cf83dbf1b0c1006 (patch) | |
tree | db09c4d2cc904d4c1188605eb7a43c6ef6ba1120 /uui/source | |
parent | acde3e430edfe118d3aa2bc9ebc1593877b98f4a (diff) |
fix-includes.pl: uui
Change-Id: Iad30f8d988e9541a896d9b1702c7a3e8afd8d8fd
Diffstat (limited to 'uui/source')
-rw-r--r-- | uui/source/getcontinuations.hxx | 4 | ||||
-rw-r--r-- | uui/source/iahndl-authentication.cxx | 42 | ||||
-rw-r--r-- | uui/source/iahndl-errorhandler.cxx | 18 | ||||
-rw-r--r-- | uui/source/iahndl-filter.cxx | 34 | ||||
-rw-r--r-- | uui/source/iahndl-ioexceptions.cxx | 6 | ||||
-rw-r--r-- | uui/source/iahndl-locking.cxx | 26 | ||||
-rw-r--r-- | uui/source/iahndl-ssl.cxx | 20 | ||||
-rw-r--r-- | uui/source/iahndl.cxx | 112 | ||||
-rw-r--r-- | uui/source/iahndl.hxx | 20 | ||||
-rw-r--r-- | uui/source/interactionhandler.cxx | 2 | ||||
-rw-r--r-- | uui/source/masterpasscrtdlg.cxx | 2 | ||||
-rw-r--r-- | uui/source/masterpassworddlg.cxx | 2 | ||||
-rw-r--r-- | uui/source/nameclashdlg.cxx | 4 | ||||
-rw-r--r-- | uui/source/nameclashdlg.hxx | 8 | ||||
-rw-r--r-- | uui/source/passwordcontainer.cxx | 20 | ||||
-rw-r--r-- | uui/source/passwordcontainer.hxx | 10 | ||||
-rw-r--r-- | uui/source/requeststringresolver.hxx | 8 | ||||
-rw-r--r-- | uui/source/secmacrowarnings.cxx | 2 | ||||
-rw-r--r-- | uui/source/sslwarndlg.cxx | 2 | ||||
-rw-r--r-- | uui/source/unknownauthdlg.cxx | 2 |
20 files changed, 172 insertions, 172 deletions
diff --git a/uui/source/getcontinuations.hxx b/uui/source/getcontinuations.hxx index cb8b9f0f94b6..d7e80cb2f2bd 100644 --- a/uui/source/getcontinuations.hxx +++ b/uui/source/getcontinuations.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_UUI_SOURCE_GETCONTINUATIONS_HXX #define INCLUDED_UUI_SOURCE_GETCONTINUATIONS_HXX -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> namespace com { namespace sun { namespace star { namespace task { diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index 152aeceff1d0..006cdf066924 100644 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -17,27 +17,27 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "comphelper/processfactory.hxx" - -#include "com/sun/star/task/DocumentPasswordRequest.hpp" -#include "com/sun/star/task/DocumentPasswordRequest2.hpp" -#include "com/sun/star/task/DocumentMSPasswordRequest.hpp" -#include "com/sun/star/task/DocumentMSPasswordRequest2.hpp" -#include "com/sun/star/task/MasterPasswordRequest.hpp" -#include "com/sun/star/task/XInteractionAbort.hpp" -#include "com/sun/star/task/XInteractionPassword.hpp" -#include "com/sun/star/task/XInteractionPassword2.hpp" -#include "com/sun/star/task/XInteractionRetry.hpp" -#include "com/sun/star/ucb/XInteractionSupplyAuthentication2.hpp" -#include "com/sun/star/ucb/URLAuthenticationRequest.hpp" - -#include "osl/diagnose.h" -#include "rtl/digest.h" -#include "osl/mutex.hxx" -#include "tools/errcode.hxx" -#include "vcl/msgbox.hxx" -#include "vcl/abstdlg.hxx" -#include "vcl/svapp.hxx" +#include <comphelper/processfactory.hxx> + +#include <com/sun/star/task/DocumentPasswordRequest.hpp> +#include <com/sun/star/task/DocumentPasswordRequest2.hpp> +#include <com/sun/star/task/DocumentMSPasswordRequest.hpp> +#include <com/sun/star/task/DocumentMSPasswordRequest2.hpp> +#include <com/sun/star/task/MasterPasswordRequest.hpp> +#include <com/sun/star/task/XInteractionAbort.hpp> +#include <com/sun/star/task/XInteractionPassword.hpp> +#include <com/sun/star/task/XInteractionPassword2.hpp> +#include <com/sun/star/task/XInteractionRetry.hpp> +#include <com/sun/star/ucb/XInteractionSupplyAuthentication2.hpp> +#include <com/sun/star/ucb/URLAuthenticationRequest.hpp> + +#include <osl/diagnose.h> +#include <rtl/digest.h> +#include <osl/mutex.hxx> +#include <tools/errcode.hxx> +#include <vcl/msgbox.hxx> +#include <vcl/abstdlg.hxx> +#include <vcl/svapp.hxx> #include "ids.hrc" #include "getcontinuations.hxx" diff --git a/uui/source/iahndl-errorhandler.cxx b/uui/source/iahndl-errorhandler.cxx index ae9253e77c0f..97d608a53284 100644 --- a/uui/source/iahndl-errorhandler.cxx +++ b/uui/source/iahndl-errorhandler.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "osl/mutex.hxx" -#include "vcl/svapp.hxx" -#include "vcl/msgbox.hxx" +#include <osl/mutex.hxx> +#include <vcl/svapp.hxx> +#include <vcl/msgbox.hxx> -#include "com/sun/star/task/XInteractionAbort.hpp" -#include "com/sun/star/task/XInteractionApprove.hpp" -#include "com/sun/star/task/XInteractionDisapprove.hpp" -#include "com/sun/star/task/XInteractionRetry.hpp" +#include <com/sun/star/task/XInteractionAbort.hpp> +#include <com/sun/star/task/XInteractionApprove.hpp> +#include <com/sun/star/task/XInteractionDisapprove.hpp> +#include <com/sun/star/task/XInteractionRetry.hpp> -#include "tools/errinf.hxx" -#include "svtools/svtools.hrc" +#include <tools/errinf.hxx> +#include <svtools/svtools.hrc> #include "ids.hrc" #include "getcontinuations.hxx" diff --git a/uui/source/iahndl-filter.cxx b/uui/source/iahndl-filter.cxx index 8db625552969..7c9854d90754 100644 --- a/uui/source/iahndl-filter.cxx +++ b/uui/source/iahndl-filter.cxx @@ -17,23 +17,23 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "com/sun/star/beans/XPropertyAccess.hpp" -#include "com/sun/star/container/XContainerQuery.hpp" -#include "com/sun/star/container/XNameContainer.hpp" -#include "com/sun/star/document/AmbigousFilterRequest.hpp" -#include "com/sun/star/document/FilterOptionsRequest.hpp" -#include "com/sun/star/document/NoSuchFilterRequest.hpp" -#include "com/sun/star/document/XImporter.hpp" -#include "com/sun/star/document/XInteractionFilterOptions.hpp" -#include "com/sun/star/document/XInteractionFilterSelect.hpp" -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/task/XInteractionAbort.hpp" -#include "com/sun/star/task/XInteractionRequest.hpp" -#include "com/sun/star/ui/dialogs/XExecutableDialog.hpp" - -#include "osl/mutex.hxx" -#include "comphelper/sequenceashashmap.hxx" -#include "vcl/svapp.hxx" +#include <com/sun/star/beans/XPropertyAccess.hpp> +#include <com/sun/star/container/XContainerQuery.hpp> +#include <com/sun/star/container/XNameContainer.hpp> +#include <com/sun/star/document/AmbigousFilterRequest.hpp> +#include <com/sun/star/document/FilterOptionsRequest.hpp> +#include <com/sun/star/document/NoSuchFilterRequest.hpp> +#include <com/sun/star/document/XImporter.hpp> +#include <com/sun/star/document/XInteractionFilterOptions.hpp> +#include <com/sun/star/document/XInteractionFilterSelect.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/task/XInteractionAbort.hpp> +#include <com/sun/star/task/XInteractionRequest.hpp> +#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> + +#include <osl/mutex.hxx> +#include <comphelper/sequenceashashmap.hxx> +#include <vcl/svapp.hxx> #include "getcontinuations.hxx" #include "fltdlg.hxx" diff --git a/uui/source/iahndl-ioexceptions.cxx b/uui/source/iahndl-ioexceptions.cxx index 0406f60929cb..62b165a436f0 100644 --- a/uui/source/iahndl-ioexceptions.cxx +++ b/uui/source/iahndl-ioexceptions.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "com/sun/star/beans/PropertyValue.hpp" -#include "com/sun/star/task/XInteractionRequest.hpp" -#include "com/sun/star/ucb/InteractiveAugmentedIOException.hpp" +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/task/XInteractionRequest.hpp> +#include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp> #include "ids.hrc" diff --git a/uui/source/iahndl-locking.cxx b/uui/source/iahndl-locking.cxx index c07227fcab35..46e9c0b5ccba 100644 --- a/uui/source/iahndl-locking.cxx +++ b/uui/source/iahndl-locking.cxx @@ -19,19 +19,19 @@ #include <memory> -#include "com/sun/star/document/ChangedByOthersRequest.hpp" -#include "com/sun/star/document/LockedDocumentRequest.hpp" -#include "com/sun/star/document/LockedOnSavingRequest.hpp" -#include "com/sun/star/document/LockFileIgnoreRequest.hpp" -#include "com/sun/star/document/OwnLockOnDocumentRequest.hpp" -#include "com/sun/star/task/XInteractionApprove.hpp" -#include "com/sun/star/task/XInteractionDisapprove.hpp" -#include "com/sun/star/task/XInteractionAbort.hpp" -#include "com/sun/star/task/XInteractionRequest.hpp" - -#include "osl/mutex.hxx" -#include "vcl/svapp.hxx" -#include "vcl/msgbox.hxx" +#include <com/sun/star/document/ChangedByOthersRequest.hpp> +#include <com/sun/star/document/LockedDocumentRequest.hpp> +#include <com/sun/star/document/LockedOnSavingRequest.hpp> +#include <com/sun/star/document/LockFileIgnoreRequest.hpp> +#include <com/sun/star/document/OwnLockOnDocumentRequest.hpp> +#include <com/sun/star/task/XInteractionApprove.hpp> +#include <com/sun/star/task/XInteractionDisapprove.hpp> +#include <com/sun/star/task/XInteractionAbort.hpp> +#include <com/sun/star/task/XInteractionRequest.hpp> + +#include <osl/mutex.hxx> +#include <vcl/svapp.hxx> +#include <vcl/msgbox.hxx> #include "ids.hrc" #include "getcontinuations.hxx" diff --git a/uui/source/iahndl-ssl.cxx b/uui/source/iahndl-ssl.cxx index 1ea45b812931..774ae967bfa5 100644 --- a/uui/source/iahndl-ssl.cxx +++ b/uui/source/iahndl-ssl.cxx @@ -18,20 +18,20 @@ */ -#include "com/sun/star/security/CertificateValidity.hpp" -#include "com/sun/star/security/XCertificateExtension.hpp" -#include "com/sun/star/security/XSanExtension.hpp" +#include <com/sun/star/security/CertificateValidity.hpp> +#include <com/sun/star/security/XCertificateExtension.hpp> +#include <com/sun/star/security/XSanExtension.hpp> #include <com/sun/star/security/ExtAltNameType.hpp> -#include "com/sun/star/task/XInteractionAbort.hpp" -#include "com/sun/star/task/XInteractionApprove.hpp" -#include "com/sun/star/task/XInteractionRequest.hpp" -#include "com/sun/star/ucb/CertificateValidationRequest.hpp" +#include <com/sun/star/task/XInteractionAbort.hpp> +#include <com/sun/star/task/XInteractionApprove.hpp> +#include <com/sun/star/task/XInteractionRequest.hpp> +#include <com/sun/star/ucb/CertificateValidationRequest.hpp> #include <com/sun/star/uno/Reference.hxx> -#include "osl/mutex.hxx" +#include <osl/mutex.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include "svl/zforlist.hxx" -#include "vcl/svapp.hxx" +#include <svl/zforlist.hxx> +#include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include "ids.hrc" diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 41b7bd3b3981..09970d9aaf56 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -19,64 +19,64 @@ #include <memory> -#include "com/sun/star/awt/XWindow.hpp" -#include "com/sun/star/beans/PropertyValue.hpp" -#include "com/sun/star/configuration/theDefaultProvider.hpp" -#include "com/sun/star/configuration/backend/MergeRecoveryRequest.hpp" -#include "com/sun/star/configuration/backend/StratumCreationException.hpp" -#include "com/sun/star/container/XHierarchicalNameAccess.hpp" -#include "com/sun/star/document/BrokenPackageRequest.hpp" -#include "com/sun/star/task/DocumentMacroConfirmationRequest.hpp" -#include "com/sun/star/java/WrongJavaVersionException.hpp" -#include "com/sun/star/lang/XInitialization.hpp" -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/script/ModuleSizeExceededRequest.hpp" -#include "com/sun/star/task/ErrorCodeIOException.hpp" -#include "com/sun/star/task/ErrorCodeRequest.hpp" -#include "com/sun/star/task/FutureDocumentVersionProductUpdateRequest.hpp" -#include "com/sun/star/task/InteractionHandler.hpp" -#include "com/sun/star/task/XInteractionAbort.hpp" -#include "com/sun/star/task/XInteractionApprove.hpp" -#include "com/sun/star/task/XInteractionAskLater.hpp" -#include "com/sun/star/task/XInteractionDisapprove.hpp" -#include "com/sun/star/task/XInteractionHandler2.hpp" -#include "com/sun/star/task/XInteractionRequest.hpp" -#include "com/sun/star/task/XInteractionRetry.hpp" -#include "com/sun/star/ucb/InteractiveAppException.hpp" -#include "com/sun/star/ucb/InteractiveLockingLockedException.hpp" -#include "com/sun/star/ucb/InteractiveLockingNotLockedException.hpp" -#include "com/sun/star/ucb/InteractiveLockingLockExpiredException.hpp" -#include "com/sun/star/ucb/InteractiveNetworkConnectException.hpp" -#include "com/sun/star/ucb/InteractiveNetworkOffLineException.hpp" -#include "com/sun/star/ucb/InteractiveNetworkReadException.hpp" -#include "com/sun/star/ucb/InteractiveNetworkResolveNameException.hpp" -#include "com/sun/star/ucb/InteractiveNetworkWriteException.hpp" -#include "com/sun/star/ucb/InteractiveWrongMediumException.hpp" -#include "com/sun/star/ucb/NameClashException.hpp" -#include "com/sun/star/ucb/NameClashResolveRequest.hpp" -#include "com/sun/star/ucb/UnsupportedNameClashException.hpp" -#include "com/sun/star/ucb/XInteractionReplaceExistingData.hpp" -#include "com/sun/star/ucb/XInteractionSupplyName.hpp" -#include "com/sun/star/xforms/InvalidDataOnSubmitException.hpp" -#include "com/sun/star/loader/CannotActivateFactoryException.hpp" +#include <com/sun/star/awt/XWindow.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/configuration/theDefaultProvider.hpp> +#include <com/sun/star/configuration/backend/MergeRecoveryRequest.hpp> +#include <com/sun/star/configuration/backend/StratumCreationException.hpp> +#include <com/sun/star/container/XHierarchicalNameAccess.hpp> +#include <com/sun/star/document/BrokenPackageRequest.hpp> +#include <com/sun/star/task/DocumentMacroConfirmationRequest.hpp> +#include <com/sun/star/java/WrongJavaVersionException.hpp> +#include <com/sun/star/lang/XInitialization.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/script/ModuleSizeExceededRequest.hpp> +#include <com/sun/star/task/ErrorCodeIOException.hpp> +#include <com/sun/star/task/ErrorCodeRequest.hpp> +#include <com/sun/star/task/FutureDocumentVersionProductUpdateRequest.hpp> +#include <com/sun/star/task/InteractionHandler.hpp> +#include <com/sun/star/task/XInteractionAbort.hpp> +#include <com/sun/star/task/XInteractionApprove.hpp> +#include <com/sun/star/task/XInteractionAskLater.hpp> +#include <com/sun/star/task/XInteractionDisapprove.hpp> +#include <com/sun/star/task/XInteractionHandler2.hpp> +#include <com/sun/star/task/XInteractionRequest.hpp> +#include <com/sun/star/task/XInteractionRetry.hpp> +#include <com/sun/star/ucb/InteractiveAppException.hpp> +#include <com/sun/star/ucb/InteractiveLockingLockedException.hpp> +#include <com/sun/star/ucb/InteractiveLockingNotLockedException.hpp> +#include <com/sun/star/ucb/InteractiveLockingLockExpiredException.hpp> +#include <com/sun/star/ucb/InteractiveNetworkConnectException.hpp> +#include <com/sun/star/ucb/InteractiveNetworkOffLineException.hpp> +#include <com/sun/star/ucb/InteractiveNetworkReadException.hpp> +#include <com/sun/star/ucb/InteractiveNetworkResolveNameException.hpp> +#include <com/sun/star/ucb/InteractiveNetworkWriteException.hpp> +#include <com/sun/star/ucb/InteractiveWrongMediumException.hpp> +#include <com/sun/star/ucb/NameClashException.hpp> +#include <com/sun/star/ucb/NameClashResolveRequest.hpp> +#include <com/sun/star/ucb/UnsupportedNameClashException.hpp> +#include <com/sun/star/ucb/XInteractionReplaceExistingData.hpp> +#include <com/sun/star/ucb/XInteractionSupplyName.hpp> +#include <com/sun/star/xforms/InvalidDataOnSubmitException.hpp> +#include <com/sun/star/loader/CannotActivateFactoryException.hpp> #include <rtl/strbuf.hxx> -#include "osl/conditn.hxx" -#include "tools/rcid.h" -#include "tools/errinf.hxx" -#include "osl/mutex.hxx" -#include "osl/thread.hxx" -#include "tools/diagnose_ex.h" -#include "comphelper/documentconstants.hxx" -#include "svtools/sfxecode.hxx" -#include "vcl/msgbox.hxx" -#include "vcl/svapp.hxx" -#include "unotools/configmgr.hxx" -#include "toolkit/helper/vclunohelper.hxx" -#include "comphelper/processfactory.hxx" -#include "comphelper/namedvaluecollection.hxx" -#include "typelib/typedescription.hxx" -#include "unotools/confignode.hxx" +#include <osl/conditn.hxx> +#include <tools/rcid.h> +#include <tools/errinf.hxx> +#include <osl/mutex.hxx> +#include <osl/thread.hxx> +#include <tools/diagnose_ex.h> +#include <comphelper/documentconstants.hxx> +#include <svtools/sfxecode.hxx> +#include <vcl/msgbox.hxx> +#include <vcl/svapp.hxx> +#include <unotools/configmgr.hxx> +#include <toolkit/helper/vclunohelper.hxx> +#include <comphelper/processfactory.hxx> +#include <comphelper/namedvaluecollection.hxx> +#include <typelib/typedescription.hxx> +#include <unotools/confignode.hxx> #include "ids.hrc" diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index 1325e7acf9c3..1888c3734d59 100644 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -22,19 +22,19 @@ #include <vector> -#include "osl/mutex.hxx" -#include "rtl/ustring.hxx" +#include <osl/mutex.hxx> +#include <rtl/ustring.hxx> -#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/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> -#include "com/sun/star/beans/Optional.hpp" -#include "com/sun/star/task/InteractionClassification.hpp" +#include <com/sun/star/beans/Optional.hpp> +#include <com/sun/star/task/InteractionClassification.hpp> -#include "tools/errcode.hxx" -#include "tools/rc.hxx" -#include "tools/wintypes.hxx" +#include <tools/errcode.hxx> +#include <tools/rc.hxx> +#include <tools/wintypes.hxx> namespace com { namespace sun { namespace star { namespace awt { diff --git a/uui/source/interactionhandler.cxx b/uui/source/interactionhandler.cxx index 1cded67255a4..225ff82c0036 100644 --- a/uui/source/interactionhandler.cxx +++ b/uui/source/interactionhandler.cxx @@ -25,7 +25,7 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/task/XInteractionHandler2.hpp> -#include <iahndl.hxx> +#include "iahndl.hxx" #include <comphelper/namedvaluecollection.hxx> #include <cppuhelper/implbase3.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/uui/source/masterpasscrtdlg.cxx b/uui/source/masterpasscrtdlg.cxx index 3bb60038724f..ffa3885a4d71 100644 --- a/uui/source/masterpasscrtdlg.cxx +++ b/uui/source/masterpasscrtdlg.cxx @@ -21,7 +21,7 @@ #include <vcl/msgbox.hxx> #include <ids.hrc> -#include <masterpasscrtdlg.hxx> +#include "masterpasscrtdlg.hxx" // MasterPasswordCreateDialog--------------------------------------------------- diff --git a/uui/source/masterpassworddlg.cxx b/uui/source/masterpassworddlg.cxx index 7cd12253ec95..b879370c2c8f 100644 --- a/uui/source/masterpassworddlg.cxx +++ b/uui/source/masterpassworddlg.cxx @@ -20,7 +20,7 @@ #include <vcl/msgbox.hxx> #include <ids.hrc> -#include <masterpassworddlg.hxx> +#include "masterpassworddlg.hxx" // MasterPasswordDialog--------------------------------------------------- diff --git a/uui/source/nameclashdlg.cxx b/uui/source/nameclashdlg.cxx index f05fedaff514..201c6ab89ce0 100644 --- a/uui/source/nameclashdlg.cxx +++ b/uui/source/nameclashdlg.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/msgbox.hxx" -#include "osl/file.hxx" +#include <vcl/msgbox.hxx> +#include <osl/file.hxx> #include "ids.hrc" #include "nameclashdlg.hrc" diff --git a/uui/source/nameclashdlg.hxx b/uui/source/nameclashdlg.hxx index ffc81816f8ac..9ba5841ceabc 100644 --- a/uui/source/nameclashdlg.hxx +++ b/uui/source/nameclashdlg.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_UUI_SOURCE_NAMECLASHDLG_HXX #define INCLUDED_UUI_SOURCE_NAMECLASHDLG_HXX -#include "vcl/button.hxx" -#include "vcl/dialog.hxx" -#include "vcl/fixed.hxx" -#include "vcl/edit.hxx" +#include <vcl/button.hxx> +#include <vcl/dialog.hxx> +#include <vcl/fixed.hxx> +#include <vcl/edit.hxx> diff --git a/uui/source/passwordcontainer.cxx b/uui/source/passwordcontainer.cxx index 23f4058fb453..488a04863136 100644 --- a/uui/source/passwordcontainer.cxx +++ b/uui/source/passwordcontainer.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "comphelper/processfactory.hxx" -#include "cppuhelper/factory.hxx" +#include <comphelper/processfactory.hxx> +#include <cppuhelper/factory.hxx> #include <cppuhelper/supportsservice.hxx> -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/task/NoMasterException.hpp" -#include "com/sun/star/task/PasswordContainer.hpp" -#include "com/sun/star/task/XInteractionHandler2.hpp" -#include "com/sun/star/ucb/AuthenticationRequest.hpp" -#include "com/sun/star/ucb/URLAuthenticationRequest.hpp" -#include "com/sun/star/ucb/XInteractionSupplyAuthentication.hpp" -#include "com/sun/star/ucb/XInteractionSupplyAuthentication2.hpp" +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/task/NoMasterException.hpp> +#include <com/sun/star/task/PasswordContainer.hpp> +#include <com/sun/star/task/XInteractionHandler2.hpp> +#include <com/sun/star/ucb/AuthenticationRequest.hpp> +#include <com/sun/star/ucb/URLAuthenticationRequest.hpp> +#include <com/sun/star/ucb/XInteractionSupplyAuthentication.hpp> +#include <com/sun/star/ucb/XInteractionSupplyAuthentication2.hpp> #include "passwordcontainer.hxx" diff --git a/uui/source/passwordcontainer.hxx b/uui/source/passwordcontainer.hxx index 98a5cf765b01..768096ae8a0c 100644 --- a/uui/source/passwordcontainer.hxx +++ b/uui/source/passwordcontainer.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_UUI_SOURCE_PASSWORDCONTAINER_HXX #define INCLUDED_UUI_SOURCE_PASSWORDCONTAINER_HXX -#include "cppuhelper/implbase2.hxx" +#include <cppuhelper/implbase2.hxx> -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/lang/XSingleServiceFactory.hpp" -#include "com/sun/star/task/XInteractionHandler2.hpp" -#include "com/sun/star/task/XPasswordContainer2.hpp" +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> +#include <com/sun/star/task/XInteractionHandler2.hpp> +#include <com/sun/star/task/XPasswordContainer2.hpp> namespace com { namespace sun { diff --git a/uui/source/requeststringresolver.hxx b/uui/source/requeststringresolver.hxx index 7d2634e8bf13..3e720f48eaeb 100644 --- a/uui/source/requeststringresolver.hxx +++ b/uui/source/requeststringresolver.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_UUI_SOURCE_REQUESTSTRINGRESOLVER_HXX #define INCLUDED_UUI_SOURCE_REQUESTSTRINGRESOLVER_HXX -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/task/XInteractionRequestStringResolver.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "cppuhelper/implbase2.hxx" +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/task/XInteractionRequestStringResolver.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <cppuhelper/implbase2.hxx> class UUIInteractionHelper; diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx index e7533e82dac6..272112b6d0ea 100644 --- a/uui/source/secmacrowarnings.cxx +++ b/uui/source/secmacrowarnings.cxx @@ -21,7 +21,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/security/DocumentDigitalSignatures.hpp> #include <comphelper/sequence.hxx> -#include "comphelper/documentconstants.hxx" +#include <comphelper/documentconstants.hxx> #include <comphelper/processfactory.hxx> #include <sal/macros.h> diff --git a/uui/source/sslwarndlg.cxx b/uui/source/sslwarndlg.cxx index 88ba2e570405..c5f06af6a1ac 100644 --- a/uui/source/sslwarndlg.cxx +++ b/uui/source/sslwarndlg.cxx @@ -20,7 +20,7 @@ #include <vcl/msgbox.hxx> #include <ids.hrc> -#include <sslwarndlg.hxx> +#include "sslwarndlg.hxx" #include <comphelper/processfactory.hxx> #include <com/sun/star/security/DocumentDigitalSignatures.hpp> diff --git a/uui/source/unknownauthdlg.cxx b/uui/source/unknownauthdlg.cxx index cb4d962d0003..0e172e77fccf 100644 --- a/uui/source/unknownauthdlg.cxx +++ b/uui/source/unknownauthdlg.cxx @@ -20,7 +20,7 @@ #include <vcl/msgbox.hxx> #include <ids.hrc> -#include <unknownauthdlg.hxx> +#include "unknownauthdlg.hxx" #include <comphelper/processfactory.hxx> #include <com/sun/star/security/DocumentDigitalSignatures.hpp> |