summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbatextframe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbatextframe.hxx')
-rw-r--r--include/vbahelper/vbatextframe.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbatextframe.hxx b/include/vbahelper/vbatextframe.hxx
index c2ddd8db8b1e..5a175630cac0 100644
--- a/include/vbahelper/vbatextframe.hxx
+++ b/include/vbahelper/vbatextframe.hxx
@@ -33,7 +33,7 @@ protected:
protected:
virtual OUString getServiceImplName() SAL_OVERRIDE;
virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE;
- virtual void setAsMSObehavior();
+ void setAsMSObehavior();
sal_Int32 getMargin( const OUString& sMarginType );
void setMargin( const OUString& sMarginType, float fMargin );
public: