summaryrefslogtreecommitdiff
path: root/include/xmloff/formlayerimport.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 10:32:47 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 12:05:04 +0200
commit1c909a13a0816e20d365000cc527d93e02633b0c (patch)
tree7a402659f9696c01ceeca51c5ddd2127b3b0e815 /include/xmloff/formlayerimport.hxx
parentd29e614ff9cd91c4e4a1bada6a21884e33323f8d (diff)
com::sun::star->css in include/ucbhelper to include/xmlscript
Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256
Diffstat (limited to 'include/xmloff/formlayerimport.hxx')
-rw-r--r--include/xmloff/formlayerimport.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xmloff/formlayerimport.hxx b/include/xmloff/formlayerimport.hxx
index dcb35932488a..344bd4fc39b9 100644
--- a/include/xmloff/formlayerimport.hxx
+++ b/include/xmloff/formlayerimport.hxx
@@ -61,7 +61,7 @@ namespace xmloff
@see endPage
*/
void startPage(
- const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& _rxDrawPage);
+ const css::uno::Reference< css::drawing::XDrawPage >& _rxDrawPage);
/** creates an import context for the office:forms element
*/
@@ -81,7 +81,7 @@ namespace xmloff
SvXMLImportContext* createContext(
const sal_uInt16 _nPrefix,
const OUString& _rLocalName,
- const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rxAttribs);
+ const css::uno::Reference< css::xml::sax::XAttributeList >& _rxAttribs);
/** lookup a control given by id.
@@ -91,7 +91,7 @@ namespace xmloff
@see startPage
*/
- ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
+ css::uno::Reference< css::beans::XPropertySet >
lookupControl(const OUString& _rId);
/** end importing the forms of the current page
@@ -114,7 +114,7 @@ namespace xmloff
the style name for the control's number style
*/
void applyControlNumberStyle(
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
+ const css::uno::Reference< css::beans::XPropertySet >& _rxControlModel,
const OUString& _rControlNumerStyleName
);