summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapropvalue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbapropvalue.hxx')
-rw-r--r--sc/source/ui/vba/vbapropvalue.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/vba/vbapropvalue.hxx b/sc/source/ui/vba/vbapropvalue.hxx
index 289870e5b520..51608e8642ed 100644
--- a/sc/source/ui/vba/vbapropvalue.hxx
+++ b/sc/source/ui/vba/vbapropvalue.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,15 +34,15 @@
typedef ::cppu::WeakImplHelper1< ov::XPropValue > PropValueImpl_BASE;
-class PropListener
+class PropListener
{
public:
virtual void setValueEvent( const css::uno::Any& value ) = 0;
- virtual css::uno::Any getValueEvent() = 0;
+ virtual css::uno::Any getValueEvent() = 0;
};
-class ScVbaPropValue : public PropValueImpl_BASE
+class ScVbaPropValue : public PropValueImpl_BASE
{
PropListener* m_pListener;
public: