summaryrefslogtreecommitdiff
path: root/forms/source/xforms/datatyperepository.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/datatyperepository.hxx')
-rw-r--r--forms/source/xforms/datatyperepository.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/xforms/datatyperepository.hxx b/forms/source/xforms/datatyperepository.hxx
index 33d95dc466e3..0158c15f403c 100644
--- a/forms/source/xforms/datatyperepository.hxx
+++ b/forms/source/xforms/datatyperepository.hxx
@@ -68,8 +68,8 @@ namespace xforms
virtual sal_Bool SAL_CALL hasElements( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- ODataTypeRepository( const ODataTypeRepository& ); // never implemented
- ODataTypeRepository& operator=( const ODataTypeRepository& ); // never implemented
+ ODataTypeRepository( const ODataTypeRepository& ) SAL_DELETED_FUNCTION;
+ ODataTypeRepository& operator=( const ODataTypeRepository& ) SAL_DELETED_FUNCTION;
private:
/** locates the type with the given name in our repository, or throws an exception if there is no such type