diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-06-11 22:48:32 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-06-12 00:01:53 +0300 |
commit | b7732167de2486b2c39a78fd7065aea3e0c32222 (patch) | |
tree | 23d66e2e2c1745b19f6b3d38257167275e44394d /include/sfx2/dispatch.hxx | |
parent | a26b74cc498bf95a5ae4076daafed9e88b9898d2 (diff) |
Bin crack, _SFX_HXX is not defined anywhere anyway
Change-Id: Ib751fe39cca72fe1cfc9789e63f28a00abb9113a
Diffstat (limited to 'include/sfx2/dispatch.hxx')
-rw-r--r-- | include/sfx2/dispatch.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx index ca6996b1cc1d..2319e8c99e02 100644 --- a/include/sfx2/dispatch.hxx +++ b/include/sfx2/dispatch.hxx @@ -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(); |