diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-07-10 15:33:16 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-07-11 05:49:27 +0000 |
commit | a4d40892b78070c9e54e0c8a30ed20d3395e68cd (patch) | |
tree | 9e8ce487265138fbc61f391c83da8ee65b683f1e /sw | |
parent | 54f83fee8451928b7078c0f9c96ec4187309bc00 (diff) |
Fix typos
Change-Id: I81671c9a8e7e5b878e605ac0ed6c3d8ef5c5b689
Reviewed-on: https://gerrit.libreoffice.org/27088
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/unostyle.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx index a2b5f522a23e..8d2bfcc20a78 100644 --- a/sw/inc/unostyle.hxx +++ b/sw/inc/unostyle.hxx @@ -376,7 +376,7 @@ class SwXTextCellStyle : public cppu::WeakImplHelper static SwBoxAutoFormat* GetBoxAutoFormat(SwDocShell* pDocShell, const OUString& sName, OUString* pParentName = nullptr); /// returns box format assigned to this style SwBoxAutoFormat* GetBoxFormat(); - /// Sets the addres of SwBoxAutoFormat this style is bound to. Usable only when style is physical. + /// Sets the address of SwBoxAutoFormat this style is bound to. Usable only when style is physical. void SetBoxFormat(SwBoxAutoFormat* pBoxFormat); void SetPhysical(); bool IsPhysical(); |