summaryrefslogtreecommitdiff
path: root/patches/dev300/svx-ppt-import-fix-bullet-size.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dev300/svx-ppt-import-fix-bullet-size.diff')
-rw-r--r--patches/dev300/svx-ppt-import-fix-bullet-size.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/patches/dev300/svx-ppt-import-fix-bullet-size.diff b/patches/dev300/svx-ppt-import-fix-bullet-size.diff
deleted file mode 100644
index 12f87dc43..000000000
--- a/patches/dev300/svx-ppt-import-fix-bullet-size.diff
+++ /dev/null
@@ -1,20 +0,0 @@
----
- filter/source/msfilter/svdfppt.cxx | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git filter/source/msfilter/svdfppt.cxx filter/source/msfilter/svdfppt.cxx
-index 993ca9a..0224cdc 100644
---- filter/source/msfilter/svdfppt.cxx
-+++ filter/source/msfilter/svdfppt.cxx
-@@ -5110,7 +5110,7 @@ void PPTStyleTextPropReader::ReadParaProps( SvStream& rIn, SdrPowerPointImport&
- {
- rIn >> aSet.mpArry[ PPT_ParaAttr_BulletHeight ];
- if ( ! ( ( nMask & ( 1 << PPT_ParaAttr_BuHardHeight ) )
-- && ( nBulFlg && ( 1 << PPT_ParaAttr_BuHardHeight ) ) ) )
-+ && ( nBulFlg & ( 1 << PPT_ParaAttr_BuHardHeight ) ) ) )
- aSet.mnAttrSet ^= 0x40;
- }
- if ( nMask & 0x0020 ) // buColor
---
-1.7.0.1
-