diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-29 15:57:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-05 09:30:40 +0200 |
commit | 03e6cc9130864adcea5a1ae5440f24a9c128e8d6 (patch) | |
tree | 4d8245b295c316bc71dc713c4691322c27a37d12 /sc/inc/appoptio.hxx | |
parent | 6ca16a4cad999dbb0296ea64db2263a26e52f36c (diff) |
loplugin:staticmethods
Change-Id: I912187d6c481a2ba61fed9c01998bf6f3c08a6a0
Diffstat (limited to 'sc/inc/appoptio.hxx')
-rw-r--r-- | sc/inc/appoptio.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/inc/appoptio.hxx b/sc/inc/appoptio.hxx index 5399308a4646..c73af70c2b8c 100644 --- a/sc/inc/appoptio.hxx +++ b/sc/inc/appoptio.hxx @@ -124,13 +124,13 @@ class ScAppCfg : public ScAppOptions DECL_LINK( MiscCommitHdl, void* ); DECL_LINK( CompatCommitHdl, void* ); - com::sun::star::uno::Sequence<OUString> GetLayoutPropertyNames(); - com::sun::star::uno::Sequence<OUString> GetInputPropertyNames(); - com::sun::star::uno::Sequence<OUString> GetRevisionPropertyNames(); - com::sun::star::uno::Sequence<OUString> GetContentPropertyNames(); - com::sun::star::uno::Sequence<OUString> GetSortListPropertyNames(); - com::sun::star::uno::Sequence<OUString> GetMiscPropertyNames(); - com::sun::star::uno::Sequence<OUString> GetCompatPropertyNames(); + static com::sun::star::uno::Sequence<OUString> GetLayoutPropertyNames(); + static com::sun::star::uno::Sequence<OUString> GetInputPropertyNames(); + static com::sun::star::uno::Sequence<OUString> GetRevisionPropertyNames(); + static com::sun::star::uno::Sequence<OUString> GetContentPropertyNames(); + static com::sun::star::uno::Sequence<OUString> GetSortListPropertyNames(); + static com::sun::star::uno::Sequence<OUString> GetMiscPropertyNames(); + static com::sun::star::uno::Sequence<OUString> GetCompatPropertyNames(); public: ScAppCfg(); |