diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-06 10:51:51 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-06 11:55:09 +0200 |
commit | 2633976ef3406d48907bd922f067ea04e39c94f1 (patch) | |
tree | c29440a174d106805b686299fcaa4a3bacf23592 /sw/source/uibase/envelp | |
parent | 41d83eb8cd8e9544641182ff19a8c635760e75dc (diff) |
com::sun::star->css in sw/source/core
Change-Id: I30016977f1be8fb53dd239367d043de92a9467d9
Diffstat (limited to 'sw/source/uibase/envelp')
-rw-r--r-- | sw/source/uibase/envelp/envimg.cxx | 4 | ||||
-rw-r--r-- | sw/source/uibase/envelp/labelcfg.cxx | 6 | ||||
-rw-r--r-- | sw/source/uibase/envelp/labimg.cxx | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/uibase/envelp/envimg.cxx b/sw/source/uibase/envelp/envimg.cxx index 766c1556dbf0..d1ed4a6a9bdb 100644 --- a/sw/source/uibase/envelp/envimg.cxx +++ b/sw/source/uibase/envelp/envimg.cxx @@ -41,7 +41,7 @@ #endif using namespace utl; -using namespace ::com::sun::star::uno; +using namespace css::uno; TYPEINIT1_AUTOFACTORY( SwEnvItem, SfxPoolItem ); @@ -264,7 +264,7 @@ void SwEnvCfgItem::ImplCommit() PutProperties(aNames, aValues); } -void SwEnvCfgItem::Notify( const ::com::sun::star::uno::Sequence< OUString >& ) {} +void SwEnvCfgItem::Notify( const css::uno::Sequence< OUString >& ) {} Sequence<OUString> SwEnvCfgItem::GetPropertyNames() { diff --git a/sw/source/uibase/envelp/labelcfg.cxx b/sw/source/uibase/envelp/labelcfg.cxx index a29ee6c4ce34..dcd1a4ac0532 100644 --- a/sw/source/uibase/envelp/labelcfg.cxx +++ b/sw/source/uibase/envelp/labelcfg.cxx @@ -30,8 +30,8 @@ #include <unomid.h> using namespace utl; -using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::beans; +using namespace css::uno; +using namespace css::beans; static inline void lcl_assertEndingItem(xmlreader::XmlReader& reader) { @@ -171,7 +171,7 @@ SwLabelConfig::~SwLabelConfig() // the config item is not writable ?: void SwLabelConfig::ImplCommit() {} -void SwLabelConfig::Notify( const ::com::sun::star::uno::Sequence< OUString >& ) {} +void SwLabelConfig::Notify( const css::uno::Sequence< OUString >& ) {} static std::unique_ptr<SwLabRec> lcl_CreateSwLabRec(const OUString& rType, const OUString& rMeasure, const OUString& rManufacturer) { diff --git a/sw/source/uibase/envelp/labimg.cxx b/sw/source/uibase/envelp/labimg.cxx index 1d8681966212..d893eb93f429 100644 --- a/sw/source/uibase/envelp/labimg.cxx +++ b/sw/source/uibase/envelp/labimg.cxx @@ -29,7 +29,7 @@ #include <unomid.h> using namespace utl; -using namespace ::com::sun::star::uno; +using namespace css::uno; SwLabItem::SwLabItem() : @@ -394,7 +394,7 @@ SwLabCfgItem::SwLabCfgItem(bool bLabel) : } } -void SwLabCfgItem::Notify( const ::com::sun::star::uno::Sequence< OUString >& ) {} +void SwLabCfgItem::Notify( const css::uno::Sequence< OUString >& ) {} void SwLabCfgItem::ImplCommit() { |