summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/officeforms.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-02 14:07:31 +0200
committerNoel Grandin <noel@peralex.com>2015-04-07 10:24:54 +0200
commitd1b27a1d9af27c0447d4eb1c8d5864b5028d7746 (patch)
tree7f551a3eb69040d674bf5b52b0405b897b23324f /xmloff/source/forms/officeforms.hxx
parente4688a3d41265946007c6c9a5c5b5742078c74a3 (diff)
loplugin:staticmethods
Change-Id: Id3d6b50e07ea0850af18ab9bdadfffe0e4602aab
Diffstat (limited to 'xmloff/source/forms/officeforms.hxx')
-rw-r--r--xmloff/source/forms/officeforms.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/forms/officeforms.hxx b/xmloff/source/forms/officeforms.hxx
index 1a4af65e4bda..8a32a6d1c659 100644
--- a/xmloff/source/forms/officeforms.hxx
+++ b/xmloff/source/forms/officeforms.hxx
@@ -69,9 +69,9 @@ namespace xmloff
~OFormsRootExport();
private:
- void addModelAttributes(SvXMLExport& _rExp);
+ static void addModelAttributes(SvXMLExport& _rExp);
- void implExportBool(
+ static void implExportBool(
SvXMLExport& _rExp,
OfficeFormsAttributes _eAttribute,
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxProps,