diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-12-20 11:25:37 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-12-20 15:55:00 +0100 |
commit | b55259eeb549482477c57d854f3de72aff345edb (patch) | |
tree | 35e474b8458ae776a8455f4f78e73ae28c611180 /include/svx | |
parent | 377ec698afc98a9a098b456f4ae3c694498df6a2 (diff) |
typo fixes
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/SmartTagMgr.hxx | 2 | ||||
-rw-r--r-- | include/svx/graphichelper.hxx | 2 | ||||
-rw-r--r-- | include/svx/sdr/contact/viewobjectcontactofsdrobj.hxx | 2 | ||||
-rw-r--r-- | include/svx/svddrgv.hxx | 4 | ||||
-rw-r--r-- | include/svx/svdedxv.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdview.hxx | 6 | ||||
-rw-r--r-- | include/svx/tbcontrl.hxx | 2 |
7 files changed, 10 insertions, 10 deletions
diff --git a/include/svx/SmartTagMgr.hxx b/include/svx/SmartTagMgr.hxx index 616881a0b6d7..60e2294b1a0c 100644 --- a/include/svx/SmartTagMgr.hxx +++ b/include/svx/SmartTagMgr.hxx @@ -203,7 +203,7 @@ public: com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagRecognizer > GetRecognizer( sal_uInt32 i ) const { return maRecognizerList[i]; } - /** Is smart tag recognization active? + /** Is smart tag recognition active? */ bool IsSmartTagsEnabled() const { return 0 != NumberOfRecognizers() && IsLabelTextWithSmartTags(); } diff --git a/include/svx/graphichelper.hxx b/include/svx/graphichelper.hxx index b78ac7c2b8b9..f2109a550356 100644 --- a/include/svx/graphichelper.hxx +++ b/include/svx/graphichelper.hxx @@ -29,7 +29,7 @@ class SVX_DLLPUBLIC GraphicHelper { public: - static void GetPreferedExtension( OUString& rExtension, const Graphic& rGraphic ); + static void GetPreferredExtension( OUString& rExtension, const Graphic& rGraphic ); static OUString ExportGraphic( const Graphic& rGraphic, const OUString& rGraphicName ); static void SaveShapeAsGraphic( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape ); }; diff --git a/include/svx/sdr/contact/viewobjectcontactofsdrobj.hxx b/include/svx/sdr/contact/viewobjectcontactofsdrobj.hxx index 3c995dfba3c9..cedb879371af 100644 --- a/include/svx/sdr/contact/viewobjectcontactofsdrobj.hxx +++ b/include/svx/sdr/contact/viewobjectcontactofsdrobj.hxx @@ -37,7 +37,7 @@ namespace sdr { /** Test whether the primitive is visible on any layer from @c aLayers - This should be overriden by ViewObjectContacts of SDR classes + This should be overridden by ViewObjectContacts of SDR classes that have subparts which can be on different layers (that is, SdrObjGroup .-) */ diff --git a/include/svx/svddrgv.hxx b/include/svx/svddrgv.hxx index 9796b0ea8868..3f492b20a801 100644 --- a/include/svx/svddrgv.hxx +++ b/include/svx/svddrgv.hxx @@ -128,7 +128,7 @@ public: void BrkInsObjPoint() { BrkDragObj(); } sal_Bool IsInsObjPoint() const { return mpCurrentSdrDragMethod && bInsPolyPoint; } - // Fuer die App zum Verwalten des Status. GetPreferedPointer() wird + // Fuer die App zum Verwalten des Status. GetPreferredPointer() wird // spaeter vielleicht einen passenden Pointer dafuer liefern void SetInsObjPointMode(sal_Bool bOn) { bInsObjPointMode = bOn; } sal_Bool IsInsObjPointMode() const { return bInsObjPointMode; } @@ -140,7 +140,7 @@ public: void BrkInsGluePoint() { BrkDragObj(); } sal_Bool IsInsGluePoint() const { return mpCurrentSdrDragMethod && bInsGluePoint; } - // Fuer die App zum Verwalten des Status. GetPreferedPointer() wird + // Fuer die App zum Verwalten des Status. GetPreferredPointer() wird // spaeter vielleicht einen passenden Pointer dafuer liefern void SetInsGluePointMode(sal_Bool bOn) { bInsGluePointMode = bOn; } sal_Bool IsInsGluePointMode() const { return bInsGluePointMode; } diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx index 5426c1b1bdc2..ce9062f46964 100644 --- a/include/svx/svdedxv.hxx +++ b/include/svx/svdedxv.hxx @@ -241,7 +241,7 @@ public: // Object-MacroModus (z.B. Rect als Button oder sowas): //************************************************************************ // Persistent. Default TRUE. SvDraw wertet das Flag u.a. bei - // SdrView::GetPreferedPointer() aus. Hat nur Wirkung, wenn das Dokument + // SdrView::GetPreferredPointer() aus. Hat nur Wirkung, wenn das Dokument // Draw-Objekte mit Macrofunktionalitaet hat (SdrObject::HasMacro()==sal_True). void SetMacroMode(sal_Bool bOn) { bMacroMode=bOn; } sal_Bool IsMacroMode() const { return bMacroMode; } diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx index d136870ba5da..cc6fcb06e60f 100644 --- a/include/svx/svdview.hxx +++ b/include/svx/svdview.hxx @@ -181,7 +181,7 @@ public: // SdrHitKind eHit=pSdrView->PickAnything(rMEvt,SDRMOUSEBUTTONDOWN,aVEvt); // ... hier Applikationsspezifischer Eingriff ... // pSdrView->DoMouseEvent(aVEvt); - // SetPointer(GetPreferedPointer(...)) + // SetPointer(GetPreferredPointer(...)) // CaptureMouse(...) void EnableExtendedMouseEventDispatcher(sal_Bool bOn) { bNoExtendedMouseDispatcher = !bOn; } sal_Bool IsExtendedMouseEventDispatcherEnabled() const { return bNoExtendedMouseDispatcher; } @@ -217,7 +217,7 @@ public: // unvollstaendige Implementation: // Das OutputDevice ist notwendig, damit ich die HandleSize ermitteln kann. // Bei NULL wird das 1. angemeldete Win verwendet. - Pointer GetPreferedPointer(const Point& rMousePos, const OutputDevice* pOut, sal_uInt16 nModifier=0, sal_Bool bLeftDown=sal_False) const; + Pointer GetPreferredPointer(const Point& rMousePos, const OutputDevice* pOut, sal_uInt16 nModifier=0, sal_Bool bLeftDown=sal_False) const; SdrHitKind PickAnything(const MouseEvent& rMEvt, sal_uInt16 nMouseDownOrMoveOrUp, SdrViewEvent& rVEvt) const; SdrHitKind PickAnything(const Point& rLogicPos, SdrViewEvent& rVEvt) const; sal_Bool DoMouseEvent(const SdrViewEvent& rVEvt); @@ -297,7 +297,7 @@ public: // // Sonstiges: // ~~~~~~~~~~ -// Pointer GetPreferedPointer(const Point& rMousePos, const OutputDevice* pOut, sal_uInt16 nTol=0) const; +// Pointer GetPreferredPointer(const Point& rMousePos, const OutputDevice* pOut, sal_uInt16 nTol=0) const; // OUString GetStatusText(); // ///////////////////////////////////////////////////////////////////////////////////////////////// */ diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx index 12326ba5653a..9ae00b7aa9ff 100644 --- a/include/svx/tbcontrl.hxx +++ b/include/svx/tbcontrl.hxx @@ -102,7 +102,7 @@ -> SvxBoxItem & SvxBoxInfoItem Additional information from DocShell: none - Bemerkung: provides dependant of chosen ValueSet-Item + Bemerkung: provides dependent of chosen ValueSet-Item only SvxBoxItem or additionally SvxBoxInfoItem If the Controller ein SfxUInt16Item receives a value != 0, paragraph mode will be switched on, |