summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaformatconditions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbaformatconditions.hxx')
-rw-r--r--sc/source/ui/vba/vbaformatconditions.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaformatconditions.hxx b/sc/source/ui/vba/vbaformatconditions.hxx
index 446453d18a40..d8dfef49250d 100644
--- a/sc/source/ui/vba/vbaformatconditions.hxx
+++ b/sc/source/ui/vba/vbaformatconditions.hxx
@@ -52,7 +52,7 @@ class ScVbaFormatConditions: public ScVbaFormatConditions_BASE
public:
void notifyRange() throw ( css::script::BasicErrorException );
css::uno::Reference< ov::excel::XFormatCondition > Add( ::sal_Int32 Type, const css::uno::Any& Operator, const css::uno::Any& Formula1, const css::uno::Any& Formula2, const css::uno::Reference< ov::excel::XStyle >& _xCalcStyle ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
- OUString getA1Formula(const css::uno::Any& _aFormula) throw ( css::script::BasicErrorException );
+ static OUString getA1Formula(const css::uno::Any& _aFormula) throw ( css::script::BasicErrorException );
OUString getStyleName();
void removeFormatCondition( const OUString& _sStyleName, bool _bRemoveStyle) throw ( css::script::BasicErrorException );
css::uno::Reference< css::sheet::XSheetConditionalEntries > getSheetConditionalEntries() const { return mxSheetConditionalEntries; }