bean/com/sun/star/comp/beans/OOoBean.java             |    2 +-
 qadevOOo/tests/java/ifc/document/_XTypeDetection.java |    2 +-
 sc/source/ui/unoobj/cellsuno.cxx                      |   10 +++++-----
 writerfilter/source/filter/WriterFilter.cxx           |    2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 4d21d4ceee0b43418a36fdb832c40265c0c3a562
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sun Aug 20 11:57:33 2017 +0200

    Typo about "document"
    
    Change-Id: Id12718b5b80b08f18fa9a0370c1991d94b2892ec
    Reviewed-on: https://gerrit.libreoffice.org/41353
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/bean/com/sun/star/comp/beans/OOoBean.java 
b/bean/com/sun/star/comp/beans/OOoBean.java
index 1f98e228c358..84e6a4f177f2 100644
--- a/bean/com/sun/star/comp/beans/OOoBean.java
+++ b/bean/com/sun/star/comp/beans/OOoBean.java
@@ -629,7 +629,7 @@ public class OOoBean
                             if ( aFrame != null && xOldController != null )
                                 if (!xOldController.suspend(true))
                                     throw new 
com.sun.star.util.CloseVetoException(
-                                            "Dokument is still being used and 
cannot be closed.", this);
+                                            "Document is still being used and 
cannot be closed.", this);
 
                         }
                         catch (java.lang.IllegalStateException exp)
diff --git a/qadevOOo/tests/java/ifc/document/_XTypeDetection.java 
b/qadevOOo/tests/java/ifc/document/_XTypeDetection.java
index 9550e3b076d2..8aa1f5cdb52c 100644
--- a/qadevOOo/tests/java/ifc/document/_XTypeDetection.java
+++ b/qadevOOo/tests/java/ifc/document/_XTypeDetection.java
@@ -99,7 +99,7 @@ public class _XTypeDetection extends MultiMethodTest {
         result &= ok;
         log.println("deep detection should detect a calc and has detected '"+ 
type +"': " + ok);
 
-        log.println("test dokument with bookmark: " + bookmarkURL);
+        log.println("test document with bookmark: " + bookmarkURL);
         mediaDescr = new PropertyValue[1][1];
         mediaDescr[0][0] = new PropertyValue();
         mediaDescr[0][0].Name = "URL";
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index a764af6f594a..58ea904aa859 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -6801,7 +6801,7 @@ uno::Reference<table::XTableCharts> SAL_CALL 
ScTableSheetObj::getCharts()
     if ( pDocSh )
         return new ScChartsObj( pDocSh, GetTab_Impl() );
 
-    OSL_FAIL("no Dokument");
+    OSL_FAIL("no document");
     return nullptr;
 }
 
@@ -6812,7 +6812,7 @@ uno::Reference<table::XTablePivotCharts> SAL_CALL 
ScTableSheetObj::getPivotChart
     if (pDocSh)
         return new sc::TablePivotCharts(pDocSh, GetTab_Impl());
 
-    OSL_FAIL("no Document");
+    OSL_FAIL("no document");
     return nullptr;
 }
 
@@ -6823,7 +6823,7 @@ uno::Reference<sheet::XDataPilotTables> SAL_CALL 
ScTableSheetObj::getDataPilotTa
     if ( pDocSh )
         return new ScDataPilotTablesObj( pDocSh, GetTab_Impl() );
 
-    OSL_FAIL("no Dokument");
+    OSL_FAIL("no document");
     return nullptr;
 }
 
@@ -6835,7 +6835,7 @@ uno::Reference<sheet::XScenarios> SAL_CALL 
ScTableSheetObj::getScenarios()
     if ( pDocSh )
         return new ScScenariosObj( pDocSh, GetTab_Impl() );
 
-    OSL_FAIL("no Dokument");
+    OSL_FAIL("no document");
     return nullptr;
 }
 
@@ -6847,7 +6847,7 @@ uno::Reference<sheet::XSheetAnnotations> SAL_CALL 
ScTableSheetObj::getAnnotation
     if ( pDocSh )
         return new ScAnnotationsObj( pDocSh, GetTab_Impl() );
 
-    OSL_FAIL("no Dokument");
+    OSL_FAIL("no document");
     return nullptr;
 }
 
diff --git a/writerfilter/source/filter/WriterFilter.cxx 
b/writerfilter/source/filter/WriterFilter.cxx
index 2f49a4743cd2..11cd6e1207d6 100644
--- a/writerfilter/source/filter/WriterFilter.cxx
+++ b/writerfilter/source/filter/WriterFilter.cxx
@@ -227,7 +227,7 @@ sal_Bool WriterFilter::filter(const uno::Sequence< 
beans::PropertyValue >& aDesc
         aGrabBagProperties["OOXCustomXml"] <<= 
pDocument->getCustomXmlDomList();
         aGrabBagProperties["OOXCustomXmlProps"] <<= 
pDocument->getCustomXmlDomPropsList();
 
-        // Adding the saved Glossary Documnet DOM to the document's grab bag
+        // Adding the saved Glossary Document DOM to the document's grab bag
         aGrabBagProperties["OOXGlossary"] <<= pDocument->getGlossaryDocDom();
         aGrabBagProperties["OOXGlossaryDom"] <<= 
pDocument->getGlossaryDomList();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to