Kaydet (Commit) 8fc69056 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fdo#68849 add some header guards

Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f
Reviewed-on: https://gerrit.libreoffice.org/6364Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Tested-by: 's avatarThomas Arnhold <thomas@arnhold.org>
üst aa02102f
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _INCLUDED_ANIMCORE_FACTREG_HXX_
#define _INCLUDED_ANIMCORE_FACTREG_HXX_
namespace animcore {
#define DECL_NODE_FACTORY(N)\
......@@ -39,4 +42,6 @@ DECL_NODE_FACTORY( TargetPropertiesCreator );
}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _AVMEDIA_MEDIAMISC_HXX
#define _AVMEDIA_MEDIAMISC_HXX
class ResMgr;
#define AVMEDIA_RESID( nId ) ResId( nId, * ::avmedia::GetResMgr() )
......@@ -39,4 +42,6 @@ namespace avmedia
ResMgr* GetResMgr();
}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _AVMEDIA_INTERFACE_HXX
#define _AVMEDIA_INTERFACE_HXX
extern "C" const CLSID CLSID_MediaDet;
extern "C" const IID IID_IMediaDet;
struct ISampleGrabber;
......@@ -113,4 +116,6 @@ public:
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _BASIC_BASICCHARCLASS_HXX
#define _BASIC_BASICCHARCLASS_HXX
#include <unotools/charclass.hxx>
#include <rtl/instance.hxx>
......@@ -39,4 +42,6 @@ public:
class theBasicCharClass: public rtl::Static<BasicCharClass, theBasicCharClass> {};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _INCLUDED_BASIC_RTLPROTO_HXX_
#define _INCLUDED_BASIC_RTLPROTO_HXX_
#include <basic/sbstar.hxx>
#include "sbtrace.hxx"
......@@ -368,4 +371,6 @@ extern RTLFUNC(TraceCommand);
extern double Now_Impl();
extern void Wait_Impl( bool bDurationBased, SbxArray& rPar );
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef CONNECTIVITY_PARAMETERSUBSTITUTION_HXX
#define CONNECTIVITY_PARAMETERSUBSTITUTION_HXX
#include <com/sun/star/util/XStringSubstitution.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
......@@ -61,4 +65,6 @@ namespace connectivity
} // connectivity
// ==================================
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _CPPU_THREADPOOL_CURRENT_HXX_
#define _CPPU_THREADPOOL_CURRENT_HXX_
#include "rtl/byteseq.h"
typedef struct _uno_ExtEnvironment uno_ExtEnvironment;
......@@ -39,4 +42,6 @@ struct IdContainer
IdContainer * getIdContainer() SAL_THROW(());
}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _SVX_TREEOPT_HXX
#define _SVX_TREEOPT_HXX
#include <tools/resary.hxx>
#include <vcl/fixed.hxx>
......@@ -291,4 +294,6 @@ public:
void SavePage();
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _DESKTOP_COMMANDLINEHELP_HXX_
#define _DESKTOP_COMMANDLINEHELP_HXX_
#include <vcl/dialog.hxx>
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
......@@ -39,4 +42,6 @@ namespace desktop
#endif
}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef SC_STYLEHELPER_HXX
#define SC_STYLEHELPER_HXX
#include <rtl/ustring.hxx>
class ScStyleNameConversion
......@@ -26,4 +29,6 @@ public:
static OUString ProgrammaticToDisplayName( const OUString& rProgName, sal_uInt16 nType );
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef SC_EXTLSTCONTEXT_HXX
#define SC_EXTLSTCONTEXT_HXX
#include "excelhandlers.hxx"
#include "worksheetfragment.hxx"
......@@ -80,4 +83,6 @@ protected:
} //namespace xls
} //namespace oox
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef SC_XMLCONDFORMAT_HXX
#define SC_XMLCONDFORMAT_HXX
#include <xmloff/xmlictxt.hxx>
#include "xmlimprt.hxx"
#include "rangelst.hxx"
......@@ -189,4 +192,6 @@ public:
virtual ~ScXMLDateContext() {}
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef SC_COLORFORMAT_HXX
#define SC_COLORFORMAT_HXX
#include <vcl/button.hxx>
#include <vcl/dialog.hxx>
#include <vcl/fixed.hxx>
......@@ -61,4 +64,6 @@ public:
ScDataBarFormatData* GetData();
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef SC_CONDFORMATDLG_HXX
#define SC_CONDFORMATDLG_HXX
#include <vcl/button.hxx>
#include <vcl/dialog.hxx>
#include <vcl/lstbox.hxx>
......@@ -121,4 +124,6 @@ public:
DECL_LINK( RangeLoseFocusHdl, void* );
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef SC_CONDFORMATDLGENTRY_HXX
#define SC_CONDFORMATDLGENTRY_HXX
#include "colorscale.hxx"
#include "conditio.hxx"
#include <formula/funcutl.hxx>
......@@ -277,4 +280,6 @@ public:
virtual condformat::entry::ScCondFrmtEntryType GetType() { return condformat::entry::ICONSET; }
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef SC_CONDFORMATHELPER_HXX
#define SC_CONDFORMATHELPER_HXX
#include <rtl/ustring.hxx>
#include "conditio.hxx"
......@@ -32,4 +35,6 @@ public:
OUString aStr1 = OUString(), OUString aStr2 = OUString() );
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef SC_CONDFORMATMGR_HXX
#define SC_CONDFORMATMGR_HXX
#include "sc.hrc"
#include <vcl/dialog.hxx>
......@@ -92,4 +95,6 @@ private:
bool mbModified;
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef SC_NAMEDEFDLG_HXX
#define SC_NAMEDEFDLG_HXX
#include "anyrefdg.hxx"
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
......@@ -85,4 +88,6 @@ public:
void GetNewData( OUString& rName, OUString& rScope );
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef SC_NAMEMGRTABLE_HXX
#define SC_NAMEMGRTABLE_HXX
#include <svtools/simptabl.hxx>
#include <vcl/ctrl.hxx>
......@@ -69,4 +72,6 @@ public:
DECL_LINK( HeaderEndDragHdl, void*);
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef SC_VBA_HELPERDECL_HXX
#define SC_VBA_HELPERDECL_HXX
#include <comphelper/servicedecl.hxx>
#include <ooo/vba/XHelperInterface.hpp>
......@@ -43,4 +47,6 @@ struct vba_service_class_ : public serviceimpl_base< detail::OwnServiceImpl<Impl
} // namespace service_decl
} // namespace comphelper
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _SFX_FWKHELPER_HXX_
#define _SFX_FWKHELPER_HXX_
#include "sal/config.h"
#include "sfx2/dllapi.h"
#include <com/sun/star/uno/Reference.hxx>
......@@ -28,4 +31,6 @@ SFX2_DLLPUBLIC void SAL_CALL RefreshToolbars(
::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame
);
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -18,6 +18,7 @@
*/
#ifndef SFX_PANELIST_HXX
#define SFX_PANELIST_HXX
#include <vcl/taskpanelist.hxx> // includes also vcl/window.hxx
......
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef SFX_GRAPHHELP_HXX
#define SFX_GRAPHHELP_HXX
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/io/XStream.hpp>
......@@ -65,4 +68,6 @@ public:
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef SFX_OLEPROPS_HXX
#define SFX_OLEPROPS_HXX
#include <map>
#include <boost/shared_ptr.hpp>
#include <osl/thread.h>
......@@ -398,5 +401,6 @@ private:
SfxOleSectionMap maSectionMap;
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef SFX_PRINTHELPER_HXX
#define SFX_PRINTHELPER_HXX
#include "sal/config.h"
#include "sfx2/dllapi.h"
#include "sal/types.h"
......@@ -60,4 +63,6 @@ private:
virtual void impl_setPrinter(const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rPrinter,SfxPrinter*& pPrinter,sal_uInt16& nChangeFlags,SfxViewShell*& pViewSh);
} ;
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef SW_TEXTAPI_HXX
#define SW_TEXTAPI_HXX
#include <editeng/unoedsrc.hxx>
#include <editeng/unotext.hxx>
#include <editeng/eeitem.hxx>
......@@ -61,4 +64,6 @@ public:
OUString GetText() { return pSource->GetText(); }
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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