diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-19 21:55:26 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-20 10:39:40 +0100 |
commit | ca9897cf772ab09874f8d1e4881a0c79aa94748a (patch) | |
tree | 6af08d3ecf0b68561c914e8023412d5da27bc5b4 /include | |
parent | 18c40a087f7846a2fc16e7dc6d8bb325d28e99b0 (diff) |
Fix typos
Change-Id: I28d73221ea83d89f73460f591723c6f80594ff15
Reviewed-on: https://gerrit.libreoffice.org/46822
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/core/fragmenthandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/core/fragmenthandler.hxx b/include/oox/core/fragmenthandler.hxx index e8107a1dae82..93666aa344e8 100644 --- a/include/oox/core/fragmenthandler.hxx +++ b/include/oox/core/fragmenthandler.hxx @@ -117,7 +117,7 @@ public: // XML stream handling ---------------------------------------------------- /** Opens the fragment stream referred by the own fragment path. Derived - classes may provide specilized stream implementations. */ + classes may provide specialized stream implementations. */ virtual css::uno::Reference< css::io::XInputStream > openFragmentStream() const; |