summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basicmod.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/basicmod.hxx')
-rw-r--r--basctl/source/basicide/basicmod.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/basctl/source/basicide/basicmod.hxx b/basctl/source/basicide/basicmod.hxx
index c15d53d85738..7a0175183dcb 100644
--- a/basctl/source/basicide/basicmod.hxx
+++ b/basctl/source/basicide/basicmod.hxx
@@ -17,19 +17,17 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#pragma once
#include <sfx2/module.hxx>
namespace basctl
{
-
class Module : public SfxModule
{
public:
- Module(const OString& rResName, SfxObjectFactory *pObjFact)
- : SfxModule(rResName, {pObjFact})
+ Module(const OString& rResName, SfxObjectFactory* pObjFact)
+ : SfxModule(rResName, { pObjFact })
{
}
};