diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-29 19:03:48 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-29 20:11:35 +0200 |
commit | 3c28c44a7acc42e89b4012557ca7e51a870043c8 (patch) | |
tree | e833fd4e07fc5e5a3d4984ea904a0a32236c076f /sc | |
parent | a8de08e198bb02fd6bfc683efd6816edc9e5d59c (diff) |
Fix typos
Change-Id: I246d2f1681a7d833fc5f201bfdbacbe4fc3ae084
Reviewed-on: https://gerrit.libreoffice.org/58286
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/fapihelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/fapihelper.hxx b/sc/source/filter/inc/fapihelper.hxx index c4d14a5b9aa2..f94fe6d525cc 100644 --- a/sc/source/filter/inc/fapihelper.hxx +++ b/sc/source/filter/inc/fapihelper.hxx @@ -112,7 +112,7 @@ public: explicit ScfPropertySet( const css::uno::Reference< InterfaceType >& xInterface ) { Set( xInterface ); } ~ScfPropertySet(); - //TOOD: + //TODO: ScfPropertySet(ScfPropertySet const &) = default; ScfPropertySet(ScfPropertySet &&) = default; ScfPropertySet & operator =(ScfPropertySet const &) = default; |