Kaydet (Commit) 1616565f authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Samuel Mehrbrodt

Fix typos

Change-Id: If877778a98d8f06f6f596b4c186d9c4cf5c33438
Reviewed-on: https://gerrit.libreoffice.org/18957Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst ba50da44
...@@ -82,7 +82,7 @@ class HostDetailsContainer : public DetailsContainer ...@@ -82,7 +82,7 @@ class HostDetailsContainer : public DetailsContainer
protected: protected:
void setScheme( const OUString& sScheme ) { m_sScheme = sScheme; } void setScheme( const OUString& sScheme ) { m_sScheme = sScheme; }
/** Verifies that the schement split from the URL can be handled by /** Verifies that the scheme split from the URL can be handled by
the container and set the proper controls accordingly if needed. the container and set the proper controls accordingly if needed.
*/ */
virtual bool verifyScheme( const OUString& rScheme ); virtual bool verifyScheme( const OUString& rScheme );
......
...@@ -91,7 +91,7 @@ public: ...@@ -91,7 +91,7 @@ public:
// rTotalSize is the original size of the image // rTotalSize is the original size of the image
// rDisplaySize is the current size; // rDisplaySize is the current size;
// rRelPoint relates to the display size and the upper left // rRelPoint relates to the display size and the upper left
// corener of the image // corner of the image
IMapObject* GetHitIMapObject( const Size& rOriginalSize, IMapObject* GetHitIMapObject( const Size& rOriginalSize,
const Size& rDisplaySize, const Size& rDisplaySize,
const Point& rRelHitPoint, const Point& rRelHitPoint,
......
...@@ -94,7 +94,7 @@ public: ...@@ -94,7 +94,7 @@ public:
Image& GetImage(SvBmp nIndex) { return aBmps[(int)nIndex]; } Image& GetImage(SvBmp nIndex) { return aBmps[(int)nIndex]; }
void SetDefaultImages( const Control* pControlForSettings = NULL ); void SetDefaultImages( const Control* pControlForSettings = NULL );
// set images according to the color scheeme of the Control // set images according to the color scheme of the Control
// pControlForSettings == NULL: settings are taken from Application // pControlForSettings == NULL: settings are taken from Application
bool HasDefaultImages() const; bool HasDefaultImages() const;
}; };
......
...@@ -235,7 +235,7 @@ namespace svt { namespace table ...@@ -235,7 +235,7 @@ namespace svt { namespace table
//= ITableModel //= ITableModel
/** declares the interface to implement by an abtract table model /** declares the interface to implement by an abstract table model
*/ */
class SAL_NO_VTABLE SVT_DLLPUBLIC ITableModel class SAL_NO_VTABLE SVT_DLLPUBLIC ITableModel
{ {
......
...@@ -97,7 +97,7 @@ protected: ...@@ -97,7 +97,7 @@ protected:
bool IsInPopupMode(); bool IsInPopupMode();
void EndPopupMode(); void EndPopupMode();
// Forwared from XStatusListener (subclasses must override this one to get // Forwarded from XStatusListener (subclasses must override this one to get
// the status updates): // the status updates):
virtual void statusChanged(const css::frame::FeatureStateEvent& Event ) throw (css::uno::RuntimeException, std::exception); virtual void statusChanged(const css::frame::FeatureStateEvent& Event ) throw (css::uno::RuntimeException, std::exception);
......
...@@ -106,7 +106,7 @@ public: ...@@ -106,7 +106,7 @@ public:
/** Add the given property name and its associated value to the /** Add the given property name and its associated value to the
description string. If the property value does not differ from the description string. If the property value does not differ from the
default value of the shape's style then the description string is default value of the shape's style then the description string is
not modified. This method forwards the request to its cousing but not modified. This method forwards the request to its cousin but
first replaces the id of the localized name by the associated string first replaces the id of the localized name by the associated string
from the resource. from the resource.
@param sPropertyName @param sPropertyName
......
...@@ -29,7 +29,7 @@ class AbstractSpellDialog; ...@@ -29,7 +29,7 @@ class AbstractSpellDialog;
namespace svx { namespace svx {
/** The child window wrapper of the actual spellin dialog. To use the /** The child window wrapper of the actual spelling dialog. To use the
spelling dialog in an application you have to do the usual things: spelling dialog in an application you have to do the usual things:
<ol> <ol>
<li>Call this class' RegisterChildWindow() method with the module <li>Call this class' RegisterChildWindow() method with the module
......
...@@ -112,7 +112,7 @@ public: ...@@ -112,7 +112,7 @@ public:
*/ */
void SetLinkedField( NumericField* pField, sal_Int32 nDecimalPlaces = 0); void SetLinkedField( NumericField* pField, sal_Int32 nDecimalPlaces = 0);
/** The passed handler is called whenever the totation value changes. */ /** The passed handler is called whenever the rotation value changes. */
void SetModifyHdl( const Link<DialControl*,void>& rLink ); void SetModifyHdl( const Link<DialControl*,void>& rLink );
/** Save value for later comparison */ /** Save value for later comparison */
......
...@@ -1095,7 +1095,7 @@ ...@@ -1095,7 +1095,7 @@
// if we have _a_lot_ time, we should group the resource ids by type, instead // if we have _a_lot_ time, we should group the resource ids by type, instead
// of grouping them by semantics. The reason is that resource ids have to be // of grouping them by semantics. The reason is that resource ids have to be
// unique relative to a fixed type (you can't have two dialogs with the same // unique relative to a fixed type (you can't have two dialogs with the same
// resource id), but they do not need to be unique gloablly (means you can have // resource id), but they do not need to be unique globally (means you can have
// a dialog and a string, both with the same id) // a dialog and a string, both with the same id)
// I suggest sticking to per-type ids instead of per-semantic ids, this is // I suggest sticking to per-type ids instead of per-semantic ids, this is
// better maintainable (IMO), and does not waste that much ids // better maintainable (IMO), and does not waste that much ids
......
...@@ -195,7 +195,7 @@ sal_Int16 getControlTypeByObject(const css::uno::Reference< css::lang::XSe ...@@ -195,7 +195,7 @@ sal_Int16 getControlTypeByObject(const css::uno::Reference< css::lang::XSe
bool isRowSetAlive(const css::uno::Reference< css::uno::XInterface>& _rxRowSet); bool isRowSetAlive(const css::uno::Reference< css::uno::XInterface>& _rxRowSet);
// checks if the css::sdbcx::XColumnsSupplier provided by _rxRowSet supllies any columns // checks if the css::sdbcx::XColumnsSupplier provided by _rxRowSet supplies any columns
typedef ::std::set < css::uno::Reference< css::uno::XInterface > typedef ::std::set < css::uno::Reference< css::uno::XInterface >
......
...@@ -491,7 +491,7 @@ public: ...@@ -491,7 +491,7 @@ public:
/** forces both scrollbars to be hidden /** forces both scrollbars to be hidden
For the horizontal srollbar, this is overruled by enabling the navigation bar: A navigation For the horizontal scrollbar, this is overruled by enabling the navigation bar: A navigation
bar <b>always</b> implies a horizontal scroll bar bar <b>always</b> implies a horizontal scroll bar
@seealso EnableNavigationBar @seealso EnableNavigationBar
*/ */
...@@ -505,7 +505,7 @@ public: ...@@ -505,7 +505,7 @@ public:
/// copies the text of the given cell into the clipboard /// copies the text of the given cell into the clipboard
void copyCellText(sal_Int32 _nRow, sal_Int16 _nColId); void copyCellText(sal_Int32 _nRow, sal_Int16 _nColId);
// selectin listener handling // select in listener handling
void setGridListener( FmGridListener* _pListener ) { m_pGridListener = _pListener; } void setGridListener( FmGridListener* _pListener ) { m_pGridListener = _pListener; }
// helper class to grant access to selected methods from within the DbCellControl class // helper class to grant access to selected methods from within the DbCellControl class
......
...@@ -91,7 +91,7 @@ public: ...@@ -91,7 +91,7 @@ public:
// access to ViewContact // access to ViewContact
ViewContact& GetViewContact() const { return mrViewContact; } ViewContact& GetViewContact() const { return mrViewContact; }
// get the oebject's size range // get the object size range
const basegfx::B2DRange& getObjectRange() const; const basegfx::B2DRange& getObjectRange() const;
// React on changes of the object of this ViewContact // React on changes of the object of this ViewContact
......
...@@ -94,7 +94,7 @@ protected: ...@@ -94,7 +94,7 @@ protected:
bool bOrthoDesiredOnMarked : 1; bool bOrthoDesiredOnMarked : 1;
bool bMoreThanOneNotMovable : 1; // more then one objects are not moveable bool bMoreThanOneNotMovable : 1; // more then one objects are not moveable
bool bOneOrMoreMovable : 1; // at least one object is moveable bool bOneOrMoreMovable : 1; // at least one object is moveable
bool bMoreThanOneNoMovRot : 1; // more then one object is not moveble nor turnable (Crook) bool bMoreThanOneNoMovRot : 1; // more then one object is not movable nor turnable (Crook)
bool bContortionPossible : 1; // all polygones (grouped if necessary) bool bContortionPossible : 1; // all polygones (grouped if necessary)
bool bAllPolys : 1; // all polygones (not grouped) bool bAllPolys : 1; // all polygones (not grouped)
bool bOneOrMorePolys : 1; // at least one polygon (not grouped) bool bOneOrMorePolys : 1; // at least one polygon (not grouped)
......
...@@ -62,13 +62,13 @@ class SVX_DLLPUBLIC SdrObjEditView: public SdrGlueEditView ...@@ -62,13 +62,13 @@ class SVX_DLLPUBLIC SdrObjEditView: public SdrGlueEditView
protected: protected:
// TextEdit // TextEdit
SdrObjectWeakRef mxTextEditObj; // current object in TextEdit SdrObjectWeakRef mxTextEditObj; // current object in TextEdit
SdrPageView* pTextEditPV; SdrPageView* pTextEditPV;
SdrOutliner* pTextEditOutliner; // outliner for the TextEdit SdrOutliner* pTextEditOutliner; // outliner for the TextEdit
OutlinerView* pTextEditOutlinerView; // current view of the outliners OutlinerView* pTextEditOutlinerView; // current view of the outliners
VclPtr<vcl::Window> pTextEditWin; // matching window to pTextEditOutlinerView VclPtr<vcl::Window> pTextEditWin; // matching window to pTextEditOutlinerView
vcl::Cursor* pTextEditCursorMerker; // to restore the cursor in each window vcl::Cursor* pTextEditCursorMerker; // to restore the cursor in each window
ImpSdrEditPara* pEditPara; // trashbin for everything else to stay compatible ImpSdrEditPara* pEditPara; // trash bin for everything else to stay compatible
SdrObject* pMacroObj; SdrObject* pMacroObj;
SdrPageView* pMacroPV; SdrPageView* pMacroPV;
VclPtr<vcl::Window> pMacroWin; VclPtr<vcl::Window> pMacroWin;
......
...@@ -547,8 +547,8 @@ public: ...@@ -547,8 +547,8 @@ public:
undo actions for this model. */ undo actions for this model. */
SdrUndoFactory& GetSdrUndoFactory() const; SdrUndoFactory& GetSdrUndoFactory() const;
// Accessor methods for Palettes, Lists and Tabeles // Accessor methods for Palettes, Lists and Tables
// FIXME: this badly needs re-factoring ... // FIXME: this badly needs re-factoring...
XPropertyListRef GetPropertyList( XPropertyListType t ) const { return maProperties[ t ]; } XPropertyListRef GetPropertyList( XPropertyListType t ) const { return maProperties[ t ]; }
void SetPropertyList( XPropertyListRef p ) { maProperties[ p->Type() ] = p; } void SetPropertyList( XPropertyListRef p ) { maProperties[ p->Type() ] = p; }
......
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