diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-14 15:22:00 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-19 15:33:13 +0100 |
commit | 67697d941503b52c4fb455e3c8cf2fcdc58377bd (patch) | |
tree | a37ce3d9f6a9d5d2217ceb8597fdab47ac3d6b43 /sw | |
parent | a0486f02433703744f487e599422714d03937956 (diff) |
Fixed the NONE border line style API value
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/xml/xmlithlp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmlithlp.cxx b/sw/source/filter/xml/xmlithlp.cxx index b00a09535f8a..718faaec05d7 100644 --- a/sw/source/filter/xml/xmlithlp.cxx +++ b/sw/source/filter/xml/xmlithlp.cxx @@ -51,7 +51,7 @@ using namespace ::xmloff::token; using namespace ::com::sun::star; -#define API_LINE_NONE -1 +#define API_LINE_NONE 0x7FFF #define API_LINE_SOLID 0 #define API_LINE_DOTTED 1 #define API_LINE_DASHED 2 |