Fix typos
Change-Id: Id6f5edca053048540b57fd9871aabd1c71f9b64f Reviewed-on: https://gerrit.libreoffice.org/62902 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
This commit is contained in:
committed by
Julien Nabet
parent
92b56816cd
commit
6751ed9e43
@@ -65,7 +65,7 @@ public:
|
|||||||
|
|
||||||
::basegfx::B2DSize getOverallSize() const { return maOverallSize; }
|
::basegfx::B2DSize getOverallSize() const { return maOverallSize; }
|
||||||
|
|
||||||
/** Init textlines with specified linewdith and TextLineInfo.
|
/** Init textlines with specified linewidth and TextLineInfo.
|
||||||
*/
|
*/
|
||||||
void init(double nLineWidth, const tools::TextLineInfo& rLineInfo);
|
void init(double nLineWidth, const tools::TextLineInfo& rLineInfo);
|
||||||
|
|
||||||
|
2
filter/source/config/cache/filterfactory.cxx
vendored
2
filter/source/config/cache/filterfactory.cxx
vendored
@@ -387,7 +387,7 @@ std::vector<OUString> FilterFactory::impl_getSortedFilterList(const QueryTokeniz
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// more complex search for all filters
|
// more complex search for all filters
|
||||||
// We check first, which office modules are installed ...
|
// We check first, which office modules are installed...
|
||||||
std::vector<OUString> lModules = impl_getListOfInstalledModules();
|
std::vector<OUString> lModules = impl_getListOfInstalledModules();
|
||||||
for (auto const& module : lModules)
|
for (auto const& module : lModules)
|
||||||
{
|
{
|
||||||
|
@@ -777,7 +777,7 @@ cmd/sc_grafattrcrop.png cmd/sc_crop.png
|
|||||||
# Group
|
# Group
|
||||||
cmd/sc_formatgroup.png cmd/sc_group.png
|
cmd/sc_formatgroup.png cmd/sc_group.png
|
||||||
|
|
||||||
# Extrusion Rotat
|
# Extrusion Rotate
|
||||||
cmd/lc_rulerrowsvertical.png cmd/lc_extrusiontiltright.png
|
cmd/lc_rulerrowsvertical.png cmd/lc_extrusiontiltright.png
|
||||||
cmd/lc_rulerrows.png cmd/lc_extrusiontiltleft.png
|
cmd/lc_rulerrows.png cmd/lc_extrusiontiltleft.png
|
||||||
cmd/sc_rulerrowsvertical.png cmd/sc_extrusiontiltright.png
|
cmd/sc_rulerrowsvertical.png cmd/sc_extrusiontiltright.png
|
||||||
|
@@ -766,7 +766,7 @@ cmd/sc_grafattrcrop.png cmd/sc_crop.png
|
|||||||
# Group
|
# Group
|
||||||
cmd/sc_formatgroup.png cmd/sc_group.png
|
cmd/sc_formatgroup.png cmd/sc_group.png
|
||||||
|
|
||||||
# Extrusion Rotat
|
# Extrusion Rotate
|
||||||
cmd/lc_rulerrowsvertical.png cmd/lc_extrusiontiltright.png
|
cmd/lc_rulerrowsvertical.png cmd/lc_extrusiontiltright.png
|
||||||
cmd/lc_rulerrows.png cmd/lc_extrusiontiltleft.png
|
cmd/lc_rulerrows.png cmd/lc_extrusiontiltleft.png
|
||||||
cmd/sc_rulerrowsvertical.png cmd/sc_extrusiontiltright.png
|
cmd/sc_rulerrowsvertical.png cmd/sc_extrusiontiltright.png
|
||||||
|
@@ -919,7 +919,7 @@ public:
|
|||||||
void setSuitableOutlinerBg(Outliner& rOutliner) const;
|
void setSuitableOutlinerBg(Outliner& rOutliner) const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
tools::Rectangle aOutRect; // surrounding rectangle for Paint (incl. LineWdt, ...)
|
tools::Rectangle aOutRect; // surrounding rectangle for Paint (incl. LineWidth, ...)
|
||||||
Point aAnchor; // anchor position (Writer)
|
Point aAnchor; // anchor position (Writer)
|
||||||
SdrObjUserCall* pUserCall;
|
SdrObjUserCall* pUserCall;
|
||||||
std::unique_ptr<SdrObjPlusData>
|
std::unique_ptr<SdrObjPlusData>
|
||||||
|
@@ -1023,7 +1023,7 @@ SwFrame *SwSectionNode::MakeFrame( SwFrame *pSib )
|
|||||||
// The created ContentFrames are attached to the corresponding Layout
|
// The created ContentFrames are attached to the corresponding Layout
|
||||||
void SwSectionNode::MakeFramesForAdjacentContentNode(const SwNodeIndex & rIdx)
|
void SwSectionNode::MakeFramesForAdjacentContentNode(const SwNodeIndex & rIdx)
|
||||||
{
|
{
|
||||||
// Take my succsessive or preceding ContentFrame
|
// Take my successive or preceding ContentFrame
|
||||||
SwNodes& rNds = GetNodes();
|
SwNodes& rNds = GetNodes();
|
||||||
if( rNds.IsDocNodes() && rNds.GetDoc()->getIDocumentLayoutAccess().GetCurrentViewShell() )
|
if( rNds.IsDocNodes() && rNds.GetDoc()->getIDocumentLayoutAccess().GetCurrentViewShell() )
|
||||||
{
|
{
|
||||||
|
@@ -734,7 +734,7 @@ bool SwTextFrame::RightMargin(SwPaM *pPam, bool bAPI) const
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// The following two methods try to put the Cursor into the next/succsessive
|
// The following two methods try to put the Cursor into the next/successive
|
||||||
// line. If we do not have a preceding/successive line we forward the call
|
// line. If we do not have a preceding/successive line we forward the call
|
||||||
// to the base class.
|
// to the base class.
|
||||||
// The Cursor's horizontal justification is done afterwards by the CursorShell.
|
// The Cursor's horizontal justification is done afterwards by the CursorShell.
|
||||||
|
Reference in New Issue
Block a user