summaryrefslogtreecommitdiff
path: root/starmath/source/cfgitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/cfgitem.hxx')
-rw-r--r--starmath/source/cfgitem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx
index 8bdfc668c3cc..bfc6d37a6d55 100644
--- a/starmath/source/cfgitem.hxx
+++ b/starmath/source/cfgitem.hxx
@@ -70,8 +70,8 @@ class SmFontFormatList
std::deque<SmFntFmtListEntry> aEntries;
bool bModified;
- SmFontFormatList(const SmFontFormatList&) SAL_DELETED_FUNCTION;
- SmFontFormatList& operator=(const SmFontFormatList&) SAL_DELETED_FUNCTION;
+ SmFontFormatList(const SmFontFormatList&) = delete;
+ SmFontFormatList& operator=(const SmFontFormatList&) = delete;
public:
SmFontFormatList();
@@ -102,8 +102,8 @@ class SmMathConfig : public utl::ConfigItem, public SfxBroadcaster
bool bIsFormatModified;
SmFontPickList vFontPickList[7];
- SmMathConfig(const SmMathConfig&) SAL_DELETED_FUNCTION;
- SmMathConfig& operator=(const SmMathConfig&) SAL_DELETED_FUNCTION;
+ SmMathConfig(const SmMathConfig&) = delete;
+ SmMathConfig& operator=(const SmMathConfig&) = delete;
void StripFontFormatList( const std::vector< SmSym > &rSymbols );