summaryrefslogtreecommitdiff
path: root/unotools/source/config/lingucfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/lingucfg.cxx')
-rw-r--r--unotools/source/config/lingucfg.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/unotools/source/config/lingucfg.cxx b/unotools/source/config/lingucfg.cxx
index 271abe33848b..aa50fe979b16 100644
--- a/unotools/source/config/lingucfg.cxx
+++ b/unotools/source/config/lingucfg.cxx
@@ -160,7 +160,7 @@ public:
virtual ~SvtLinguConfigItem();
// utl::ConfigItem
- virtual void Notify( const com::sun::star::uno::Sequence< OUString > &rPropertyNames ) override;
+ virtual void Notify( const css::uno::Sequence< OUString > &rPropertyNames ) override;
// make some protected functions of utl::ConfigItem public
using utl::ConfigItem::GetNodeNames;
@@ -170,15 +170,15 @@ public:
using utl::ConfigItem::ReplaceSetProperties;
//using utl::ConfigItem::GetReadOnlyStates;
- com::sun::star::uno::Any
+ css::uno::Any
GetProperty( const OUString &rPropertyName ) const;
- com::sun::star::uno::Any
+ css::uno::Any
GetProperty( sal_Int32 nPropertyHandle ) const;
bool SetProperty( const OUString &rPropertyName,
- const com::sun::star::uno::Any &rValue );
+ const css::uno::Any &rValue );
bool SetProperty( sal_Int32 nPropertyHandle,
- const com::sun::star::uno::Any &rValue );
+ const css::uno::Any &rValue );
const SvtLinguOptions& GetOptions() const;