summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-16 22:08:09 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-16 22:09:38 +0900
commit462935f367534012817efb2478c4f748f0576d5c (patch)
tree3dbd9b7167e8a09b2e6252d486892eabef3cc382 /vcl/source
parent74b5e0d5e5b57755553fde6c77712a87025f1667 (diff)
removed unused forward declarations of class
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/svapp.cxx4
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)();
}