typo fix: absoulte -> absolute
Change-Id: Ib728cb9bac3f42e17649685b4413b9335f2dc2c4
This commit is contained in:
@@ -740,7 +740,7 @@ IMPL_LINK_NOARG(DataSourceTabPage, RemoveButtonClickedHdl)
|
|||||||
fillSeriesListBox();
|
fillSeriesListBox();
|
||||||
|
|
||||||
// select previous or next series
|
// select previous or next series
|
||||||
//@improve: see methods GetModel()->GetAbsPos()/GetEntry() for absoulte list positions
|
//@improve: see methods GetModel()->GetAbsPos()/GetEntry() for absolute list positions
|
||||||
if( xNewSelSeries.is())
|
if( xNewSelSeries.is())
|
||||||
{
|
{
|
||||||
pEntry = dynamic_cast< SeriesEntry * >( m_apLB_SERIES->First());
|
pEntry = dynamic_cast< SeriesEntry * >( m_apLB_SERIES->First());
|
||||||
|
@@ -412,7 +412,7 @@
|
|||||||
NOTE: CHROME has a problem, with relative references as from content table, referencing to root directory instead of document
|
NOTE: CHROME has a problem, with relative references as from content table, referencing to root directory instead of document
|
||||||
<xsl:element name="base">
|
<xsl:element name="base">
|
||||||
<xsl:attribute name="href">-->
|
<xsl:attribute name="href">-->
|
||||||
<!-- earlier 'targetURL' was used for an absoulte reference of base provided by the Office (file URL)
|
<!-- earlier 'targetURL' was used for an absolute reference of base provided by the Office (file URL)
|
||||||
<xsl:value-of select="$targetURL" />
|
<xsl:value-of select="$targetURL" />
|
||||||
now '.' let relative links work, even if document has been moved -->
|
now '.' let relative links work, even if document has been moved -->
|
||||||
<!--<xsl:text>.</xsl:text>
|
<!--<xsl:text>.</xsl:text>
|
||||||
|
@@ -1372,7 +1372,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getCanonicalName(
|
|||||||
If pustrRelativeFileURL denotes an absolute path pustrBaseDirectoryURL will be ignored.
|
If pustrRelativeFileURL denotes an absolute path pustrBaseDirectoryURL will be ignored.
|
||||||
|
|
||||||
@param ppustrAbsoluteFileURL [out]
|
@param ppustrAbsoluteFileURL [out]
|
||||||
On success it receives the full qualified absoulte file URL.
|
On success it receives the full qualified absolute file URL.
|
||||||
|
|
||||||
@return
|
@return
|
||||||
osl_File_E_None on success<br>
|
osl_File_E_None on success<br>
|
||||||
|
@@ -145,7 +145,7 @@ public:
|
|||||||
If ustrRelativeFileURL denotes an absolute path ustrBaseDirectoryURL will be ignored.
|
If ustrRelativeFileURL denotes an absolute path ustrBaseDirectoryURL will be ignored.
|
||||||
|
|
||||||
@param ustrAbsoluteFileURL [out]
|
@param ustrAbsoluteFileURL [out]
|
||||||
On success it receives the full qualified absoulte file URL.
|
On success it receives the full qualified absolute file URL.
|
||||||
|
|
||||||
@return
|
@return
|
||||||
E_None on success
|
E_None on success
|
||||||
|
Reference in New Issue
Block a user