Drop unused #include
Change-Id: Ic0cf4605cc7d02fdd537d05cbaa744c52126e6f1 Reviewed-on: https://gerrit.libreoffice.org/26545 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
This commit is contained in:
parent
e505ab7199
commit
336beb8b39
@ -17,17 +17,11 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <tools/globname.hxx>
|
||||
#include <vcl/status.hxx>
|
||||
#include <sfx2/msg.hxx>
|
||||
#include <sfx2/objface.hxx>
|
||||
#include <svl/whiter.hxx>
|
||||
#include <sfx2/request.hxx>
|
||||
#include <sfx2/sfx.hrc>
|
||||
#include <sfx2/viewsh.hxx>
|
||||
#include <vcl/wrkwin.hxx>
|
||||
#include <svx/svxids.hrc>
|
||||
#include <vcl/msgbox.hxx>
|
||||
#include <vcl/virdev.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include "smmod.hxx"
|
||||
@ -43,8 +37,6 @@
|
||||
#define SmModule
|
||||
#include "smslots.hxx"
|
||||
|
||||
#include <svx/xmlsecctrl.hxx>
|
||||
|
||||
|
||||
SmResId::SmResId( sal_uInt16 nId )
|
||||
: ResId(nId, *SM_MOD()->GetResMgr())
|
||||
|
@ -17,14 +17,6 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <osl/mutex.hxx>
|
||||
#include <ucbhelper/content.hxx>
|
||||
#include <vcl/msgbox.hxx>
|
||||
|
||||
#include <sfx2/dispatch.hxx>
|
||||
#include <sfx2/docfile.hxx>
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <iterator>
|
||||
|
||||
@ -37,12 +29,6 @@
|
||||
#include "starmath.hrc"
|
||||
|
||||
|
||||
using namespace ::com::sun::star::ucb;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
||||
|
||||
/**************************************************************************/
|
||||
|
||||
SmSym::SmSym() :
|
||||
m_aName(OUString("unknown")),
|
||||
m_aSetName(OUString("unknown")),
|
||||
|
@ -17,20 +17,13 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <sfx2/app.hxx>
|
||||
#include <vcl/virdev.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <tools/tenccvt.hxx>
|
||||
#include <osl/thread.h>
|
||||
|
||||
#include <tools/stream.hxx>
|
||||
|
||||
#include "starmath.hrc"
|
||||
|
||||
#include "utility.hxx"
|
||||
#include "dialog.hxx"
|
||||
#include "view.hxx"
|
||||
#include "smdll.hxx"
|
||||
|
||||
|
||||
// return pointer to active SmViewShell, if this is not possible
|
||||
|
Loading…
x
Reference in New Issue
Block a user