diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-05 15:55:58 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-11-06 05:44:52 +0000 |
commit | 7a401e5e83abb41b51fca92e3d92dfb2fff6d0e6 (patch) | |
tree | 09792748ab8f1e7f976d28c2163637f8268f6d36 /sw/inc/swserv.hxx | |
parent | cb27eef229ce7f3d415184e74d1cb24ec2f8510c (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/swserv.hxx')
-rw-r--r-- | sw/inc/swserv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swserv.hxx b/sw/inc/swserv.hxx index 1ff0dd1a497e..c4199f324b23 100644 --- a/sw/inc/swserv.hxx +++ b/sw/inc/swserv.hxx @@ -60,7 +60,7 @@ public: } virtual ~SwServerObject(); - virtual bool GetData( ::com::sun::star::uno::Any & rData, + virtual bool GetData( css::uno::Any & rData, const OUString & rMimeType, bool bSynchron = false ) override; |