diff options
author | Thomas Lange <tl@openoffice.org> | 2009-08-04 12:13:41 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2009-08-04 12:13:41 +0000 |
commit | c195e304f8df070971e77038a17ea3e09f1fbd36 (patch) | |
tree | 3f949875e71ef7d851877ab5feaac36f04e836cc /sw/inc/dbfld.hxx | |
parent | 89b70cad0e882861714d7a158c21a1fceca921a1 (diff) |
#i101242# new print UI
Diffstat (limited to 'sw/inc/dbfld.hxx')
-rw-r--r-- | sw/inc/dbfld.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/dbfld.hxx b/sw/inc/dbfld.hxx index 9b61f001ed12..9adb2eb688a5 100644 --- a/sw/inc/dbfld.hxx +++ b/sw/inc/dbfld.hxx @@ -52,6 +52,7 @@ class SW_DLLPUBLIC SwDBFieldType : public SwValueFieldType public: SwDBFieldType(SwDoc* pDocPtr, const String& rColumnName, const SwDBData& rDBData); + ~SwDBFieldType(); virtual const String& GetName() const; virtual SwFieldType* Copy() const; |