[Libreoffice-commits] core.git: include/vcl

Tor Lillqvist tml at collabora.com
Tue Jun 2 12:45:50 PDT 2015


 include/vcl/vclptr.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 5ad704ac9b885df71f634716a10b625e4473005f
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jun 2 17:43:44 2015 +0300

    There is no use of vcl::Window here
    
    Change-Id: Idf36c08205a8a3a36ae05040e1c1fd28d5e2f13f

diff --git a/include/vcl/vclptr.hxx b/include/vcl/vclptr.hxx
index ad7d1e2..cd8f46f 100644
--- a/include/vcl/vclptr.hxx
+++ b/include/vcl/vclptr.hxx
@@ -70,8 +70,6 @@ public:
 
 }; }; // namespace detail, namespace vcl
 
-namespace vcl { class Window; }
-
 /**
  * A thin wrapper around rtl::Reference to implement the acquire and dispose semantics we want for references to vcl::Window subclasses.
  *


More information about the Libreoffice-commits mailing list