diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2016-10-12 19:44:08 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2016-12-20 14:19:18 +0100 |
commit | 41bbcc5b50a91fe45664b6242c2f5c83e8f948e1 (patch) | |
tree | a495c6e3c9babf4fb54407d1cb3ac3fc304accd0 /avmedia | |
parent | 4c4b80a49e803adf9cecd6d079000fabe578ee4b (diff) |
Drop ListBox include from ComboBox header
ComboBox just uses ListBox internally
Change-Id: Ieed279160db1c9918bd9f3e37102b59ea62f0581
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/framework/MediaControlBase.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/avmedia/source/framework/MediaControlBase.cxx b/avmedia/source/framework/MediaControlBase.cxx index ff6eaeb3833f..522479d39652 100644 --- a/avmedia/source/framework/MediaControlBase.cxx +++ b/avmedia/source/framework/MediaControlBase.cxx @@ -25,7 +25,7 @@ #include <avmedia/mediaitem.hxx> #include <svtools/miscopt.hxx> #include <tools/time.hxx> -#include <vcl/toolbox.hxx> +#include <vcl/lstbox.hxx> #include "mediacontrol.hrc" #include "helpids.hrc" #include "mediamisc.hxx" @@ -270,4 +270,6 @@ Image MediaControlBase::GetImage( sal_Int32 nImageId) const return maImageList.GetImage( static_cast< sal_uInt16 >( nImageId ) ); } -}
\ No newline at end of file +} + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |