[Libreoffice-commits] core.git: dbaccess/source

Luc Castermans luc.castermans at gmail.com
Sat Apr 5 04:50:23 PDT 2014


 dbaccess/source/ui/dlg/detailpages.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2b5609634089de64768a97bdfd4bb120694ab49c
Author: Luc Castermans <luc.castermans at gmail.com>
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 <dtardon at redhat.com>
    Reviewed-by: David Tardon <dtardon at redhat.com>

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


More information about the Libreoffice-commits mailing list