dbaccess/source/ui/dlg/detailpages.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2b5609634089de64768a97bdfd4bb120694ab49c Author: Luc Castermans <[email protected]> Date: Sat Apr 5 13:37:36 2014 +0200 Move comment to right place Change-Id: I9d7b5afac5851d1bab61607278bdcaee1a8c7be9 Reviewed-on: https://gerrit.libreoffice.org/8870 Tested-by: David Tardon <[email protected]> Reviewed-by: David Tardon <[email protected]> diff --git a/dbaccess/source/ui/dlg/detailpages.hxx b/dbaccess/source/ui/dlg/detailpages.hxx index 0e63237..d0bf013 100644 --- a/dbaccess/source/ui/dlg/detailpages.hxx +++ b/dbaccess/source/ui/dlg/detailpages.hxx @@ -69,10 +69,10 @@ namespace dbaui public: virtual bool FillItemSet (SfxItemSet& _rCoreAttrs) SAL_OVERRIDE; + // nControlFlags is a combination of the CBTP_xxx-constants OCommonBehaviourTabPage(Window* pParent, sal_uInt16 nResId, const SfxItemSet& _rCoreAttrs, sal_uInt32 nControlFlags,bool _bFreeResource = true); protected: - // nControlFlags is a combination of the CBTP_xxx-constants virtual ~OCommonBehaviourTabPage(); // must be overloaded by subclasses, but it isn't pure virtual _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
