summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-12-11 10:12:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-12-11 16:50:40 +0100
commit2c51ebd6bf8d9819e1d4fc3d54bd14b2f20c8b0e (patch)
treec0fcbe75929d9ca26efcc5fbe809658abd63f495 /include/vcl
parent20b349052099aa1ecc00276e484cb84525c4931d (diff)
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@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/cursor.hxx1
1 files changed, 0 insertions, 1 deletions
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)