summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/general.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-26 13:11:07 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-04-09 21:35:30 +0100
commit1139e549240e2a02962360aadca227753d73a78c (patch)
tree8ae4b59ca081f893400abc2960f0556517db2c21 /extensions/source/bibliography/general.hxx
parentb53f7ee341765a7b052b98a58678df25c299c58a (diff)
vcl: VclPtr conversion in extensions
Change-Id: Ie10e8fcb2bf413606063d4f1caab17bea1bb4d95
Diffstat (limited to 'extensions/source/bibliography/general.hxx')
-rw-r--r--extensions/source/bibliography/general.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/source/bibliography/general.hxx b/extensions/source/bibliography/general.hxx
index 9e96c3343f7b..106f7f3416b2 100644
--- a/extensions/source/bibliography/general.hxx
+++ b/extensions/source/bibliography/general.hxx
@@ -131,6 +131,7 @@ protected:
public:
BibGeneralPage(vcl::Window* pParent, BibDataManager* pDatMan);
virtual ~BibGeneralPage();
+ virtual void dispose() SAL_OVERRIDE;
inline const OUString& GetErrorString() const;