diff options
-rw-r--r-- | solenv/gbuild/ExternalProject.mk | 2 | ||||
-rw-r--r-- | svx/source/form/navigatortree.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/solenv/gbuild/ExternalProject.mk b/solenv/gbuild/ExternalProject.mk index 92bb7df5d3a5..e476b196301a 100644 --- a/solenv/gbuild/ExternalProject.mk +++ b/solenv/gbuild/ExternalProject.mk @@ -20,7 +20,7 @@ # tarball need to be delivered.) # # An ExternalProject always uses one UnpackedTarball with the same name. -# The dependency strucure ensures that any change on a dependency +# The dependency structure ensures that any change on a dependency # of the ExternalProject will cause the UnpackedTarball to be unpacked # again, so the ExternalProject always does a clean build and is not at # the mercy of the external's build system's dubious incremental builds. diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx index 02a1f9cf70ad..d3c8f9783470 100644 --- a/svx/source/form/navigatortree.cxx +++ b/svx/source/form/navigatortree.cxx @@ -1706,7 +1706,7 @@ namespace svxform // somewhere). In case I'd first delete the structure, then the controls, the UNDO would not work // (since UNDO then would mean to first restore the controls, then the structure, means their parent // form). The other way round, the EntryDatas would be invalid, if I'd first delete the controls and - // then go on to the strucure. This means I have to delete the forms *after* the normal controls, so + // then go on to the structure. This means I have to delete the forms *after* the normal controls, so // that during UNDO, they're restored in the proper order. pFormShell->GetImpl()->EnableTrackProperties(false); for (SvLBoxEntrySortedArray::reverse_iterator it = m_arrCurrentSelection.rbegin(); diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx index 77b0d4700981..542b2b512629 100644 --- a/vcl/source/gdi/pdfwriter_impl.hxx +++ b/vcl/source/gdi/pdfwriter_impl.hxx @@ -629,7 +629,7 @@ private: sal_Int32 m_nCurrentStructElement; /* structure parent tree */ std::vector< OString > m_aStructParentTree; - /* emit strucure marks currently (aka. NonStructElement or not) + /* emit structure marks currently (aka. NonStructElement or not) */ bool m_bEmitStructure; /* role map of struct tree root */ |