summaryrefslogtreecommitdiff
path: root/starmath/inc/document.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/document.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/document.hxx')
-rw-r--r--starmath/inc/document.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index 03fac87f6d5d..1b519265a653 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -72,7 +72,7 @@ class SmPrinterAccess
VclPtr<Printer> pPrinter;
VclPtr<OutputDevice> pRefDev;
public:
- SmPrinterAccess( SmDocShell &rDocShell );
+ explicit SmPrinterAccess( SmDocShell &rDocShell );
~SmPrinterAccess();
Printer* GetPrinter() { return pPrinter.get(); }
OutputDevice* GetRefDev() { return pRefDev.get(); }
@@ -149,7 +149,7 @@ private:
static void InitInterface_Impl();
public:
- SmDocShell( SfxModelFlags i_nSfxCreationFlags );
+ explicit SmDocShell( SfxModelFlags i_nSfxCreationFlags );
virtual ~SmDocShell();
static void LoadSymbols();