summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/metadata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/metadata.hxx')
-rw-r--r--reportdesign/source/ui/inc/metadata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inc/metadata.hxx b/reportdesign/source/ui/inc/metadata.hxx
index 4b8465056ef5..9f43de7cc73d 100644
--- a/reportdesign/source/ui/inc/metadata.hxx
+++ b/reportdesign/source/ui/inc/metadata.hxx
@@ -52,11 +52,11 @@ namespace rptui
static OUString getPropertyTranslation(sal_Int32 _nId);
static OString getPropertyHelpId(sal_Int32 _nId);
static sal_uInt32 getPropertyUIFlags(sal_Int32 _nId);
- static void getExcludeProperties(::std::vector< com::sun::star::beans::Property >& _rExcludeProperties,const ::com::sun::star::uno::Reference< ::com::sun::star::inspection::XPropertyHandler >& _xFormComponentHandler);
+ static void getExcludeProperties(::std::vector< css::beans::Property >& _rExcludeProperties,const css::uno::Reference< css::inspection::XPropertyHandler >& _xFormComponentHandler);
static bool isComposable(
const OUString& _rPropertyName,
- const ::com::sun::star::uno::Reference< ::com::sun::star::inspection::XPropertyHandler >& _xFormComponentHandler
+ const css::uno::Reference< css::inspection::XPropertyHandler >& _xFormComponentHandler
);
protected: