summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-02-05 16:40:29 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-02-06 18:37:34 +0100
commit0376a4c13ccffa64c938c6361a337264ad8f2b67 (patch)
treeff0b58cb64767496200c89bf4a4909d0702fc282 /vcl
parent624d46964215c1f066ded64ab684d6ccc98705d9 (diff)
if a font is not available, show its name in italic in the font combo
Change-Id: Ia7d0de2c3017f450b9ace31753a351601ca6f1f0
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/vcl/combobox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/vcl/combobox.hxx b/vcl/inc/vcl/combobox.hxx
index 499479778160..33a4382d5cbf 100644
--- a/vcl/inc/vcl/combobox.hxx
+++ b/vcl/inc/vcl/combobox.hxx
@@ -123,8 +123,8 @@ public:
void EnableDDAutoWidth( sal_Bool b );
- void SetText( const OUString& rStr );
- void SetText( const OUString& rStr, const Selection& rNewSelection );
+ virtual void SetText( const OUString& rStr );
+ virtual void SetText( const OUString& rStr, const Selection& rNewSelection );
sal_uInt16 InsertEntry( const XubString& rStr, sal_uInt16 nPos = COMBOBOX_APPEND );
sal_uInt16 InsertEntry( const XubString& rStr, const Image& rImage, sal_uInt16 nPos = COMBOBOX_APPEND );