diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-28 13:14:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-28 13:15:34 +0100 |
commit | 03c7cfb6a680a483962d64d52c70ad5972a7b08b (patch) | |
tree | 0afac16e0864a38befff839ddc5f0ba6c80ce4d5 /reportdesign | |
parent | d3e33f7ba85bf80c130aff3a3957c56b625c34cf (diff) |
note yet another color selector
Change-Id: I781da1ec218148dcb723db04dfe6ef3eacffe293
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/dlg/Condition.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/dlg/Condition.cxx b/reportdesign/source/ui/dlg/Condition.cxx index e1b5b0512e0e..3a216d81ea84 100644 --- a/reportdesign/source/ui/dlg/Condition.cxx +++ b/reportdesign/source/ui/dlg/Condition.cxx @@ -84,7 +84,7 @@ IMPL_LINK( ConditionField, OnFormula, Button*, _pClickedButton, void ) } } -// class SvxColorWindow_Impl -------------------------------------------------- +// TO-DO, this is yet another color selector, can it be replaced with SvxColorWindor/SvxColorToolBoxControl ? #ifndef WB_NO_DIRECTSELECT #define WB_NO_DIRECTSELECT ((WinBits)0x04000000) #endif |