diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-31 10:50:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-31 10:52:10 +0100 |
commit | 2df08acc4c0bdbe1df96770cab347d1f5df9d7a7 (patch) | |
tree | 7b6eb1fd4bb4f6e0ff1f5d30945ae9214ef6d5cf /include | |
parent | ac177e3919362deb6e46257a2787384620ca9a5e (diff) |
sw: hardcoded NS_sprm::LN_CPbiIBullet
Change-Id: I51d4638b588da290853422750b90365b454c046f
Diffstat (limited to 'include')
-rw-r--r-- | include/filter/msfilter/sprmids.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/filter/msfilter/sprmids.hxx b/include/filter/msfilter/sprmids.hxx index 1aa84c2ab686..85c97a0c620a 100644 --- a/include/filter/msfilter/sprmids.hxx +++ b/include/filter/msfilter/sprmids.hxx @@ -171,6 +171,7 @@ namespace NS_sprm { const sal_uInt16 LN_CFUsePgsuSettings = 0x0868; const sal_uInt16 LN_CCpg = 0x486b; const sal_uInt16 LN_CPbiGrf = 0x4888; + const sal_uInt16 LN_CPbiIBullet = 0x6887; const sal_uInt16 LN_CRgLid0_80 = 0x486d; const sal_uInt16 LN_CRgLid1_80 = 0x486e; const sal_uInt16 LN_CIdctHint = 0x286f; |