diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-16 22:08:09 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-16 22:09:38 +0900 |
commit | 462935f367534012817efb2478c4f748f0576d5c (patch) | |
tree | 3dbd9b7167e8a09b2e6252d486892eabef3cc382 /vcl | |
parent | 74b5e0d5e5b57755553fde6c77712a87025f1667 (diff) |
removed unused forward declarations of class
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svapp.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index 17c29aa5f64d..fcd0506279fe 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -142,10 +142,6 @@ namespace } -class Reflection; - - - extern "C" { typedef UnoWrapperBase* (SAL_CALL *FN_TkCreateUnoWrapper)(); } |