diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-19 15:20:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-19 15:20:22 +0100 |
commit | c289fb1bad21785c2aa512911da0d08f2e177ac8 (patch) | |
tree | 78817dc7c2b16d8ef6d4fb31e98cacd7ea257cea /chart2 | |
parent | f1c06bb8d90559f390ac9f64439ec59a39e6cbf5 (diff) |
unknown log area
Change-Id: Ideb0742c2c6f3f7ba45af23359d5a653f58b120c
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/VLegendSymbolFactory.cxx | 2 |
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"); } } } |