summaryrefslogtreecommitdiff
path: root/sw/inc/charfmt.hxx
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-09-08 10:44:40 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-09-08 11:23:45 +0200
commitcfc64c7e895d990023400573d8416ce80cf0da29 (patch)
tree1483f50e7717b4cb1c24341c668ac293fd1ff033 /sw/inc/charfmt.hxx
parentb94b1fe936ddc4a9b86fbeb9c9c6ab0fca52f0bc (diff)
CharBrd 9.2: DOCX filters
- Modify HasTextItem() method to able to get character attributes during export. (in this case RES_CHARTR_SHADOW) - Only one side of the border can be exported. Selecting order: (top, left, bottom, right) - During import set all four side and use the Word default shadow type (back, bottom-right, border width wide) Change-Id: I3e1e27a2ef2d77b397f2ca8efe578e09271bcf8c
Diffstat (limited to 'sw/inc/charfmt.hxx')
-rw-r--r--sw/inc/charfmt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/charfmt.hxx b/sw/inc/charfmt.hxx
index 06a865cd62e7..0bc2ff09032d 100644
--- a/sw/inc/charfmt.hxx
+++ b/sw/inc/charfmt.hxx
@@ -42,7 +42,7 @@ public:
namespace CharFmt
{
- extern const SfxItemSet* GetItemSet( const SfxPoolItem& rAttr );
+ SW_DLLPUBLIC extern const SfxItemSet* GetItemSet( const SfxPoolItem& rAttr );
extern const SfxPoolItem* GetItem( const SwTxtAttr& rAttr, sal_uInt16 nWhich );
extern bool IsItemIncluded( const sal_uInt16 nWhich, const SwTxtAttr *pAttr );
}