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