Kaydet (Commit) b701650c authored tarafından Michael Meeks's avatar Michael Meeks

fdo#64048 - fix calc/VBA clearcontents regression.

Change-Id: Id0c07507810ec1db41359f39dee804364fd37ecd
üst 263ab3f1
...@@ -1635,7 +1635,7 @@ void SAL_CALL ...@@ -1635,7 +1635,7 @@ void SAL_CALL
ScVbaRange::ClearContents() throw (uno::RuntimeException) ScVbaRange::ClearContents() throw (uno::RuntimeException)
{ {
using namespace ::com::sun::star::sheet::CellFlags; using namespace ::com::sun::star::sheet::CellFlags;
sal_Int32 nFlags = VALUE | DATETIME | STRING | FORMULA | HARDATTR | EDITATTR | FORMATTED; sal_Int32 nFlags = VALUE | DATETIME | STRING | FORMULA;
ClearContents( nFlags, true ); ClearContents( nFlags, true );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment