summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbawindows.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-12-07 10:05:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-12-07 10:05:52 +0000
commit5dc4a2d96b627a0cac8b1893218e535a153bccec (patch)
tree5dc53627f2b57f27af66f467c629a40dfd787b55 /sc/source/ui/vba/vbawindows.hxx
parent684374b10275c0066838e9e65dbac716ce450508 (diff)
INTEGRATION: CWS npower8 (1.2.4); FILE MERGED
2007/07/18 13:46:48 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:10 npower 1.2.4.1: -m#i77189#
Diffstat (limited to 'sc/source/ui/vba/vbawindows.hxx')
-rw-r--r--sc/source/ui/vba/vbawindows.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/sc/source/ui/vba/vbawindows.hxx b/sc/source/ui/vba/vbawindows.hxx
index 86a2d3ee1b03..16c32abb9eef 100644
--- a/sc/source/ui/vba/vbawindows.hxx
+++ b/sc/source/ui/vba/vbawindows.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vbawindows.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-04-25 16:12:39 $
+ * last change: $Author: vg $ $Date: 2007-12-07 11:05:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,13 +44,12 @@
#include "vbacollectionimpl.hxx"
-typedef ::cppu::ImplInheritanceHelper1< ScVbaCollectionBaseImpl, oo::excel::XWindows > ScVbaWindows_BASE;
+typedef CollTestImplHelper< oo::excel::XWindows > ScVbaWindows_BASE;
class ScVbaWindows : public ScVbaWindows_BASE
{
-protected:
public:
- ScVbaWindows( const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::container::XIndexAccess >& xIndexAccess );
+ ScVbaWindows( const css::uno::Reference< oo::vba::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::container::XIndexAccess >& xIndexAccess );
virtual ~ScVbaWindows() {}
// XEnumerationAccess
@@ -65,6 +64,9 @@ public:
static css::uno::Reference< oo::vba::XCollection > Windows( const css::uno::Reference< css::uno::XComponentContext >& xContext );
+ // XHelperInterface
+ virtual rtl::OUString& getServiceImplName();
+ virtual css::uno::Sequence<rtl::OUString> getServiceNames();
};
#endif //SC_VBA_WINDOWS_HXX