diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-15 13:55:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-15 13:56:21 +0200 |
commit | 2afe4c170dca7c45ef6be1563727193f53aa60c7 (patch) | |
tree | ea019d59aaa2bec2aadceeced745bca2d694b586 /sw/source/ui/vba/vbadocumentproperties.cxx | |
parent | 618a0f8c0349daa31cbaea097e2cc60e74f4076d (diff) |
Clean up function declarations and some unused functions
Change-Id: I58c425ab9d2c01f8844226aff820dd56d88ec09c
Diffstat (limited to 'sw/source/ui/vba/vbadocumentproperties.cxx')
-rw-r--r-- | sw/source/ui/vba/vbadocumentproperties.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbadocumentproperties.cxx b/sw/source/ui/vba/vbadocumentproperties.cxx index 107f45230392..9dddd9467a98 100644 --- a/sw/source/ui/vba/vbadocumentproperties.cxx +++ b/sw/source/ui/vba/vbadocumentproperties.cxx @@ -398,7 +398,7 @@ typedef boost::unordered_map< sal_Int32, DocPropInfo > MSOIndexToOODocPropInfo; class BuiltInIndexHelper { MSOIndexToOODocPropInfo m_docPropInfoMap; - BuiltInIndexHelper(); + public: BuiltInIndexHelper( const uno::Reference< frame::XModel >& xModel ) { |