summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-24 14:48:28 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-11-24 20:12:02 +0100
commitbd43062c98be535b37031b2bdae4af856f392eee (patch)
treefba55d60d1b183542a2123d4e7a474ad47ae746e /include
parente632cee783513891dccdf64b8f60398a8940c0fb (diff)
remove bogus ifdef block
since the define in question is defined at the top of the file Change-Id: Ife67ad02db4a1a3c9ce4569b94ecf681dec5d2bf Reviewed-on: https://gerrit.libreoffice.org/45225 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/viewsh.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx
index 7c9929fbbe9e..65975dc8e27d 100644
--- a/include/sfx2/viewsh.hxx
+++ b/include/sfx2/viewsh.hxx
@@ -142,11 +142,9 @@ template<class T> bool checkSfxViewShell(const SfxViewShell* pShell)
class SFX2_DLLPUBLIC SfxViewShell: public SfxShell, public SfxListener, public OutlinerViewShell
{
-#ifdef INCLUDED_SFX2_VIEWSH_HXX
friend class SfxViewFrame;
friend class SfxBaseController;
friend class SfxPrinterController;
-#endif
std::unique_ptr<struct SfxViewShell_Impl> pImpl;
SfxViewFrame* pFrame;