summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbavalidation.hxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-05 09:04:42 +0100
committerNoel Power <noel.power@suse.com>2013-04-05 09:06:29 +0100
commitc2ac410fe6b709b1e75a5a7165e3233a8fb4f98b (patch)
treefb14ee2477febff359e92f27285b49e5d7437bbd /sc/source/ui/vba/vbavalidation.hxx
parent975192e72eacbc2ab53c94a394eca11bb3a60728 (diff)
Revert "Added and fixed various vba API"
Diffstat (limited to 'sc/source/ui/vba/vbavalidation.hxx')
-rw-r--r--sc/source/ui/vba/vbavalidation.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbavalidation.hxx b/sc/source/ui/vba/vbavalidation.hxx
index ea236a31c085..0acd975de31c 100644
--- a/sc/source/ui/vba/vbavalidation.hxx
+++ b/sc/source/ui/vba/vbavalidation.hxx
@@ -51,7 +51,6 @@ public:
virtual void SAL_CALL setErrorMessage( const ::rtl::OUString& _errormessage ) throw (css::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getFormula1() throw (css::uno::RuntimeException) ;
virtual ::rtl::OUString SAL_CALL getFormula2() throw (css::uno::RuntimeException);
- virtual sal_Int32 SAL_CALL getType() throw (css::uno::RuntimeException);
// Methods
virtual void SAL_CALL Delete( ) throw (css::uno::RuntimeException);
virtual void SAL_CALL Add( const css::uno::Any& Type, const css::uno::Any& AlertStyle, const css::uno::Any& Operator, const css::uno::Any& Formula1, const css::uno::Any& Formula2 ) throw (css::uno::RuntimeException);