summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-04-20 19:40:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-04-22 13:43:53 +0200
commit7a81b803101f24975877d371c9b53dede9dbaf46 (patch)
treecdc08452f37a11fc4528fe026cb9d3683e4986cd /svx
parent2b0579fbcc064dbcaf9217feead7ef23ec7a5222 (diff)
Fix typo in code
Change-Id: I289162ed8adf93139bbc69e8f5f4a1444dd52199 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133231 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdogrp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdogrp.cxx b/svx/source/svdraw/svdogrp.cxx
index b1ad4b729e7e..f7fb1eb14f79 100644
--- a/svx/source/svdraw/svdogrp.cxx
+++ b/svx/source/svdraw/svdogrp.cxx
@@ -37,7 +37,7 @@
IDiagramHelper::IDiagramHelper()
: mbUseDiagramThemeData(false)
, mbUseDiagramModelData(true)
-, mbForceThemePtrReceation(false)
+, mbForceThemePtrRecreation(false)
{
}
deb'>Revert "simplify external module check with macro"Fridrich Štrba 2013-02-19simplify external module check with macroBjoern Michaelsen 2013-02-18simplify extension logic in configureBjoern Michaelsen 2013-01-02use MINGW_SYSROOT consistentlyLuboš Luňák 2012-12-31configure only looks in $MINGW_SYSROOTDavid Tardon 2012-11-23fdo#55435 orcus needs Boost.System with recent BoostDavid Tardon 2012-11-05cleanup README files.Michael Meeks 2012-11-05add a README filesAlia Almusaireae 2012-06-13better test for system boost date_time libDavid Tardon 2012-06-06Revert "add configure check for date_time lib"Jan Holesovsky 2012-06-05add configure check for date_time libDavid Tardon 2012-05-01fdo#47584 add yet another MinGW dll filename patternAndras Timar 2012-03-18mingw: avoid hardcoded dll versions and depsDavid Tardon 2012-02-21allow to pass default dll listDavid Tardon 2012-02-20expect sed has already been detectedDavid Tardon 2012-02-17add macro for extracting mingw dll names from libtool filesDavid Tardon 2010-11-30building rawbuild on mac should not depend on pkg-config being installedNorbert Thiebaud