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