Kaydet (Commit) 5cb8ad75 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: implememted -> implemented

üst f6d5a32a
...@@ -718,7 +718,7 @@ const SwPrintData & SwDoc::getPrintData() const ...@@ -718,7 +718,7 @@ const SwPrintData & SwDoc::getPrintData() const
pThis->mpPrtData = new SwPrintData; pThis->mpPrtData = new SwPrintData;
// SwPrintData should be initialized from the configuration, // SwPrintData should be initialized from the configuration,
// the respective config item is implememted by SwPrintOptions which // the respective config item is implemented by SwPrintOptions which
// is also derived from SwPrintData // is also derived from SwPrintData
const SwDocShell *pDocSh = GetDocShell(); const SwDocShell *pDocSh = GetDocShell();
OSL_ENSURE( pDocSh, "pDocSh is 0, can't determine if this is a WebDoc or not" ); OSL_ENSURE( pDocSh, "pDocSh is 0, can't determine if this is a WebDoc or not" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment