[Libreoffice-commits] core.git: 2 commits - include/svx svx/README

Tor Lillqvist tml at collabora.com
Tue Sep 13 08:01:11 UTC 2016


 include/svx/svdhdl.hxx |    2 --
 svx/README             |    2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 94d952dfbef9ab9d593491185e49ea4f5d4784c2
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Sep 13 10:43:41 2016 +0300

    Add comment
    
    Change-Id: I53db8747403d55faf5e94f089c925e7491aae911

diff --git a/svx/README b/svx/README
index debe0d7..30e9465 100644
--- a/svx/README
+++ b/svx/README
@@ -4,7 +4,7 @@ xoutdev
 this is where a lot of wht work would happen to move to the canvas. (what does that mean?)
 
 svdraw
-transparent gradient stuff.
+transparent gradient stuff. [seriously? surely much more, too]
 
 == SdrObject ==
 
commit 677666d724c8f3e8fc24ec21d0d401c40a78287f
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Sep 13 10:36:22 2016 +0300

    Bin noise comments
    
    Change-Id: Ie89d4a18d06b81748ceb593a08d10cd1c14640cc

diff --git a/include/svx/svdhdl.hxx b/include/svx/svdhdl.hxx
index 896c66e..399a009 100644
--- a/include/svx/svdhdl.hxx
+++ b/include/svx/svdhdl.hxx
@@ -221,7 +221,6 @@ public:
     virtual Pointer GetPointer() const;
     bool IsHdlHit(const Point& rPnt) const;
 
-    // #97016# II
     virtual bool IsFocusHdl() const;
 
     void SetMoveOutside( bool bMoveOutside );
@@ -438,7 +437,6 @@ public:
     ~SdrHdlList();
     void Clear();
 
-    // #97016# II
     void TravelFocusHdl(bool bForward);
     SdrHdl* GetFocusHdl() const;
     void SetFocusHdl(SdrHdl* pNew);


More information about the Libreoffice-commits mailing list