summaryrefslogtreecommitdiff
path: root/sw/inc/fmtfld.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/fmtfld.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/fmtfld.hxx')
-rw-r--r--sw/inc/fmtfld.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx
index 6babe6652cfe..9204f15fad2c 100644
--- a/sw/inc/fmtfld.hxx
+++ b/sw/inc/fmtfld.hxx
@@ -44,8 +44,7 @@ class SW_DLLPUBLIC SwFormatField
friend void _InitCore();
SwFormatField( sal_uInt16 nWhich ); // for default-Attibute
- ::com::sun::star::uno::WeakReference<
- ::com::sun::star::text::XTextField> m_wXTextField;
+ css::uno::WeakReference<css::text::XTextField> m_wXTextField;
SwField* mpField;
SwTextField* mpTextField; // the TextAttribute
@@ -109,11 +108,9 @@ public:
bool IsFieldInDoc() const;
bool IsProtect() const;
- SAL_DLLPRIVATE ::com::sun::star::uno::WeakReference<
- ::com::sun::star::text::XTextField> const& GetXTextField() const
+ SAL_DLLPRIVATE css::uno::WeakReference<css::text::XTextField> const& GetXTextField() const
{ return m_wXTextField; }
- SAL_DLLPRIVATE void SetXTextField(::com::sun::star::uno::Reference<
- ::com::sun::star::text::XTextField> const& xTextField)
+ SAL_DLLPRIVATE void SetXTextField(css::uno::Reference<css::text::XTextField> const& xTextField)
{ m_wXTextField = xTextField; }
};