diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-31 11:30:14 +0200 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-09 08:45:48 +0200 |
commit | 9a4eead9958d887d37a5c9bab9465cc6ddd0b213 (patch) | |
tree | d3a5c77733e388131b709c2083ceda25d731886a /oox/source/ppt | |
parent | 11e98a5087f39eb8ff6a0b8ce260169f213e7c67 (diff) |
tdf#146619 Drop unused 'using namespace' in: oox/
Change-Id: I4e8aa7443e71a7cb629f762b08d86dd1fa5b7f0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165690
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'oox/source/ppt')
-rw-r--r-- | oox/source/ppt/animationtypes.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/animvariantcontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/backgroundproperties.cxx | 2 | ||||
-rw-r--r-- | oox/source/ppt/extdrawingfragmenthandler.cxx | 2 | ||||
-rw-r--r-- | oox/source/ppt/headerfootercontext.cxx | 2 | ||||
-rw-r--r-- | oox/source/ppt/layoutfragmenthandler.cxx | 3 | ||||
-rw-r--r-- | oox/source/ppt/pptgraphicshapecontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/pptshapecontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/pptshapegroupcontext.cxx | 2 | ||||
-rw-r--r-- | oox/source/ppt/pptshapepropertiescontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/slidemastertextstylescontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/slidetimingcontext.cxx | 4 | ||||
-rw-r--r-- | oox/source/ppt/slidetransitioncontext.cxx | 3 | ||||
-rw-r--r-- | oox/source/ppt/soundactioncontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/timeanimvaluecontext.cxx | 2 | ||||
-rw-r--r-- | oox/source/ppt/timenodelistcontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/timetargetelementcontext.cxx | 1 |
17 files changed, 0 insertions, 29 deletions
diff --git a/oox/source/ppt/animationtypes.cxx b/oox/source/ppt/animationtypes.cxx index c6b49b3e8703..db7f98662c40 100644 --- a/oox/source/ppt/animationtypes.cxx +++ b/oox/source/ppt/animationtypes.cxx @@ -25,7 +25,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::animations; -using namespace ::com::sun::star::xml::sax; namespace oox::ppt { diff --git a/oox/source/ppt/animvariantcontext.cxx b/oox/source/ppt/animvariantcontext.cxx index 1dc9380177d2..ed1d805a1642 100644 --- a/oox/source/ppt/animvariantcontext.cxx +++ b/oox/source/ppt/animvariantcontext.cxx @@ -30,7 +30,6 @@ using namespace ::oox::core; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::xml::sax; namespace oox::ppt { AnimVariantContext::AnimVariantContext( FragmentHandler2 const & rParent, sal_Int32 aElement, Any & aValue ) diff --git a/oox/source/ppt/backgroundproperties.cxx b/oox/source/ppt/backgroundproperties.cxx index b3c71875e6e7..75c4406085fc 100644 --- a/oox/source/ppt/backgroundproperties.cxx +++ b/oox/source/ppt/backgroundproperties.cxx @@ -23,8 +23,6 @@ #include <oox/token/namespaces.hxx> using namespace ::oox::core; -using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::xml::sax; namespace oox::ppt { diff --git a/oox/source/ppt/extdrawingfragmenthandler.cxx b/oox/source/ppt/extdrawingfragmenthandler.cxx index 96cc02c1a32b..ceaf56aae6d1 100644 --- a/oox/source/ppt/extdrawingfragmenthandler.cxx +++ b/oox/source/ppt/extdrawingfragmenthandler.cxx @@ -15,8 +15,6 @@ #include <utility> using namespace ::oox::core; -using namespace ::com::sun::star::xml::sax; -using namespace ::com::sun::star::uno; namespace oox::ppt { diff --git a/oox/source/ppt/headerfootercontext.cxx b/oox/source/ppt/headerfootercontext.cxx index 2a51fdafd4cd..68f1cd3b6fc8 100644 --- a/oox/source/ppt/headerfootercontext.cxx +++ b/oox/source/ppt/headerfootercontext.cxx @@ -22,8 +22,6 @@ #include <oox/token/tokens.hxx> using namespace ::oox::core; -using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::xml::sax; namespace oox::ppt { diff --git a/oox/source/ppt/layoutfragmenthandler.cxx b/oox/source/ppt/layoutfragmenthandler.cxx index 352eded1fa27..f845d9e8f652 100644 --- a/oox/source/ppt/layoutfragmenthandler.cxx +++ b/oox/source/ppt/layoutfragmenthandler.cxx @@ -26,9 +26,6 @@ using namespace ::com::sun::star; using namespace ::oox::core; -using namespace ::oox::drawingml; -using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::xml::sax; namespace oox::ppt { diff --git a/oox/source/ppt/pptgraphicshapecontext.cxx b/oox/source/ppt/pptgraphicshapecontext.cxx index ff6b56a60184..7d9fc0a2289d 100644 --- a/oox/source/ppt/pptgraphicshapecontext.cxx +++ b/oox/source/ppt/pptgraphicshapecontext.cxx @@ -33,7 +33,6 @@ using namespace oox::core; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::text; namespace oox::ppt { diff --git a/oox/source/ppt/pptshapecontext.cxx b/oox/source/ppt/pptshapecontext.cxx index f127c3a2a23f..6caed1728d01 100644 --- a/oox/source/ppt/pptshapecontext.cxx +++ b/oox/source/ppt/pptshapecontext.cxx @@ -36,7 +36,6 @@ using namespace oox::core; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::text; namespace oox::ppt { diff --git a/oox/source/ppt/pptshapegroupcontext.cxx b/oox/source/ppt/pptshapegroupcontext.cxx index b29aa95cf0e2..26caf62ef67e 100644 --- a/oox/source/ppt/pptshapegroupcontext.cxx +++ b/oox/source/ppt/pptshapegroupcontext.cxx @@ -39,8 +39,6 @@ using namespace oox::core; using namespace ::com::sun::star; -using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::drawing; using namespace ::com::sun::star::text; using namespace ::com::sun::star::xml::sax; diff --git a/oox/source/ppt/pptshapepropertiescontext.cxx b/oox/source/ppt/pptshapepropertiescontext.cxx index 70ef2fcef872..4688d950c5de 100644 --- a/oox/source/ppt/pptshapepropertiescontext.cxx +++ b/oox/source/ppt/pptshapepropertiescontext.cxx @@ -24,7 +24,6 @@ using namespace oox::core; using namespace ::com::sun::star; -using namespace ::com::sun::star::uno; namespace oox::ppt { diff --git a/oox/source/ppt/slidemastertextstylescontext.cxx b/oox/source/ppt/slidemastertextstylescontext.cxx index a069bbe28c8d..42f164f09c51 100644 --- a/oox/source/ppt/slidemastertextstylescontext.cxx +++ b/oox/source/ppt/slidemastertextstylescontext.cxx @@ -24,7 +24,6 @@ #include <utility> using namespace ::oox::core; -using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; namespace oox::ppt { diff --git a/oox/source/ppt/slidetimingcontext.cxx b/oox/source/ppt/slidetimingcontext.cxx index 300249446200..554cd6453e1f 100644 --- a/oox/source/ppt/slidetimingcontext.cxx +++ b/oox/source/ppt/slidetimingcontext.cxx @@ -27,10 +27,6 @@ using namespace ::com::sun::star; using namespace ::oox::core; -using namespace ::oox::drawingml; -using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::lang; -using namespace ::com::sun::star::xml::sax; namespace oox::ppt { diff --git a/oox/source/ppt/slidetransitioncontext.cxx b/oox/source/ppt/slidetransitioncontext.cxx index b7a5d9c19f70..e3e77cbeb6a9 100644 --- a/oox/source/ppt/slidetransitioncontext.cxx +++ b/oox/source/ppt/slidetransitioncontext.cxx @@ -27,9 +27,6 @@ using namespace ::com::sun::star; using namespace ::oox::core; -using namespace ::oox::drawingml; -using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::xml::sax; namespace oox::ppt { diff --git a/oox/source/ppt/soundactioncontext.cxx b/oox/source/ppt/soundactioncontext.cxx index bac5c6641ed9..075c9a2235e4 100644 --- a/oox/source/ppt/soundactioncontext.cxx +++ b/oox/source/ppt/soundactioncontext.cxx @@ -33,7 +33,6 @@ #include <avmedia/mediaitem.hxx> using namespace ::oox::core; -using namespace ::com::sun::star::xml::sax; using namespace ::com::sun::star::uno; namespace oox::ppt { diff --git a/oox/source/ppt/timeanimvaluecontext.cxx b/oox/source/ppt/timeanimvaluecontext.cxx index 443b0b039303..a2d44cf0bab8 100644 --- a/oox/source/ppt/timeanimvaluecontext.cxx +++ b/oox/source/ppt/timeanimvaluecontext.cxx @@ -26,8 +26,6 @@ #include <oox/token/tokens.hxx> using namespace ::oox::core; -using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::xml::sax; namespace oox::ppt { diff --git a/oox/source/ppt/timenodelistcontext.cxx b/oox/source/ppt/timenodelistcontext.cxx index 50d5c032f612..81168d91ffa1 100644 --- a/oox/source/ppt/timenodelistcontext.cxx +++ b/oox/source/ppt/timenodelistcontext.cxx @@ -53,7 +53,6 @@ using namespace ::oox::core; using namespace ::oox::drawingml; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::lang; using namespace ::com::sun::star::animations; using namespace ::com::sun::star::presentation; using namespace ::com::sun::star::xml::sax; diff --git a/oox/source/ppt/timetargetelementcontext.cxx b/oox/source/ppt/timetargetelementcontext.cxx index b2dee6101735..6945fccebb33 100644 --- a/oox/source/ppt/timetargetelementcontext.cxx +++ b/oox/source/ppt/timetargetelementcontext.cxx @@ -34,7 +34,6 @@ #include <utility> using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::xml::sax; using namespace ::oox::core; namespace oox::ppt { |