[Libreoffice-commits] .: binfilter/inc

Joseph Powers jpowers at kemper.freedesktop.org
Sun Jan 16 10:47:33 PST 2011


 binfilter/inc/bf_sch/schview.hxx |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

New commits:
commit b28a91027bb3aac8fb1233f4fffb22ad8e0db859
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Sun Jan 16 10:47:29 2011 -0800

    Remove DECLARE_LIST(E3dLogicalObjList, E3dObject*)

diff --git a/binfilter/inc/bf_sch/schview.hxx b/binfilter/inc/bf_sch/schview.hxx
index 857db7d..85ca400 100644
--- a/binfilter/inc/bf_sch/schview.hxx
+++ b/binfilter/inc/bf_sch/schview.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -37,6 +37,7 @@
 #include "docshell.hxx"
 
 class Graphic;
+
 namespace binfilter {
 
 class SchViewShell;
@@ -45,10 +46,10 @@ class SchWindow;
 class ChartModel;
 class SchDragServerRef;
 class E3dScene;
-} //namespace binfilter
 
-namespace binfilter {//STRIP009
-DECLARE_LIST(E3dLogicalObjList, E3dObject*)//STRIP008 DECLARE_LIST(E3dLogicalObjList, E3dObject*);
+}
+
+namespace binfilter {
 
 /*************************************************************************
 |*
@@ -68,13 +69,10 @@ class SchView : public E3dView
 
     Timer aTimer;
     void             Construct();
-//  	SchDragServerRef CreateDataObject(SchView* pView, const Point& rDragPos);
-//  	SchDragServerRef CreateDataObject(ChartModel* pDocument);
     void                SetMarkHandles();
 
  public:
 
-    //void NotifySelection();
     DECL_LINK(NotifySelection,void*);
 
     SchView(SchChartDocShell* pDocSh, OutputDevice* pOutDev, SchViewShell* pShell);
@@ -98,17 +96,14 @@ class SchView : public E3dView
     bool	IsLogicalGroupMarked() { return (nLogicalMarked != 0); }
     bool	IsLogicalGroupEntered() { return (nLogicalEntered != 0); }
 
-
-
     SchChartDocShell* GetDocShell() const { return pDocSh; }
 
     // drag and drop
 
-
     virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
 };
 
-} //namespace binfilter
-#endif		// _SCH_SCHVIEW_HXX
+}
+#endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list