diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:21:51 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-19 01:33:36 +0100 |
commit | 695280feb90729fde1a7ecf1c409ae16f8281a46 (patch) | |
tree | 5591cb26f9546599b573ba49427b13bc5332b86f /sw/source/uibase/uno/unodefaults.hxx | |
parent | a930f12c30f31d306ba60c5344cd8308d9fa4ee1 (diff) |
tdf#123936 Formatting files in module sw with clang-format
Change-Id: I6243bc95129bf81a124d006ce0fc1aa1b5f618bb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105718
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/source/uibase/uno/unodefaults.hxx')
-rw-r--r-- | sw/source/uibase/uno/unodefaults.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/unodefaults.hxx b/sw/source/uibase/uno/unodefaults.hxx index ba218940b6d0..14b892f94d22 100644 --- a/sw/source/uibase/uno/unodefaults.hxx +++ b/sw/source/uibase/uno/unodefaults.hxx @@ -26,11 +26,12 @@ class SwDoc; class SwSvxUnoDrawPool : public SvxUnoDrawPool { SwDoc& m_rDoc; + public: SwSvxUnoDrawPool(SwDoc& rDoc); virtual ~SwSvxUnoDrawPool() throw() override; - virtual SfxItemPool* getModelPool( bool bReadOnly ) throw() override; + virtual SfxItemPool* getModelPool(bool bReadOnly) throw() override; }; #endif |