summaryrefslogtreecommitdiff
path: root/starmath/inc/edit.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-06-06 19:31:23 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-06-07 02:02:06 +0000
commit5012f694d46bd20263d2ceebc28143be1999c0fd (patch)
tree22fd8149f9cce596cf431d4c49b11fe95ae60e2a /starmath/inc/edit.hxx
parentb3f1afc28fa537e6d4ff15de457a4a9dc4af809e (diff)
starmath: Make ctors explicit
Change-Id: Ic1b7ce74f73bd41824e0af78675b4e18af32b1f5 Reviewed-on: https://gerrit.libreoffice.org/25960 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/inc/edit.hxx')
-rw-r--r--starmath/inc/edit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx
index c33dbb9ecd1c..85d429323b91 100644
--- a/starmath/inc/edit.hxx
+++ b/starmath/inc/edit.hxx
@@ -83,7 +83,7 @@ class SmEditWindow : public vcl::Window, public DropTargetHelper
void UpdateStatus(bool bSetDocModified = false);
public:
- SmEditWindow(SmCmdBoxWindow& rMyCmdBoxWin);
+ explicit SmEditWindow(SmCmdBoxWindow& rMyCmdBoxWin);
virtual ~SmEditWindow();
virtual void dispose() override;