diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-09 09:40:18 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-09 12:43:13 +0200 |
commit | 2a64f24417a15d6963235bc0d6c836e853c9dfd1 (patch) | |
tree | fe70aef64233634447d559e81d7b44b9aa9c63f6 /avmedia/source/framework | |
parent | b2384778d958031bce4a5d393bb1d96c74d41ab2 (diff) |
avmedia: consistently use "" and <> in include directives
Change-Id: Ic8d0dee5b0af986214dd5967400651903b84422b
Reviewed-on: https://gerrit.libreoffice.org/43269
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'avmedia/source/framework')
-rw-r--r-- | avmedia/source/framework/MediaControlBase.cxx | 8 | ||||
-rw-r--r-- | avmedia/source/framework/mediacontrol.cxx | 8 | ||||
-rw-r--r-- | avmedia/source/framework/mediaitem.cxx | 2 | ||||
-rw-r--r-- | avmedia/source/framework/mediaplayer.cxx | 6 | ||||
-rw-r--r-- | avmedia/source/framework/mediatoolbox.cxx | 2 | ||||
-rw-r--r-- | avmedia/source/framework/modeltools.cxx | 4 |
6 files changed, 15 insertions, 15 deletions
diff --git a/avmedia/source/framework/MediaControlBase.cxx b/avmedia/source/framework/MediaControlBase.cxx index b1998202dbe4..9b844907cbec 100644 --- a/avmedia/source/framework/MediaControlBase.cxx +++ b/avmedia/source/framework/MediaControlBase.cxx @@ -26,10 +26,10 @@ #include <svtools/miscopt.hxx> #include <tools/time.hxx> #include <vcl/lstbox.hxx> -#include "bitmaps.hlst" -#include "strings.hrc" -#include "helpids.h" -#include "mediamisc.hxx" +#include <bitmaps.hlst> +#include <strings.hrc> +#include <helpids.h> +#include <mediamisc.hxx> using ::rtl::OUString; diff --git a/avmedia/source/framework/mediacontrol.cxx b/avmedia/source/framework/mediacontrol.cxx index a50b7d236722..e7ea43d2eb4c 100644 --- a/avmedia/source/framework/mediacontrol.cxx +++ b/avmedia/source/framework/mediacontrol.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "mediacontrol.hxx" -#include "strings.hrc" -#include "mediamisc.hxx" +#include <mediacontrol.hxx> +#include <strings.hrc> +#include <mediamisc.hxx> #include <avmedia/mediawindow.hxx> #include <avmedia/mediaplayer.hxx> -#include "helpids.h" +#include <helpids.h> #include <tools/time.hxx> #include <svtools/miscopt.hxx> #include <vcl/svapp.hxx> diff --git a/avmedia/source/framework/mediaitem.cxx b/avmedia/source/framework/mediaitem.cxx index bbb44b5931ca..88339aec607d 100644 --- a/avmedia/source/framework/mediaitem.cxx +++ b/avmedia/source/framework/mediaitem.cxx @@ -36,7 +36,7 @@ #include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> -#include "mediamisc.hxx" +#include <mediamisc.hxx> using namespace ::com::sun::star; diff --git a/avmedia/source/framework/mediaplayer.cxx b/avmedia/source/framework/mediaplayer.cxx index a544d5103fc0..452d1f1c1566 100644 --- a/avmedia/source/framework/mediaplayer.cxx +++ b/avmedia/source/framework/mediaplayer.cxx @@ -20,9 +20,9 @@ #include <avmedia/mediaplayer.hxx> #include <avmedia/mediawindow.hxx> #include <avmedia/mediaitem.hxx> -#include "mediamisc.hxx" -#include "strings.hrc" -#include "helpids.h" +#include <mediamisc.hxx> +#include <strings.hrc> +#include <helpids.h> #include <svl/stritem.hxx> #include <sfx2/app.hxx> diff --git a/avmedia/source/framework/mediatoolbox.cxx b/avmedia/source/framework/mediatoolbox.cxx index b40c07fc3c89..bab89da6ce0d 100644 --- a/avmedia/source/framework/mediatoolbox.cxx +++ b/avmedia/source/framework/mediatoolbox.cxx @@ -19,7 +19,7 @@ #include <avmedia/mediatoolbox.hxx> #include <avmedia/mediaitem.hxx> -#include "mediacontrol.hxx" +#include <mediacontrol.hxx> #include <sfx2/app.hxx> #include <sfx2/bindings.hxx> diff --git a/avmedia/source/framework/modeltools.cxx b/avmedia/source/framework/modeltools.cxx index 8addb30967e5..76d947954a3c 100644 --- a/avmedia/source/framework/modeltools.cxx +++ b/avmedia/source/framework/modeltools.cxx @@ -9,7 +9,7 @@ #include <avmedia/modeltools.hxx> #include <avmedia/mediaitem.hxx> -#include "mediamisc.hxx" +#include <mediamisc.hxx> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/XTransactedObject.hpp> @@ -31,7 +31,7 @@ #include <config_features.h> #if HAVE_FEATURE_COLLADA -#include <collada_headers.hxx> +#include "collada_headers.hxx" #include <GLTFAsset.h> #endif |