Fix typos
Change-Id: I981cfdf97d132afdd4d3729ec76b6a3f4c62909a Reviewed-on: https://gerrit.libreoffice.org/52210 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
00685f1457
commit
40cb28a7d5
@@ -248,7 +248,7 @@ bool ORelationTableConnectionData::Update()
|
||||
return false;
|
||||
}
|
||||
|
||||
// reassign the keys because the orientaion could be changed
|
||||
// reassign the keys because the orientation could be changed
|
||||
Reference<XPropertySet> xTableProp(getReferencingTable()->getTable());
|
||||
Reference< XIndexAccess> xKeys ( getReferencingTable()->getKeys());
|
||||
|
||||
|
@@ -654,7 +654,7 @@ sub run {
|
||||
# 1. Looking for all destination paths in the files array
|
||||
# 2. Looking for directories with CREATE flag in the directory array
|
||||
# Advantage: Many paths are hidden in zip files, they are not defined in the setup script.
|
||||
# It will be possible, that in the setup script only those directoies have to be defined,
|
||||
# It will be possible, that in the setup script only those directories have to be defined,
|
||||
# that have a CREATE flag. All other directories are created, if they contain at least one file.
|
||||
|
||||
my ($directoriesforepmarrayref, $alldirectoryhash) = installer::scriptitems::collect_directories_from_filesarray($filesinproductlanguageresolvedarrayref, $unixlinksinproductlanguageresolvedarrayref);
|
||||
|
@@ -107,7 +107,7 @@ namespace sdr
|
||||
}
|
||||
}
|
||||
|
||||
// For group proerties, do not call parent since groups do
|
||||
// For group properties, do not call parent since groups do
|
||||
// not have local ItemSets.
|
||||
return *mpItemSet;
|
||||
}
|
||||
|
@@ -1792,7 +1792,7 @@ bToggelPos(false)
|
||||
eSurround = css::text::WrapTextMode_PARALLEL;
|
||||
|
||||
/*
|
||||
#95905#, #83307# seems to have gone away now, so reenable parallel
|
||||
#95905#, #83307# seems to have gone away now, so re-enable parallel
|
||||
wrapping support for frames in headers/footers. I don't know if we truly
|
||||
have an explicitly specified behaviour for these circumstances.
|
||||
*/
|
||||
@@ -2242,7 +2242,7 @@ SwTwips SwWW8ImplReader::MoveOutsideFly(SwFrameFormat *pFlyFormat,
|
||||
aSize.SetHeight(MINLAY);
|
||||
pFlyFormat->SetFormatAttr(aSize);
|
||||
SwFormatHoriOrient aHori = pTableFormat->GetHoriOrient();
|
||||
// passing the table orientaion of
|
||||
// passing the table orientation of
|
||||
// LEFT_AND_WIDTH to the frame seems to
|
||||
// work better than FULL, especially if the
|
||||
// table width exceeds the page width, however
|
||||
|
@@ -27,7 +27,7 @@
|
||||
module com { module sun { module star { module util {
|
||||
|
||||
|
||||
/** Expands macro in expressions, i.e. substitudes macro names.
|
||||
/** Expands macro in expressions, i.e. substitutes macro names.
|
||||
|
||||
@since OOo 1.1.2
|
||||
*/
|
||||
|
@@ -75,7 +75,7 @@ class OfficeConnection(object):
|
||||
except KeyError:
|
||||
self.verbose = False
|
||||
try:
|
||||
prog = self.args["programm"]
|
||||
prog = self.args["program"]
|
||||
except KeyError:
|
||||
prog = os.getenv("SOFFICE_BIN")
|
||||
if not (prog):
|
||||
|
@@ -1160,7 +1160,7 @@ uno::Reference<text::XTextContent> GraphicImport::createGraphicObject(uno::Refer
|
||||
for(PropertyIds const & rBorderProp : aBorderProps)
|
||||
xGraphicObjectProperties->setPropertyValue(getPropertyName(rBorderProp), uno::makeAny(aBorderLine));
|
||||
|
||||
// setting graphic object shadow proerties
|
||||
// setting graphic object shadow properties
|
||||
if (m_pImpl->bShadow)
|
||||
{
|
||||
// Shadow width is approximated by average of X and Y
|
||||
|
Reference in New Issue
Block a user