summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/svptest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/svptest.cxx b/vcl/workben/svptest.cxx
index 2ebea2dc44c3..f4f321f2fdc5 100644
--- a/vcl/workben/svptest.cxx
+++ b/vcl/workben/svptest.cxx
@@ -323,7 +323,7 @@ void MyWin::Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect)
aLineColor = approachColor(aLineColor, aApproachColor);
rRenderContext.SetLineColor(aLineColor);
- // switch aproach color
+ // switch approach color
if (aApproachColor.IsRGBEqual(aLineColor))
{
if (aApproachColor.GetRed())
inal static' to 'static final'Noel Grandin 2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin 2015-06-09java:use System.arrayCopy to copy arraysNoel Grandin 2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin 2015-06-03reduce sleep when connecting to soffice from JavaNoel Grandin 2015-05-08jboolean-related clean-upStephan Bergmann 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin 2015-01-05java: remove dead codeNoel Grandin 2015-01-02Remove unnecessary bean/inc/comp_LocalOfficeWindow.hStephan Bergmann 2014-12-19java: these fields can be converted to local variablesNoel Grandin