diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-01-06 15:58:55 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-19 17:56:36 +0100 |
commit | 3b3379e278943ba221841c86d2a01c2e47ab5773 (patch) | |
tree | 792fb88a634e845845dd1f1da36f9620c173e723 /cui/source/inc/border.hxx | |
parent | 7ba3c4cb83e978d916f48bdf73d2c671e0826164 (diff) |
One LineListBox to rule them all: started improving column sep line
Diffstat (limited to 'cui/source/inc/border.hxx')
-rw-r--r-- | cui/source/inc/border.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/border.hxx b/cui/source/inc/border.hxx index 5063610aa..27d692c72 100644 --- a/cui/source/inc/border.hxx +++ b/cui/source/inc/border.hxx @@ -78,7 +78,7 @@ private: FixedLine aFlSep1; FixedLine aFlLine; FixedText aStyleFT; - LineStyleListBox aLbLineStyle; + LineListBox aLbLineStyle; FixedText aColorFT; ColorListBox aLbLineColor; FixedText aWidthFT; |