summaryrefslogtreecommitdiff
path: root/include/svx/svdview.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-05 16:40:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-02-06 07:38:58 +0100
commitf38e35338e3010f137d7b35fa3150792fabfa825 (patch)
tree1e025fd086f677580a9c7c079ccd6043dfc99fd0 /include/svx/svdview.hxx
parent8a0b61172a14b8b766a2e85f27762db3558d3af7 (diff)
clean up some include guard terminators
found with git grep -n -A10 '#endif // INCLUDED' | grep -v endif | grep -v vim | grep -v -- '--' Change-Id: I7ae67cd7c1313e76f059fb8e6afb723caca8a6d7 Reviewed-on: https://gerrit.libreoffice.org/49244 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdview.hxx')
-rw-r--r--include/svx/svdview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx
index b289cb5b66b4..e9d0f51aa476 100644
--- a/include/svx/svdview.hxx
+++ b/include/svx/svdview.hxx
@@ -236,8 +236,6 @@ public:
virtual void onAccessibilityOptionsChanged();
};
-#endif // INCLUDED_SVX_SVDVIEW_HXX
-
// First of all the app creates a SdrModel.
// Then it opens a Win and creates a SdrView.
// ShowSdrPage() announces a page at SdrView.
@@ -271,4 +269,6 @@ public:
// Pointer GetPreferredPointer(const Point& rMousePos, const OutputDevice* pOut, sal_uInt16 nTol=0) const;
// OUString GetStatusText();
+#endif // INCLUDED_SVX_SVDVIEW_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */