summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-19 15:20:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-19 15:20:22 +0100
commitc289fb1bad21785c2aa512911da0d08f2e177ac8 (patch)
tree78817dc7c2b16d8ef6d4fb31e98cacd7ea257cea /chart2
parentf1c06bb8d90559f390ac9f64439ec59a39e6cbf5 (diff)
unknown log area
Change-Id: Ideb0742c2c6f3f7ba45af23359d5a653f58b120c
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/VLegendSymbolFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/VLegendSymbolFactory.cxx b/chart2/source/view/main/VLegendSymbolFactory.cxx
index 465b6907666f..8c5abaf75e63 100644
--- a/chart2/source/view/main/VLegendSymbolFactory.cxx
+++ b/chart2/source/view/main/VLegendSymbolFactory.cxx
@@ -167,7 +167,7 @@ Reference< drawing::XShape > VLegendSymbolFactory::createSymbol(
}
else if( aSymbol.Style == chart2::SymbolStyle_AUTO )
{
- SAL_WARN("chart", "the given parameter is not allowed to contain an automatic symbol style");
+ SAL_WARN("chart2", "the given parameter is not allowed to contain an automatic symbol style");
}
}
}