diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-15 19:44:53 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:14:55 +0000 |
commit | f378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 (patch) | |
tree | 245e49f0afad73f582d42a89bdbdcb9717651fdd /drawinglayer | |
parent | ca9de688c2c263c51dca1cbbf2892e3b419f921e (diff) |
Fix typos
Change-Id: I528752dfabeb31d14c350f79819b521537ab9b56
Reviewed-on: https://gerrit.libreoffice.org/16300
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/primitive2d/metafileprimitive2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx index 9ff216a307cf..25854db1f9c4 100644 --- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx @@ -389,7 +389,7 @@ namespace namespace { /** Helper class to buffer and hold a Primive target vector. It - encapsulates the new/delete functionality and aloows to work + encapsulates the new/delete functionality and allows to work on pointers of the implementation classes. All data will be converted to uno sequences of uno references when accessing the data. |