diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-08-17 13:20:32 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-08-17 19:53:42 +0400 |
commit | 6e84be040be7d3ec214c2b19462cafcc3f4b277e (patch) | |
tree | 8dcee4a86a897586cea101224ced583d44e47b3b /sw | |
parent | befc3e457df9daa7955752bb30cbad632da913de (diff) |
fix copypasta
Change-Id: I92f2203988c5a4843ce512029ec60750fe4d25ff
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/svxcss1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/svxcss1.cxx b/sw/source/filter/html/svxcss1.cxx index 14d881d35335..e04ccbdca8fb 100644 --- a/sw/source/filter/html/svxcss1.cxx +++ b/sw/source/filter/html/svxcss1.cxx @@ -185,7 +185,7 @@ static CSS1PropertyEnum const aBorderStyleTable[] = { "groove", CSS1_BS_GROOVE }, { "ridge", CSS1_BS_RIDGE }, { "inset", CSS1_BS_INSET }, - { "inset", CSS1_BS_OUTSET }, + { "outset", CSS1_BS_OUTSET }, { 0, 0 } }; |