diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-09-07 08:45:10 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-09-07 10:51:26 +0200 |
commit | a24b2c9ec7f57f2dafa92564860878e829967341 (patch) | |
tree | 0d7702fd5a19774678f1d50288e3552f2d1fdb5f /xmloff/source | |
parent | 8658568f8c3946cf88af708928e092f7c5835b17 (diff) |
Fix typo
Change-Id: I330ff642b93e07c402f8dbb2fa0cefb1af1a7671
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156634
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index 1dc5a2618d16..7532b4320099 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -1627,7 +1627,7 @@ void SdXMLTextBoxShapeContext::startFastElement (sal_Int32 nElement, //A if(!bIsPresShape || mbIsUserTransformed) //A { //A // set pos and size on shape, this should remove binding -//A // to pres object on masterpage +//A // to presentation object on masterpage //A SetSizeAndPosition(); //A } |