diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-08-25 17:21:42 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-08-25 17:21:42 +0200 |
commit | 3d341c8efb7aa4784b3341ef752c16e07df5d951 (patch) | |
tree | 2ebd6be5147549e46f2db901b9528bacd53c4722 /sw/source/ui/inc/swlbox.hxx | |
parent | 07601f72ae8abab68ff11083d17ffa4da5c47de1 (diff) | |
parent | 577a83eeeed497057697528da26c2dbb81aa2c9a (diff) |
CWS-TOOLING: integrate CWS codecleanup02
Notes
Notes:
split repo tag: writer_ooo/DEV300_m87
Diffstat (limited to 'sw/source/ui/inc/swlbox.hxx')
-rw-r--r-- | sw/source/ui/inc/swlbox.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/inc/swlbox.hxx b/sw/source/ui/inc/swlbox.hxx index 0c31a9ab977f..a0d7ebf03ca1 100644 --- a/sw/source/ui/inc/swlbox.hxx +++ b/sw/source/ui/inc/swlbox.hxx @@ -76,11 +76,7 @@ namespace nsSwComboBoxStyle const SwComboBoxStyle CBS_LOWER = 0x02; const SwComboBoxStyle CBS_ALL = 0x04; const SwComboBoxStyle CBS_FILENAME = 0x08; -#ifdef WIN - const SwComboBoxStyle CBS_SW_FILENAME = CBS_FILENAME | CBS_LOWER; -#else const SwComboBoxStyle CBS_SW_FILENAME = CBS_FILENAME; -#endif } class SW_DLLPUBLIC SwComboBox : public ComboBox |