diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-26 10:19:25 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-26 10:19:43 +0200 |
commit | eaa34b4e29478770c4707d56aa102491bc8e058a (patch) | |
tree | 40a47c34cc90068c1b8648f99667dec44a301716 /sc/source/ui/inc/viewfunc.hxx | |
parent | 2f83ed1407302a83130cf6e3984743342eec708d (diff) |
convert InsertDeleteFlags to use o3tl::typed_flags
Change-Id: I3f6a97195d3364b2a0964f62f11e9c0de9493d64
Diffstat (limited to 'sc/source/ui/inc/viewfunc.hxx')
-rw-r--r-- | sc/source/ui/inc/viewfunc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx index cbd8a391f4a1..836d5ac5058f 100644 --- a/sc/source/ui/inc/viewfunc.hxx +++ b/sc/source/ui/inc/viewfunc.hxx @@ -108,7 +108,7 @@ public: ScPasteFunc nFunction = ScPasteFunc::NONE, bool bSkipEmpty = false, bool bTranspose = false, bool bAsLink = false, InsCellCmd eMoveMode = INS_NONE, - InsertDeleteFlags nUndoExtraFlags = IDF_NONE, + InsertDeleteFlags nUndoExtraFlags = InsertDeleteFlags::NONE, bool bAllowDialogs = false ); void FillTab( InsertDeleteFlags nFlags, ScPasteFunc nFunction, bool bSkipEmpty, bool bAsLink ); |