summaryrefslogtreecommitdiff
path: root/patches/dev300/store-crash-fix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dev300/store-crash-fix.diff')
-rw-r--r--patches/dev300/store-crash-fix.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/patches/dev300/store-crash-fix.diff b/patches/dev300/store-crash-fix.diff
deleted file mode 100644
index 3088e353d..000000000
--- a/patches/dev300/store-crash-fix.diff
+++ /dev/null
@@ -1,20 +0,0 @@
----
- store/source/storbase.hxx | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git store/source/storbase.hxx store/source/storbase.hxx
-index e2d23d8..334c967 100644
---- store/source/storbase.hxx
-+++ store/source/storbase.hxx
-@@ -680,7 +680,7 @@ class PageHolderObject
- template< class U >
- static bool isA (PageData const * p)
- {
-- return ((p != 0) && (p->type() == U::theTypeId));
-+ return p != 0;
- }
-
- template< class U >
---
-1.7.0.1
-