summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbawindows.cxx
diff options
context:
space:
mode:
authorAlfonso Eusebio <alfonso_eusebio@yahoo.co.uk>2011-02-06 17:58:59 +0000
committerKohei Yoshida <kyoshida@novell.com>2011-02-08 21:02:19 -0500
commit4a928babb5dbcff831be05503e5793ebed4217bb (patch)
tree5a51d232c4d502d962a3d5d7f05bc6447646734c /sc/source/ui/vba/vbawindows.cxx
parent223d92f2add27f7d8d658b51b0bfa9417d6c9418 (diff)
Removed unused functions and classes form calc 3last
Removed unused function and some entire classes from calc. The functions removed are some of those identified by call-catcher.
Diffstat (limited to 'sc/source/ui/vba/vbawindows.cxx')
-rw-r--r--sc/source/ui/vba/vbawindows.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/vba/vbawindows.cxx b/sc/source/ui/vba/vbawindows.cxx
index 5cf95b999763..c3c716e29431 100644
--- a/sc/source/ui/vba/vbawindows.cxx
+++ b/sc/source/ui/vba/vbawindows.cxx
@@ -206,11 +206,6 @@ public:
};
-
-ScVbaWindows::ScVbaWindows( const uno::Reference< ov::XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext > & xContext, const uno::Reference< container::XIndexAccess >& xIndexAccess ): ScVbaWindows_BASE( xParent, xContext, xIndexAccess )
-{
-}
-
ScVbaWindows::ScVbaWindows( const uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext ) : ScVbaWindows_BASE( xParent, xContext, uno::Reference< container::XIndexAccess > ( new WindowsAccessImpl( xContext ) ) )
{
}