summaryrefslogtreecommitdiff
path: root/idl/inc/module.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/module.hxx')
-rw-r--r--idl/inc/module.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx
index a82493f56c97..017c06152cf9 100644
--- a/idl/inc/module.hxx
+++ b/idl/inc/module.hxx
@@ -76,7 +76,7 @@ public:
virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) SAL_OVERRIDE;
- virtual void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm );
+ void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm );
};
typedef tools::SvRef<SvMetaModule> SvMetaModuleRef;