diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-06-27 23:28:10 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-06-28 05:01:48 +0200 |
commit | d9ae08845df86c1945e73e9506f92d13221ac98c (patch) | |
tree | 4840ac08e645f9bb50f6b9c6123e9f923ff1856a /sd/inc | |
parent | 49922897d68835ae4e5c850b3c55107157fe7548 (diff) |
sd: Kill forward declaration of non-existent RequestData
Change-Id: I0feef07e46b0056408d75abed631646e0520e4c1
Reviewed-on: https://gerrit.libreoffice.org/39306
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/drawdoc.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 2a72855698fd..a6f9845269c5 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -74,7 +74,6 @@ class Point; namespace vcl { class Window; } class SdTransferable; struct SpellCallbackInfo; -struct StyleRequestData; class SdDrawDocument; class SdCustomShow; class SdCustomShowList; |