summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/view/outlnvsh.cxx2
-rw-r--r--sd/source/ui/view/outlview.cxx4
-rw-r--r--sd/source/ui/view/sdview4.cxx2
-rw-r--r--sd/source/ui/view/sdwindow.cxx2
-rw-r--r--sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui2
-rw-r--r--sdext/source/pdfimport/inc/genericelements.hxx2
-rw-r--r--sdext/source/pdfimport/tree/drawtreevisiting.cxx2
-rw-r--r--sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx2
-rw-r--r--sdext/source/presenter/PresenterViewFactory.cxx2
-rw-r--r--sfx2/source/doc/printhelper.cxx2
10 files changed, 11 insertions, 11 deletions
diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx
index 279872ba9382..235890e7870e 100644
--- a/sd/source/ui/view/outlnvsh.cxx
+++ b/sd/source/ui/view/outlnvsh.cxx
@@ -964,7 +964,7 @@ void OutlineViewShell::GetMenuState( SfxItemSet &rSet )
}
else
{
- // check if the object is in edit, than its temporarely not empty
+ // check if the object is in edit, then if it's temporarily not empty
SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >( pObj );
if( pTextObj )
{
diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx
index b05d86d1dbd2..a99e7ebec393 100644
--- a/sd/source/ui/view/outlview.cxx
+++ b/sd/source/ui/view/outlview.cxx
@@ -1189,14 +1189,14 @@ SdPage* OutlineView::GetPageForParagraph( Paragraph* pPara )
Paragraph* OutlineView::GetParagraphForPage( ::Outliner const & rOutl, SdPage const * pPage )
{
// get the number of paragraphs with ident 0 we need to skip before
- // we finde the actual page
+ // we find the actual page
sal_uInt32 nPagesToSkip = (pPage->GetPageNum() - 1) >> 1;
sal_Int32 nParaPos = 0;
Paragraph* pPara = rOutl.GetParagraph( 0 );
while( pPara )
{
- // if this paragraph is a page ...
+ // if this paragraph is a page...
if( ::Outliner::HasParaFlag(pPara,ParaFlag::ISPAGE) )
{
// see if we already skipped enough pages
diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx
index 030468fd8271..3c5f8cd6760b 100644
--- a/sd/source/ui/view/sdview4.cxx
+++ b/sd/source/ui/view/sdview4.cxx
@@ -83,7 +83,7 @@ SdrGrafObj* View::InsertGraphic( const Graphic& rGraphic, sal_Int8& rAction,
SdrEndTextEdit();
mnAction = rAction;
- // Is there a object at the position rPos?
+ // Is there an object at the position rPos?
SdrGrafObj* pNewGrafObj = nullptr;
SdrPageView* pPV = GetSdrPageView();
SdrObject* pPickObj = pObj;
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx
index fa355dfea869..236a6e4b6d7d 100644
--- a/sd/source/ui/view/sdwindow.cxx
+++ b/sd/source/ui/view/sdwindow.cxx
@@ -81,7 +81,7 @@ Window::Window(vcl::Window* pParent)
aMap.SetMapUnit(MapUnit::Map100thMM);
SetMapMode(aMap);
- // whit it, the vcl::WindowColor is used in the slide mode
+ // with it, the vcl::WindowColor is used in the slide mode
SetBackground( Wallpaper( GetSettings().GetStyleSettings().GetWindowColor() ) );
// adjust contrast mode initially
diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui
index 49d21f886c00..2210b4e86b20 100644
--- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui
@@ -4355,7 +4355,7 @@
</packing>
</child>
<style>
- <class name="prioritiy-4"/>
+ <class name="priority-4"/>
</style>
</object>
<packing>
diff --git a/sdext/source/pdfimport/inc/genericelements.hxx b/sdext/source/pdfimport/inc/genericelements.hxx
index 4c75053d97d7..ff8f4a368285 100644
--- a/sdext/source/pdfimport/inc/genericelements.hxx
+++ b/sdext/source/pdfimport/inc/genericelements.hxx
@@ -94,7 +94,7 @@ namespace pdfi
void updateGeometryWith( const Element* pMergeFrom );
#if OSL_DEBUG_LEVEL > 0
- // xxx refac TODO: move code to visitor
+ // xxx refact TODO: move code to visitor
virtual void emitStructure( int nLevel );
#endif
/** el must be a valid dereferenceable iterator of el->Parent->Children
diff --git a/sdext/source/pdfimport/tree/drawtreevisiting.cxx b/sdext/source/pdfimport/tree/drawtreevisiting.cxx
index 9a348e76ca9f..07e615f693b1 100644
--- a/sdext/source/pdfimport/tree/drawtreevisiting.cxx
+++ b/sdext/source/pdfimport/tree/drawtreevisiting.cxx
@@ -317,7 +317,7 @@ void DrawXmlEmitter::visit( PolyPolyElement& elem, const std::list< std::unique_
PropertyMap aProps;
// PDFIProcessor transforms geometrical objects, not images and text
// so we need to tell fillFrameProps here that the transformation for
- // a PolyPolyElement was already applied (aside form translation)
+ // a PolyPolyElement was already applied (aside from translation)
fillFrameProps( elem, aProps, m_rEmitContext, true );
OUStringBuffer aBuf( 64 );
aBuf.append( "0 0 " );
diff --git a/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
index 5b1e13c909c2..42178b650cdd 100644
--- a/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
+++ b/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
@@ -74,7 +74,7 @@ int main(int argc, char **argv)
globalParams->setupBaseFonts(nullptr);
#endif
- // try to read a possible open password form stdin
+ // try to read a possible open password from stdin
char aPwBuf[129];
aPwBuf[128] = 0;
if( ! fgets( aPwBuf, sizeof(aPwBuf)-1, stdin ) )
diff --git a/sdext/source/presenter/PresenterViewFactory.cxx b/sdext/source/presenter/PresenterViewFactory.cxx
index 20afc1c0eb68..c5f07f75b88e 100644
--- a/sdext/source/presenter/PresenterViewFactory.cxx
+++ b/sdext/source/presenter/PresenterViewFactory.cxx
@@ -257,7 +257,7 @@ void SAL_CALL PresenterViewFactory::releaseResource (const Reference<XResource>&
}
else
{
- // Put cachable views in the cache.
+ // Put cacheable views in the cache.
Reference<XResourceId> xViewId (rxView->getResourceId());
if (xViewId.is())
{
diff --git a/sfx2/source/doc/printhelper.cxx b/sfx2/source/doc/printhelper.cxx
index bd26b76d46c3..928196f5fbce 100644
--- a/sfx2/source/doc/printhelper.cxx
+++ b/sfx2/source/doc/printhelper.cxx
@@ -661,7 +661,7 @@ void SAL_CALL SfxPrintHelper::print(const uno::Sequence< beans::PropertyValue >&
}
else
{
- // it's an ucb target. So we must use a temp. file for vcl
+ // it's a ucb target. So we must use a temp. file for vcl
// and move it after printing by using the ucb.
// Create a temp file on the heap (because it must delete the
// real file on disk automatically if it die - bt we have to share it with