diff options
Diffstat (limited to 'dbaccess/source/ui/dlg/ConnectionPageSetup.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/ConnectionPageSetup.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx b/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx index a7b707fa52f5..13d6dbf14c1d 100644 --- a/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx +++ b/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx @@ -69,7 +69,7 @@ namespace dbaui protected: OConnectionTabPageSetup(Window* pParent, sal_uInt16 _rId, const SfxItemSet& _rCoreAttrs, sal_uInt16 _nHelpTextResId, sal_uInt16 _nHeaderResId, sal_uInt16 _nUrlResId); virtual bool checkTestConnection() SAL_OVERRIDE; - // nControlFlags ist eine Kombination der CBTP_xxx-Konstanten + // nControlFlags is a combination of the CBTP_xxx-constants virtual ~OConnectionTabPageSetup(); }; |