diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:25:02 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-04 10:21:01 +0000 |
commit | 0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99 (patch) | |
tree | b5cf38ba79bb7259fe3aeedf660a2ce804b66369 /svx/inc | |
parent | 462e986e0dbd533b3a15696555e08489963c9542 (diff) |
Fix typos
Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222
Reviewed-on: https://gerrit.libreoffice.org/16711
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/galtheme.hrc | 2 | ||||
-rw-r--r-- | svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/galtheme.hrc b/svx/inc/galtheme.hrc index 48aa05450ec5..ebcaed42b2e9 100644 --- a/svx/inc/galtheme.hrc +++ b/svx/inc/galtheme.hrc @@ -28,7 +28,7 @@ // These defines are used to map gallery names to translated string ressources. Since // galleries may be copied from older offices to newer, do *never* change this // IDs except adding new ones (and adapting RID_GALLERYSTR_THEME_LAST). The ID -// *is* written into the binary file *.thm (which is a galler theme combined of +// *is* written into the binary file *.thm (which is a gallery theme combined of // three files, *.thm, *.sdv and *.sdg) #define RID_GALLERYSTR_THEME_3D (RID_GALLERYSTR_THEME_START + 1) diff --git a/svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx index d01859481917..e31bac9441a8 100644 --- a/svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx +++ b/svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx @@ -55,7 +55,7 @@ namespace drawinglayer // remember last VisualizingPage for which a decomposition was made. If the new target // is not given or different, the decomposition needs to be potentially removed // for supporting e.g. page number change on MasterPage objects or the different - // field renderings in SubGeometry and MasterPage mnode + // field renderings in SubGeometry and MasterPage node com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage > mxLastVisualizingPage; // remember last PageNumber for which a decomposition was made. This is only used |