summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-12-15 11:02:23 +0200
committerTor Lillqvist <tml@collabora.com>2015-12-15 11:04:51 +0200
commit07771b8431e8abb68049228d6ce124df53a2e5f6 (patch)
tree0633940db27e29958ac02ec214e09f90275166f1 /svx
parent4463da0488099b52959544923407b15d73d3e172 (diff)
Bin unused file
Probably was forgotten in 0bf12a06b6344659fe964955a022c7f367598634? Change-Id: Ib32e46fd10307cbf49a1f6278b103b7b05392247
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/sdr/contact/viewcontactofopenglobj.hxx37
1 files changed, 0 insertions, 37 deletions
diff --git a/svx/inc/sdr/contact/viewcontactofopenglobj.hxx b/svx/inc/sdr/contact/viewcontactofopenglobj.hxx
deleted file mode 100644
index ee5262e6f027..000000000000
--- a/svx/inc/sdr/contact/viewcontactofopenglobj.hxx
+++ /dev/null
@@ -1,37 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-#ifndef INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFOPENGLOBJ_HXX
-#define INCLUDED_SVX_INC_SDR_CONTACT_VIEWCONTACTOFOPENGLOBJ_HXX
-
-#include <svx/sdr/contact/viewcontactofsdrobj.hxx>
-
-class SdrOpenGLObj;
-
-namespace sdr {
-namespace contact {
-
-class ViewContactOfOpenGLObj : public ViewContactOfSdrObj
-{
-public:
- explicit ViewContactOfOpenGLObj(SdrOpenGLObj& rOpenGLObj);
- virtual ~ViewContactOfOpenGLObj();
-
-protected:
- virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
-
- virtual drawinglayer::primitive2d::Primitive2DContainer createViewIndependentPrimitive2DSequence() const override;
-};
-
-} // namespace contact
-} // namespace sdr
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */