[Libreoffice-commits] core.git: svx/inc

Tor Lillqvist tml at collabora.com
Tue Dec 15 01:12:57 PST 2015


 svx/inc/sdr/contact/viewcontactofopenglobj.hxx |   37 -------------------------
 1 file changed, 37 deletions(-)

New commits:
commit 07771b8431e8abb68049228d6ce124df53a2e5f6
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Dec 15 11:02:23 2015 +0200

    Bin unused file
    
    Probably was forgotten in 0bf12a06b6344659fe964955a022c7f367598634?
    
    Change-Id: Ib32e46fd10307cbf49a1f6278b103b7b05392247

diff --git a/svx/inc/sdr/contact/viewcontactofopenglobj.hxx b/svx/inc/sdr/contact/viewcontactofopenglobj.hxx
deleted file mode 100644
index ee5262e..0000000
--- 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: */


More information about the Libreoffice-commits mailing list