summaryrefslogtreecommitdiffstats
path: root/vcl/generic/glyphs
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-12-13 13:10:49 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2013-12-13 13:50:59 +0100
commitd87c2c59c9c1d5f5825f355c9eb941fdf95b42f6 (patch)
treea29f0f2bf748fecf15ee26b25125edfe09eaf8c4 /vcl/generic/glyphs
parentfdo#71594: Fix for LO crash while saving of file. (diff)
downloadcore-d87c2c59c9c1d5f5825f355c9eb941fdf95b42f6.tar.gz
core-d87c2c59c9c1d5f5825f355c9eb941fdf95b42f6.zip
sdbc file driver (Prepared)Statement: created ResultSet owned by *caller*
That is the only choice that makes sense, since the (Prepared)Statement could die (go out of scope) before the ResultSet. User code could do that, if it does not "need" the (Prepared)Statement anymore. Also, it is only natural for user code to dispose a ResultSet that it does not need anymore. So we need to create a fresh ResultSet each time. The "luck" here is that the sdbc file driver does not implement the XMultipleResults interface; things get more hairy then. Change-Id: Ibf2cb5e5b7ca90432a289c185a6b4fe32d1ba565
Diffstat (limited to 'vcl/generic/glyphs')
0 files changed, 0 insertions, 0 deletions