summaryrefslogtreecommitdiffstats
path: root/extensions/source/bibliography/datman.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-15 13:17:16 +0200
committerNoel Grandin <noel@peralex.com>2015-04-23 13:08:48 +0200
commit0a7b739cc33a56339a2bf0f8f0253f9402cabd35 (patch)
tree893c99038c2474391bd474e356ac5edad813ba22 /extensions/source/bibliography/datman.hxx
parentloplugin:staticmethods (diff)
downloadcore-0a7b739cc33a56339a2bf0f8f0253f9402cabd35.tar.gz
core-0a7b739cc33a56339a2bf0f8f0253f9402cabd35.zip
loplugin:staticmethods
Change-Id: I2ee91d07cf9d46cdc385a4db8473550b05e2f0ad
Diffstat (limited to 'extensions/source/bibliography/datman.hxx')
-rw-r--r--extensions/source/bibliography/datman.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx
index ea5738f51378..655644ed07fa 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -114,7 +114,7 @@ protected:
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >
updateGridModel(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm > & xDbForm);
- ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >
+ static ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >
createGridModel( const OUString& rName );
// XLoadable
@@ -162,7 +162,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& getForm() { return m_xForm; }
- OUString getControlName(sal_Int32 nFormatKey );
+ static OUString getControlName(sal_Int32 nFormatKey );
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > loadControlModel(const OUString& rName,
bool bForceListBox = false);