diff options
author | Luc Castermans <luc.castermans@gmail.com> | 2014-04-05 13:37:36 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-04-05 06:49:56 -0500 |
commit | 2b5609634089de64768a97bdfd4bb120694ab49c (patch) | |
tree | 311d635e1290052678059684d909057fd107a663 /dbaccess | |
parent | 51f9d5032cb09ddab29a93a55f19446c0e4cce58 (diff) |
Move comment to right place
Change-Id: I9d7b5afac5851d1bab61607278bdcaee1a8c7be9
Reviewed-on: https://gerrit.libreoffice.org/8870
Tested-by: David Tardon <dtardon@redhat.com>
Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/detailpages.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/detailpages.hxx b/dbaccess/source/ui/dlg/detailpages.hxx index 0e632374199e..d0bf013f9dfb 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 |