summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2023-01-13 22:05:35 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-01-13 22:32:26 +0000
commitc9b0eacae71f111209cb77f14f2693d73e5e8d90 (patch)
tree7946dc966819ac389e0d693645be7472e12bf36a /include/editeng
parent32911b8fe99f5205bda08a31b22bfbd991db20f7 (diff)
Related tdf#153003: Copying a query and pasting as table in same DB impossible
It might be a regression from ca82061c2cad00aeddb17b766063776fee0ee41a "make ValueTransfer easier to understand storing references to local variables makes it harder to figure out what the control flow is doing. " in peculiar: - sal_Int32 nDestColumn( 0 ); - sal_Int32 nSourceColumn( 1 ); - ValueTransfer aTransfer( nSourceColumn, nDestColumn, std::vector(aSourceColTypes), xRow, xStatementParams ); + sal_Int32 nSourceColumn( 0 ); + ValueTransfer aTransfer( aSourceColTypes, xRow, xStatementParams ); Change-Id: Iaa27c4f46fcc51ec12fff08f8e99f862c8b4ac2b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145499 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/editeng')
0 files changed, 0 insertions, 0 deletions