From 41bbcc5b50a91fe45664b6242c2f5c83e8f948e1 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Wed, 12 Oct 2016 19:44:08 +0200 Subject: Drop ListBox include from ComboBox header ComboBox just uses ListBox internally Change-Id: Ieed279160db1c9918bd9f3e37102b59ea62f0581 --- avmedia/source/framework/MediaControlBase.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'avmedia') 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 #include #include -#include +#include #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: */ -- cgit