summaryrefslogtreecommitdiff
path: root/sw/inc/fmtmeta.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/fmtmeta.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/fmtmeta.hxx')
-rw-r--r--sw/inc/fmtmeta.hxx16
1 files changed, 6 insertions, 10 deletions
diff --git a/sw/inc/fmtmeta.hxx b/sw/inc/fmtmeta.hxx
index 472460013f9d..8e2f92e448ba 100644
--- a/sw/inc/fmtmeta.hxx
+++ b/sw/inc/fmtmeta.hxx
@@ -128,8 +128,8 @@ protected:
friend class ::SwFormatMeta; ///< SetFormatMeta, NotifyChangeTextNode
friend class ::SwXMeta; ///< GetTextNode, GetTextAttr, Get/SetXMeta
- ::com::sun::star::uno::WeakReference<
- ::com::sun::star::rdf::XMetadatable> m_wXMeta;
+ css::uno::WeakReference<
+ css::rdf::XMetadatable> m_wXMeta;
SwFormatMeta * m_pFormat;
SwTextNode * m_pTextNode;
@@ -143,11 +143,9 @@ protected:
void NotifyChangeTextNodeImpl();
void NotifyChangeTextNode(SwTextNode *const pTextNode);
- ::com::sun::star::uno::WeakReference<
- ::com::sun::star::rdf::XMetadatable> const& GetXMeta() const
+ css::uno::WeakReference<css::rdf::XMetadatable> const& GetXMeta() const
{ return m_wXMeta; }
- void SetXMeta(::com::sun::star::uno::Reference<
- ::com::sun::star::rdf::XMetadatable> const& xMeta)
+ void SetXMeta(css::uno::Reference<css::rdf::XMetadatable> const& xMeta)
{ m_wXMeta = xMeta; }
/// SwClient
@@ -162,8 +160,7 @@ public:
virtual bool IsInClipboard() const override;
virtual bool IsInUndo() const override;
virtual bool IsInContent() const override;
- virtual ::com::sun::star::uno::Reference<
- ::com::sun::star::rdf::XMetadatable > MakeUnoObject() override;
+ virtual css::uno::Reference< css::rdf::XMetadatable > MakeUnoObject() override;
};
class MetaField
@@ -207,8 +204,7 @@ public:
const sal_uInt32 nNumberFormat = SAL_MAX_UINT32,
const bool bIsFixedLanguage = false );
/// get all meta fields
- ::std::vector< ::com::sun::star::uno::Reference<
- ::com::sun::star::text::XTextField> > getMetaFields();
+ ::std::vector< css::uno::Reference<css::text::XTextField> > getMetaFields();
};
} // namespace sw