summaryrefslogtreecommitdiff
path: root/sw/inc/swdbdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swdbdata.hxx')
-rw-r--r--sw/inc/swdbdata.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/swdbdata.hxx b/sw/inc/swdbdata.hxx
index 2547e3dc255d..6d91e2b85558 100644
--- a/sw/inc/swdbdata.hxx
+++ b/sw/inc/swdbdata.hxx
@@ -30,6 +30,7 @@ struct SwDBData
sal_Int32 nCommandType; //com::sun::star::sdb::CommandType
SwDBData() :
nCommandType(0){}
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
bool operator !=(const SwDBData& rCmp) const
{return rCmp.sDataSource != sDataSource || rCmp.sCommand != sCommand || rCmp.nCommandType != nCommandType;}