Skip to content

Commit

Permalink
spellfix
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24524 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Henning Kiel committed Feb 11, 2015
1 parent a375b7d commit 68ccca1
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookGUI/cellapplication.cpp
Expand Up @@ -364,7 +364,7 @@ namespace IAEX
/*!
* \author Ingemar Axelsson
*
* \breif returns a vector with all content of the pasteboard.
* \brief returns a vector with all content of the pasteboard.
*/
vector<Cell*> CellApplication::pasteboard()
{
Expand Down
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookGUI/cellfactory.h
Expand Up @@ -52,7 +52,7 @@
namespace IAEX
{
/*!
* \breif Interface for all cellfactories.
* \brief Interface for all cellfactories.
*/
class CellFactory : public Factory
{
Expand Down
12 changes: 6 additions & 6 deletions OMNotebook/OMNotebookGUI/graphcell.cpp
Expand Up @@ -1112,7 +1112,7 @@ namespace IAEX {
* \date 2005-11-01
* \date 2006-03-02 (update)
*
* \breif Set readonly value on the texteditor
* \brief Set readonly value on the texteditor
*
* \param readonly The boolean value of readonly property
*
Expand Down Expand Up @@ -1150,7 +1150,7 @@ namespace IAEX {
* \author Anders Fernström
* \date 2006-01-16
*
* \breif Set evaluated value on the texteditor
* \brief Set evaluated value on the texteditor
*
* \param evaluated The boolean value of evaluated property
*/
Expand All @@ -1163,7 +1163,7 @@ namespace IAEX {
* \author Ingemar Axelsson (and Anders Fernström)
* \date 2005-11-01 (update)
*
* \breif Set if the output part of the cell shoud be
* \brief Set if the output part of the cell shoud be
* closed(hidden) or not.
*
* 2005-11-01 AF, Made some small changes to how the function
Expand Down Expand Up @@ -1226,7 +1226,7 @@ namespace IAEX {
* \author Anders Fernström and Ingemar Axelsson
* \date 2006-04-10 (update)
*
* \breif Recalculates height.
* \brief Recalculates height.
*
* 2005-10-31 AF, Large part of this function was changes due to
* porting to QT4 (changes from Q3TextBrowser to QTextBrowser).
Expand Down Expand Up @@ -1681,7 +1681,7 @@ namespace IAEX {
* \date 2005-12-29
* \date 2006-01-16 (update)
*
* \breif adds the input text editor to the highlighter thread
* \brief adds the input text editor to the highlighter thread
* when text have changed.
*
* 2006-01-16 AF, don't add text editor if MyTextEdit2 says NO
Expand Down Expand Up @@ -1709,7 +1709,7 @@ namespace IAEX {
* \author Anders Fernström
* \date 2006-01-17
*
* \breif set the correct style if the charFormat is changed and the
* \brief set the correct style if the charFormat is changed and the
* cell is empty. This is done because otherwise the style is lost if
* all text is removed inside a cell.
*/
Expand Down
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookGUI/imagesizedlg.h
Expand Up @@ -51,7 +51,7 @@ namespace IAEX
* \author Anders Fernström
* \date 2005-11-20
*
* \breif Class of opening a dialog window for selecting image size...
* \brief Class of opening a dialog window for selecting image size...
*/
class ImageSizeDlg : public QDialog
{
Expand Down
12 changes: 6 additions & 6 deletions OMNotebook/OMNotebookGUI/inputcell.cpp
Expand Up @@ -906,7 +906,7 @@ namespace IAEX
* \date 2005-11-01
* \date 2006-03-02 (update)
*
* \breif Set readonly value on the texteditor
* \brief Set readonly value on the texteditor
*
* \param readonly The boolean value of readonly property
*
Expand Down Expand Up @@ -937,7 +937,7 @@ namespace IAEX
* \author Anders Fernström
* \date 2006-01-16
*
* \breif Set evaluated value on the texteditor
* \brief Set evaluated value on the texteditor
*
* \param evaluated The boolean value of evaluated property
*/
Expand All @@ -950,7 +950,7 @@ namespace IAEX
* \author Ingemar Axelsson (and Anders Fernström)
* \date 2005-11-01 (update)
*
* \breif Set if the output part of the cell shoud be
* \brief Set if the output part of the cell shoud be
* closed(hidden) or not.
*
* 2005-11-01 AF, Made some small changes to how the function
Expand Down Expand Up @@ -1010,7 +1010,7 @@ namespace IAEX
* \author Anders Fernström and Ingemar Axelsson
* \date 2006-04-10 (update)
*
* \breif Recalculates height.
* \brief Recalculates height.
*
* 2005-10-31 AF, Large part of this function was changes due to
* porting to QT4 (changes from Q3TextBrowser to QTextBrowser).
Expand Down Expand Up @@ -1334,7 +1334,7 @@ namespace IAEX
* \date 2005-12-29
* \date 2006-01-16 (update)
*
* \breif adds the input text editor to the highlighter thread
* \brief adds the input text editor to the highlighter thread
* when text have changed.
*
* 2006-01-16 AF, don't add text editor if MyTextEdit says NO
Expand All @@ -1360,7 +1360,7 @@ namespace IAEX
* \author Anders Fernström
* \date 2006-01-17
*
* \breif set the correct style if the charFormat is changed and the
* \brief set the correct style if the charFormat is changed and the
* cell is empty. This is done because otherwise the style is lost if
* all text is removed inside a cell.
*/
Expand Down
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookGUI/notebook.cpp
Expand Up @@ -2815,7 +2815,7 @@ void NotebookWindow::helpText()
* \author Anders Fernström and Ingemar Axelsson
* \date 2005-09-30 (update)
*
* \breif Save As function
* \brief Save As function
*
* 2005-09-22 AF, added code for updating window title
* 2005-09-30 AF, add check for fileend when saving.
Expand Down
4 changes: 2 additions & 2 deletions OMNotebook/OMNotebookGUI/notebookcommands.h
Expand Up @@ -255,7 +255,7 @@ namespace IAEX
* \author Anders Fernström
* \date 2005-12-01
*
* \breif Opens an old file, using the specified filename.
* \brief Opens an old file, using the specified filename.
*
* \param filename The file that should be open
* \param readmode The mode that the xmlpaser should use
Expand Down Expand Up @@ -289,7 +289,7 @@ namespace IAEX
* \author Anders Fernström
* \date 2005-12-19
*
* \breif print a document
* \brief print a document
*
* \param filename The file that should be open
* \param readmode The mode that the xmlpaser should use
Expand Down
2 changes: 1 addition & 1 deletion OMNotebook/OMNotebookGUI/otherdlg.h
Expand Up @@ -51,7 +51,7 @@ namespace IAEX
* \author Anders Fernström
* \date 2005-11-04
*
* \breif Class of opening a dialog window for entering av value...
* \brief Class of opening a dialog window for entering av value...
*/
class OtherDlg : public QDialog
{
Expand Down
10 changes: 5 additions & 5 deletions OMNotebook/OMNotebookGUI/textcell.cpp
Expand Up @@ -649,7 +649,7 @@ namespace IAEX
* \author Ingemar Axelsson and Anders Fernström
* \date 2006-03-02 (update)
*
* \breif Set readonly value on the texteditor
* \brief Set readonly value on the texteditor
*
* 2005-10-31 AF, removed the change in framstyle, looks better now
* 2005-11-01 AF, clear text selection when text edit is set to readonly
Expand Down Expand Up @@ -693,7 +693,7 @@ namespace IAEX
/*!
* \author Ingemar Axelsson and Anders Fernström
*
* \breif send a clicked signal if the user clicks on the cell
* \brief send a clicked signal if the user clicks on the cell
*/
void TextCell::clickEvent()
{
Expand All @@ -719,7 +719,7 @@ namespace IAEX
* \author Anders Fernström and Ingemar Axelsson
* \date 2006-04-10 (update)
*
* \breif Recalculates height.
* \brief Recalculates height.
*
* 2005-10-31 AF, Large part of this function was changes due to
* porting to QT4 (changes from Q3TextBrowser to QTextBrowser).
Expand Down Expand Up @@ -789,7 +789,7 @@ namespace IAEX
* \author Anders Fernström
* \date 2006-01-17
*
* \breif set the correct style if the charFormat is changed and the
* \brief set the correct style if the charFormat is changed and the
* cell is empty. This is done because otherwise the style is lost if
* all text is removed inside a cell.
*/
Expand Down Expand Up @@ -827,7 +827,7 @@ namespace IAEX
* \author Ingemar Axelsson and Anders Fernström
* \date 2005-11-01 (update)
*
* \breif toggle between showing the html code in the cell and
* \brief toggle between showing the html code in the cell and
* normal plain text.
*
* 2005-11-01 AF, Remade the function to reflect the new
Expand Down

0 comments on commit 68ccca1

Please sign in to comment.