[Libreoffice-commits] .: svx/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Aug 22 03:09:37 PDT 2012


 svx/inc/svx/polypolygoneditor.hxx |    2 --
 svx/inc/svx/svdmark.hxx           |    2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 4f9e522bef181e64f2ed0e0874202a6246d23608
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Aug 22 12:08:36 2012 +0200

    Use typedef instead of trivial inheritance
    
    Change-Id: I66155e362d5f44f9be8114099c46473ac846340c

diff --git a/svx/inc/svx/polypolygoneditor.hxx b/svx/inc/svx/polypolygoneditor.hxx
index 0d768f0..94fabbe 100644
--- a/svx/inc/svx/polypolygoneditor.hxx
+++ b/svx/inc/svx/polypolygoneditor.hxx
@@ -27,8 +27,6 @@
 #include <basegfx/polygon/b2dpolypolygon.hxx>
 #include <set>
 
-class SdrUShortCont;
-
 namespace sdr
 {
 
diff --git a/svx/inc/svx/svdmark.hxx b/svx/inc/svx/svdmark.hxx
index ffae34c..81121c1 100644
--- a/svx/inc/svx/svdmark.hxx
+++ b/svx/inc/svx/svdmark.hxx
@@ -43,7 +43,7 @@ class SdrObjList;
 class SdrObject;
 class SdrPageView;
 
-class SdrUShortCont : public std::set<sal_uInt16> {};
+typedef std::set<sal_uInt16> SdrUShortCont;
 
 
 // Alles was eine View ueber ein markiertes Objekt wissen muss


More information about the Libreoffice-commits mailing list