diff options
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: */ |