Kaydet (Commit) 713c80b4 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: If13c1408a3e597c6f9b21d209722ef6bc87c0c94
Reviewed-on: https://gerrit.libreoffice.org/41270Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 79611a44
...@@ -229,7 +229,7 @@ void CuiAboutConfigTabPage::Reset() ...@@ -229,7 +229,7 @@ void CuiAboutConfigTabPage::Reset()
m_pPrefBox->SetUpdateMode(false); m_pPrefBox->SetUpdateMode(false);
Reference< XNameAccess > xConfigAccess = getConfigAccess( "/", false ); Reference< XNameAccess > xConfigAccess = getConfigAccess( "/", false );
//Load all XNameAcces to m_prefBoxEntries //Load all XNameAccess to m_prefBoxEntries
FillItems( xConfigAccess, nullptr, 0, true ); FillItems( xConfigAccess, nullptr, 0, true );
//Load xConfigAccess' children to m_prefBox //Load xConfigAccess' children to m_prefBox
FillItems( xConfigAccess ); FillItems( xConfigAccess );
......
...@@ -125,7 +125,7 @@ void Desktop::constructorInit() ...@@ -125,7 +125,7 @@ void Desktop::constructorInit()
// Safe impossible cases // Safe impossible cases
// We can't work without this helper! // We can't work without this helper!
SAL_WARN_IF( !m_xFramesHelper.is(), "fwk.desktop", "Desktop::Desktop(): Frames helper is not valid. XFrames, XIndexAccess and XElementAcces are not supported!"); SAL_WARN_IF( !m_xFramesHelper.is(), "fwk.desktop", "Desktop::Desktop(): Frames helper is not valid. XFrames, XIndexAccess and XElementAccess are not supported!");
SAL_WARN_IF( !m_xDispatchHelper.is(), "fwk.desktop", "Desktop::Desktop(): Dispatch helper is not valid. XDispatch will not work correctly!" ); SAL_WARN_IF( !m_xDispatchHelper.is(), "fwk.desktop", "Desktop::Desktop(): Dispatch helper is not valid. XDispatch will not work correctly!" );
// Enable object for real working! // Enable object for real working!
......
...@@ -514,7 +514,7 @@ void Frame::initListeners() ...@@ -514,7 +514,7 @@ void Frame::initListeners()
SAL_WARN_IF( !m_xDispatchHelper.is(), "fwk.frame", "Frame::Frame(): Interception helper is not valid. XDispatchProvider, " SAL_WARN_IF( !m_xDispatchHelper.is(), "fwk.frame", "Frame::Frame(): Interception helper is not valid. XDispatchProvider, "
"XDispatch, XDispatchProviderInterception are not full supported!" ); "XDispatch, XDispatchProviderInterception are not full supported!" );
SAL_WARN_IF( !m_xFramesHelper.is(), "fwk.frame", "Frame::Frame(): Frames helper is not valid. XFrames, " SAL_WARN_IF( !m_xFramesHelper.is(), "fwk.frame", "Frame::Frame(): Frames helper is not valid. XFrames, "
"XIndexAccess and XElementAcces are not supported!" ); "XIndexAccess and XElementAccess are not supported!" );
SAL_WARN_IF( !m_xDropTargetListener.is(), "fwk.frame", "Frame::Frame(): DropTarget helper is not valid. " SAL_WARN_IF( !m_xDropTargetListener.is(), "fwk.frame", "Frame::Frame(): DropTarget helper is not valid. "
"Drag and drop without functionality!" ); "Drag and drop without functionality!" );
......
...@@ -499,7 +499,7 @@ void PresenterHelpView::ThrowIfDisposed() ...@@ -499,7 +499,7 @@ void PresenterHelpView::ThrowIfDisposed()
} }
} }
//===== LineDescritor ========================================================= //===== LineDescriptor =========================================================
namespace { namespace {
......
...@@ -1476,7 +1476,7 @@ bool X11SalGraphicsImpl::drawPolyPolygon( const basegfx::B2DPolyPolygon& rOrigPo ...@@ -1476,7 +1476,7 @@ bool X11SalGraphicsImpl::drawPolyPolygon( const basegfx::B2DPolyPolygon& rOrigPo
if( !aPolyPoly.count() ) if( !aPolyPoly.count() )
return true; return true;
// tesselate the polypolygon into trapezoids // tessellate the polypolygon into trapezoids
basegfx::B2DTrapezoidVector aB2DTrapVector; basegfx::B2DTrapezoidVector aB2DTrapVector;
basegfx::tools::trapezoidSubdivide( aB2DTrapVector, aPolyPoly ); basegfx::tools::trapezoidSubdivide( aB2DTrapVector, aPolyPoly );
const int nTrapCount = aB2DTrapVector.size(); const int nTrapCount = aB2DTrapVector.size();
......
...@@ -198,7 +198,7 @@ void OOXMLDocumentImpl::importSubStreamRelations(const OOXMLStream::Pointer_t& p ...@@ -198,7 +198,7 @@ void OOXMLDocumentImpl::importSubStreamRelations(const OOXMLStream::Pointer_t& p
if (xcpInputStream.is()) if (xcpInputStream.is())
{ {
// imporing itemprops files for item.xml from customXml. // importing itemprops files for item.xml from customXml.
if(OOXMLStream::CUSTOMXMLPROPS == nType) if(OOXMLStream::CUSTOMXMLPROPS == nType)
{ {
try try
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment