diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-06-30 12:54:40 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-06-30 13:22:19 +0200 |
commit | 6ddfb81c0793cb067b5d8c3b434b2500bac379d1 (patch) | |
tree | b5e01fe4d85a294f7c4ba5df00faa911a234fc4c /include/test | |
parent | d930a807aaec3bf8ea5ebe377a4a1fe7a7155022 (diff) |
add missing css prefix to header
Change-Id: I4c3311061150f2fd6c703566f064df8263caaa09
Diffstat (limited to 'include/test')
-rw-r--r-- | include/test/sheet/tableautoformatfield.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/sheet/tableautoformatfield.hxx b/include/test/sheet/tableautoformatfield.hxx index a42f5b908e50..3b15248ae336 100644 --- a/include/test/sheet/tableautoformatfield.hxx +++ b/include/test/sheet/tableautoformatfield.hxx @@ -15,7 +15,7 @@ class TableAutoFormatField { public: //don't use virtual init() here - css::uno::Reference< beans::XPropertySet > initTest(); + css::uno::Reference< css::beans::XPropertySet > initTest(); virtual css::uno::Reference< > getServiceFactory() = 0; |