summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atktextattributes.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-18 10:11:06 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-11-18 09:03:16 +0000
commit5a4d508bd6711def27c7738f7ac68c2da478e48c (patch)
treec688427afbce033c04009d71c4b2c256ec784da2 /vcl/unx/gtk/a11y/atktextattributes.hxx
parentd30a44aff1fb049a71e4eb2612be65a735fbe918 (diff)
com::sun::star->css in vcl/
Change-Id: Ifad76177673cf93746ba221838be80ff76fed228 Reviewed-on: https://gerrit.libreoffice.org/20032 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/unx/gtk/a11y/atktextattributes.hxx')
-rw-r--r--vcl/unx/gtk/a11y/atktextattributes.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk/a11y/atktextattributes.hxx b/vcl/unx/gtk/a11y/atktextattributes.hxx
index cc78e1a836ef..f86c82f4fe09 100644
--- a/vcl/unx/gtk/a11y/atktextattributes.hxx
+++ b/vcl/unx/gtk/a11y/atktextattributes.hxx
@@ -28,7 +28,7 @@
AtkAttributeSet*
attribute_set_new_from_property_values(
- const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rAttributeList,
+ const css::uno::Sequence< css::beans::PropertyValue >& rAttributeList,
bool run_attributes_only,
AtkText *text);
@@ -39,7 +39,7 @@ attribute_set_new_from_extended_attributes(
bool
attribute_set_map_to_property_values(
AtkAttributeSet* attribute_set,
- com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rValueList );
+ css::uno::Sequence< css::beans::PropertyValue >& rValueList );
AtkAttributeSet* attribute_set_prepend_misspelled( AtkAttributeSet* attribute_set );
// #i92232#