diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-07-22 10:22:14 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-07-22 10:33:28 +0000 |
commit | 2a5a69de7f4696e5bf6e2e1ada414b46c6a4d983 (patch) | |
tree | d4c9cb0f65a452edce6a19d03d9424842f145008 /sc/inc/cellvalue.hxx | |
parent | 99833c2d6c9882bfad17e3e7fb659f5a81184a3f (diff) |
sc: convert SC_CLONECELL_... to typed_flags
Change-Id: I4ce14eecaa9fbdc007bbb39f0543099c75f2ffcb
Reviewed-on: https://gerrit.libreoffice.org/27428
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sc/inc/cellvalue.hxx')
-rw-r--r-- | sc/inc/cellvalue.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/cellvalue.hxx b/sc/inc/cellvalue.hxx index 6dcbc8f41c17..ca7dc2e1cc14 100644 --- a/sc/inc/cellvalue.hxx +++ b/sc/inc/cellvalue.hxx @@ -59,7 +59,7 @@ struct SC_DLLPUBLIC ScCellValue */ void assign( const ScDocument& rDoc, const ScAddress& rPos ); - void assign( const ScCellValue& rOther, ScDocument& rDestDoc, int nCloneFlags = SC_CLONECELL_DEFAULT ); + void assign(const ScCellValue& rOther, ScDocument& rDestDoc, ScCloneFlags nCloneFlags = ScCloneFlags::Default); /** * Set cell value at specified position in specified document. |