summaryrefslogtreecommitdiffstats
path: root/forms/source/inc/formnavigation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/formnavigation.hxx')
-rw-r--r--forms/source/inc/formnavigation.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/forms/source/inc/formnavigation.hxx b/forms/source/inc/formnavigation.hxx
index 6bd725fc2dbb..5e978ec37935 100644
--- a/forms/source/inc/formnavigation.hxx
+++ b/forms/source/inc/formnavigation.hxx
@@ -213,9 +213,8 @@ namespace frm
sal_Int16 getFeatureId( const OUString& _rCompleteURL );
private:
- OFormNavigationMapper( ); // never implemented
- OFormNavigationMapper( const OFormNavigationMapper& ); // never implemented
- OFormNavigationMapper& operator=( const OFormNavigationMapper& ); // never implemented
+ OFormNavigationMapper( const OFormNavigationMapper& ) SAL_DELETED_FUNCTION;
+ OFormNavigationMapper& operator=( const OFormNavigationMapper& ) SAL_DELETED_FUNCTION;
};