summaryrefslogtreecommitdiff
path: root/wizards/source/access2base/Recordset.xba
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2014-08-23 12:42:57 +0200
committerJean-Pierre Ledure <jp@ledure.be>2014-08-23 12:42:57 +0200
commitfbbd7045a89e93cb732011471e98cedb0487eff3 (patch)
tree17568053772537da1b7e58f7f2caf300a3423338 /wizards/source/access2base/Recordset.xba
parent9e8b930b136b5e6b74aea92863dc9fb2dfd97e9f (diff)
Access2Base - Removal of Property Set constructions
The workaround to bug https://www.libreoffice.org/bugzilla/show_bug.cgi?id=60752 has been removed. Bug corrected in LO 4.0.2 End of support of Access2Base under LO 4.0.0 and 4.0.1 Change-Id: Ide5046ce4a44096bca42eaf14c4dc96c59958e16
Diffstat (limited to 'wizards/source/access2base/Recordset.xba')
-rw-r--r--wizards/source/access2base/Recordset.xba15
1 files changed, 0 insertions, 15 deletions
diff --git a/wizards/source/access2base/Recordset.xba b/wizards/source/access2base/Recordset.xba
index 144a9f440561..4a9c83354adb 100644
--- a/wizards/source/access2base/Recordset.xba
+++ b/wizards/source/access2base/Recordset.xba
@@ -1108,19 +1108,4 @@ Error_Function:
_PropertySet = False
GoTo Exit_Function
End Function &apos; _PropertySet
-
-REM -----------------------------------------------------------------------------------------------------------------------
-REM --- CLASS PROPERTY SETs ---
-REM --- Workaround to bug https://www.libreoffice.org/bugzilla/show_bug.cgi?id=60752 (LibreOffice 4.0) ---
-REM -----------------------------------------------------------------------------------------------------------------------
-
-Property Set Bookmark(ByVal pvValue As Variant)
- Call _PropertySet(&quot;Bookmark&quot;, pvValue)
-End Property &apos; Bookmark (set)
-
-Property Set Filter(ByVal pvValue As Variant)
- Call _PropertySet(&quot;Filter&quot;, pvValue)
-End Property &apos; Filter (set)
-
-
</script:module> \ No newline at end of file