Kaydet (Commit) b7732167 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin crack, _SFX_HXX is not defined anywhere anyway

Change-Id: Ib751fe39cca72fe1cfc9789e63f28a00abb9113a
üst a26b74cc
......@@ -78,8 +78,6 @@ private:
// Search for temporary evaluated Todos
SAL_DLLPRIVATE bool CheckVirtualStack( const SfxShell& rShell, bool bDeep );
#ifndef _SFX_HXX
friend class SfxApplication;
friend class SfxViewFrame;
......@@ -104,7 +102,7 @@ friend class SfxHelp;
void _Execute( SfxShell &rShell, const SfxSlot &rSlot,
SfxRequest &rReq,
SfxCallMode eCall = SFX_CALLMODE_STANDARD);
#endif
protected:
void FlushImpl();
......
......@@ -72,16 +72,12 @@ class SFX2_DLLPUBLIC SfxViewFrame: public SfxShell, public SfxListener
sal_uInt16 nAdjustPosPixelLock;
private:
#ifndef _SFX_HXX
SAL_DLLPRIVATE void Construct_Impl( SfxObjectShell *pObjSh=NULL );
#endif
protected:
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE;
#ifndef _SFX_HXX
SAL_DLLPRIVATE void KillDispatcher_Impl();
#endif
virtual ~SfxViewFrame();
......
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