summaryrefslogtreecommitdiff
path: root/sw/inc/usrfld.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-05 15:55:58 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-11-06 05:44:52 +0000
commit7a401e5e83abb41b51fca92e3d92dfb2fff6d0e6 (patch)
tree09792748ab8f1e7f976d28c2163637f8268f6d36 /sw/inc/usrfld.hxx
parentcb27eef229ce7f3d415184e74d1cb24ec2f8510c (diff)
com::sun::star->css in sw/inc
Change-Id: I6ffdb1deaa32156c65f997a1a1056928b7cd863d Reviewed-on: https://gerrit.libreoffice.org/19803 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/usrfld.hxx')
-rw-r--r--sw/inc/usrfld.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/usrfld.hxx b/sw/inc/usrfld.hxx
index db636f7e0136..8f57b78c4787 100644
--- a/sw/inc/usrfld.hxx
+++ b/sw/inc/usrfld.hxx
@@ -59,8 +59,8 @@ public:
bool IsDeleted() const { return bDeleted; }
void SetDeleted( bool b ) { bDeleted = b; }
- virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nMId ) const override;
- virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nMId ) override;
+ virtual bool QueryValue( css::uno::Any& rVal, sal_uInt16 nMId ) const override;
+ virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nMId ) override;
protected:
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override;
@@ -97,7 +97,7 @@ class SW_DLLPUBLIC SwUserField : public SwValueField
public:
SwUserField(SwUserFieldType*, sal_uInt16 nSub = 0, sal_uInt32 nFormat = 0);
- virtual sal_uInt16 GetSubType() const override;
+ virtual sal_uInt16 GetSubType() const override;
virtual void SetSubType(sal_uInt16 nSub) override;
virtual double GetValue() const override;
@@ -106,13 +106,13 @@ public:
virtual OUString GetFieldName() const override;
// Name cannot be changed.
- virtual OUString GetPar1() const override;
+ virtual OUString GetPar1() const override;
// Content.
- virtual OUString GetPar2() const override;
+ virtual OUString GetPar2() const override;
virtual void SetPar2(const OUString& rStr) override;
- virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhichId ) const override;
- virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhichId ) override;
+ virtual bool QueryValue( css::uno::Any& rVal, sal_uInt16 nWhichId ) const override;
+ virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nWhichId ) override;
};
#endif // INCLUDED_SW_INC_USRFLD_HXX