Kaydet (Commit) 2b560963 authored tarafından Luc Castermans's avatar Luc Castermans Kaydeden (comit) David Tardon

Move comment to right place

Change-Id: I9d7b5afac5851d1bab61607278bdcaee1a8c7be9
Reviewed-on: https://gerrit.libreoffice.org/8870Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 51f9d503
...@@ -69,10 +69,10 @@ namespace dbaui ...@@ -69,10 +69,10 @@ namespace dbaui
public: public:
virtual bool FillItemSet (SfxItemSet& _rCoreAttrs) SAL_OVERRIDE; 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); OCommonBehaviourTabPage(Window* pParent, sal_uInt16 nResId, const SfxItemSet& _rCoreAttrs, sal_uInt32 nControlFlags,bool _bFreeResource = true);
protected: protected:
// nControlFlags is a combination of the CBTP_xxx-constants
virtual ~OCommonBehaviourTabPage(); virtual ~OCommonBehaviourTabPage();
// must be overloaded by subclasses, but it isn't pure virtual // must be overloaded by subclasses, but it isn't pure virtual
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment