Kaydet (Commit) 6f683280 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

remove stdio.h include from compressgraphicdialog

Change-Id: I510995b55f69b7541f3cf11f0af66b73657af1ca
üst a88a8ca0
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
using namespace com::sun::star::uno; using namespace com::sun::star::uno;
using namespace com::sun::star::beans; using namespace com::sun::star::beans;
#include <stdio.h>
CompressGraphicsDialog::CompressGraphicsDialog( vcl::Window* pParent, SdrGrafObj* pGraphicObj, SfxBindings& rBindings ) : CompressGraphicsDialog::CompressGraphicsDialog( vcl::Window* pParent, SdrGrafObj* pGraphicObj, SfxBindings& rBindings ) :
ModalDialog ( pParent, "CompressGraphicDialog", "svx/ui/compressgraphicdialog.ui" ), ModalDialog ( pParent, "CompressGraphicDialog", "svx/ui/compressgraphicdialog.ui" ),
m_pGraphicObj ( pGraphicObj ), m_pGraphicObj ( pGraphicObj ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment