diff options
Diffstat (limited to 'include/svx/svdoedge.hxx')
-rw-r--r-- | include/svx/svdoedge.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx index e0b4d28f74af..48c509adf2dc 100644 --- a/include/svx/svdoedge.hxx +++ b/include/svx/svdoedge.hxx @@ -177,7 +177,7 @@ protected: // #110649# // Flag value for avoiding death loops when calculating BoundRects - // from circularly connected connectors. A coloring algorythm is used + // from circularly connected connectors. A coloring algorithm is used // here. When the GetCurrentBoundRect() calculation of a SdrEdgeObj // is running, the flag is set, else it is always sal_False. bool mbBoundRectCalculationRunning : 1; |