Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/4228

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/28/4228/1

typing fix on postion -> position

Change-Id: I3c5cda4be6020e91c3935a1bebb1d1bd90f9b927
---
M sw/source/core/unocore/unodraw.cxx
1 file changed, 2 insertions(+), 2 deletions(-)



diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx
index 7540b16..6fb4cfb 100644
--- a/sw/source/core/unocore/unodraw.cxx
+++ b/sw/source/core/unocore/unodraw.cxx
@@ -2526,7 +2526,7 @@
     }
     if ( eTextAnchorType != text::TextContentAnchorType_AS_CHARACTER )
     {
-        // determine current x-postion
+        // determine current x-position
         OUString aHoriPosPropStr("HoriOrientPosition");
         uno::Any aHoriPos( getPropertyValue( aHoriPosPropStr ) );
         sal_Int32 dCurrX = 0;
@@ -2556,7 +2556,7 @@
 
     // handle y-position
     {
-        // determine current y-postion
+        // determine current y-position
         OUString aVertPosPropStr("VertOrientPosition");
         uno::Any aVertPos( getPropertyValue( aVertPosPropStr ) );
         sal_Int32 dCurrY = 0;

-- 
To view, visit https://gerrit.libreoffice.org/4228
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3c5cda4be6020e91c3935a1bebb1d1bd90f9b927
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Edmond Ciorba <edmond_ciorba@yahoo.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.