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

Stephan Bergmann sbergman at redhat.com
Mon Dec 11 15:55:13 UTC 2017


 include/vcl/cursor.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 2c51ebd6bf8d9819e1d4fc3d54bd14b2f20c8b0e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Dec 11 10:12:50 2017 +0100

    Remove unnecessary forward declaration
    
    ...introduced with 7330776504ca2e62790f3e3e6d8f575fbad2ec54 "Build fix: forward-
    decl rtl::OUString" in parallel with df802d0c1b0d255bc88eac279cb8a72d7570ec3a
    "Build fix".  The latter (introducing an #include) is necessary to also include
    the necessary using declaration.
    
    Change-Id: If5617505d909b97d866f0434df7305f34eef8b0e
    Reviewed-on: https://gerrit.libreoffice.org/46213
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/include/vcl/cursor.hxx b/include/vcl/cursor.hxx
index 0b55ff18449b..725724ee8024 100644
--- a/include/vcl/cursor.hxx
+++ b/include/vcl/cursor.hxx
@@ -29,7 +29,6 @@
 class Timer;
 struct ImplCursorData;
 namespace vcl { class Window; }
-namespace rtl { class OUString; }
 
 // Cursor styles
 #define CURSOR_SHADOW                   ((sal_uInt16)0x0001)


More information about the Libreoffice-commits mailing list