appreg.cxx (cdf0e10c) | appreg.cxx (3dcccbb6) |
---|---|
1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * --- 24 unchanged lines hidden (view full) --- 33#ifndef GCC 34#endif 35 36#include <sfx2/app.hxx> 37#include "appdata.hxx" 38#include "arrdecl.hxx" 39#include "sfx2/sfxhelp.hxx" 40#include <sfx2/templdlg.hxx> | 1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * --- 24 unchanged lines hidden (view full) --- 33#ifndef GCC 34#endif 35 36#include <sfx2/app.hxx> 37#include "appdata.hxx" 38#include "arrdecl.hxx" 39#include "sfx2/sfxhelp.hxx" 40#include <sfx2/templdlg.hxx> |
41#include "objmnctl.hxx" | |
42#include "inettbc.hxx" 43#include "sfx2/stbitem.hxx" 44#include <sfx2/navigat.hxx> 45#include <sfx2/taskpane.hxx> 46#include <sfx2/module.hxx> 47#include <sfx2/viewfrm.hxx> 48#include "partwnd.hxx" 49#include <sfx2/sfxsids.hrc> 50#include "recfloat.hxx" 51#include <sfx2/objsh.hxx> 52#include <sfx2/viewsh.hxx> 53#include <sfx2/objface.hxx> | 41#include "inettbc.hxx" 42#include "sfx2/stbitem.hxx" 43#include <sfx2/navigat.hxx> 44#include <sfx2/taskpane.hxx> 45#include <sfx2/module.hxx> 46#include <sfx2/viewfrm.hxx> 47#include "partwnd.hxx" 48#include <sfx2/sfxsids.hrc> 49#include "recfloat.hxx" 50#include <sfx2/objsh.hxx> 51#include <sfx2/viewsh.hxx> 52#include <sfx2/objface.hxx> |
53#include <sfx2/mnuitem.hxx> |
|
54 55//=================================================================== 56 57void SfxApplication::Registrations_Impl() 58{ 59 // Interfaces 60 SfxApplication::RegisterInterface(); 61 SfxModule::RegisterInterface(); --- 92 unchanged lines hidden --- | 54 55//=================================================================== 56 57void SfxApplication::Registrations_Impl() 58{ 59 // Interfaces 60 SfxApplication::RegisterInterface(); 61 SfxModule::RegisterInterface(); --- 92 unchanged lines hidden --- |