diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-09 14:47:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-10 08:08:45 +0200 |
commit | d198a8221d4a1a08bb78ad083ff28136e3f65728 (patch) | |
tree | 8773aa83dae9b568409221eae6e985fc138074d3 /sot | |
parent | 48d3f2505e0dfbd487a1041747f16f761e9c455e (diff) |
convert InsertOperation to scoped enum
and drop unused LINK enumerator
Change-Id: I6c42424ae5a7503b3e14e5f04fcf7a49b595b416
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/ucbstorage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index 3be2e67efcc9..8f3e27a6f4fb 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -2221,7 +2221,7 @@ sal_Int16 UCBStorage_Impl::Commit() xWriter = nullptr; xOutputStream = nullptr; pTempFile.reset(); - aNewSubFolder.transferContent( aSource, InsertOperation_MOVE, "manifest.xml", NameClash::OVERWRITE ); + aNewSubFolder.transferContent( aSource, InsertOperation::Move, "manifest.xml", NameClash::OVERWRITE ); } } else |