[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi (silent)
From:       Jarosław Staniek <staniek () kde ! org>
Date:       2010-11-24 12:31:11
Message-ID: 20101124123112.022B8AC8A2 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1200245 by staniek:

SVN_SILENT
typos in dox


 M  +3 -3      core/KexiView.h  
 M  +1 -1      kexiutils/styleproxy.h  
 M  +1 -1      plugins/forms/widgets/kexidbautofield.h  
 M  +1 -1      plugins/forms/widgets/kexidbcombobox.h  
 M  +1 -1      widget/tableview/kexitableedit.h  


--- trunk/koffice/kexi/core/KexiView.h #1200244:1200245
@@ -114,7 +114,7 @@
     /*! \return the view mode for this view. */
     Kexi::ViewMode viewMode() const;
 
-    /*! Reimpelmented from KexiActionProxy.
+    /*! Reimplemented from KexiActionProxy.
      \return shared action with name \a action_name for this view.
      If there's no such action declared in Kexi Part (part()),
      global shared action is returned (if exists). */
@@ -190,7 +190,7 @@
      - makes a deep copy of \a sdata
      - stores object schema data \a sdata in 'kexi__objects' internal table
        using Connection::storeObjectSchemaData().
-     Reimpelment this for your needs.
+     Reimplement this for your needs.
      Requirements:
      - deep copy of \a sdata should be made
      - schema data should be created at the backend
@@ -222,7 +222,7 @@
      If \a dontAsk is true, no question dialog will
      be shown to the user. The default is false.
 
-     Reimpelment this for your needs. Should return true on success
+     Reimplement this for your needs. Should return true on success
      or cancelled when the task should be cancelled.
      \sa storeNewData() */
     virtual tristate storeData(bool dontAsk = false);
--- trunk/koffice/kexi/kexiutils/styleproxy.h #1200244:1200245
@@ -31,7 +31,7 @@
 
 //! @short a QStyle proxy allowing to customizing the currently used style
 /*! All you need is to reimplement one or more of the methods.
- For example, you can reimpelmente drawPrimitive() and temporary
+ For example, you can reimplement drawPrimitive() and temporary
  change the color in color group.
 
  You can change even the smallest part of the style for a selected widget
--- trunk/koffice/kexi/plugins/forms/widgets/kexidbautofield.h #1200244:1200245
@@ -95,7 +95,7 @@
     virtual bool valueChanged();
     virtual void clear();
 
-    //! Reimpelmented to also install \a listenter for internal editor
+    //! Reimplemented to also install \a listenter for internal editor
     virtual void installListener(KexiDataItemChangesListener* listener);
 
     WidgetType widgetType() const;
--- trunk/koffice/kexi/plugins/forms/widgets/kexidbcombobox.h #1200244:1200245
@@ -69,7 +69,7 @@
 
     virtual QVariant visibleValue();
 
-    //! Reimpemented because to avoid taking value from the internal editor (index \
is taken from the popup instead) +    //! Reimplemented because to avoid taking value \
from the internal editor (index is taken from the popup instead)  virtual bool \
valueChanged();  
     virtual QSize sizeHint() const;
--- trunk/koffice/kexi/widget/tableview/kexitableedit.h #1200244:1200245
@@ -176,7 +176,7 @@
     virtual int widthForValue(const QVariant &val, const QFontMetrics &fm);
 
     /*! \return total size of this editor, including any buttons, etc. (if present).
-     Reimpelment this if you want to return more appropriate size. This \
impelmentation just +     Reimplement this if you want to return more appropriate \
size. This impelmentation just  returns QWidget::size(). */
     virtual QSize totalSize() const {
         return QWidget::size();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic