summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/VLegend.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/VLegend.hxx')
-rw-r--r--chart2/source/view/main/VLegend.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/chart2/source/view/main/VLegend.hxx b/chart2/source/view/main/VLegend.hxx
index e5332c41fb48..297a99129d4d 100644
--- a/chart2/source/view/main/VLegend.hxx
+++ b/chart2/source/view/main/VLegend.hxx
@@ -50,7 +50,8 @@ public:
void setDefaultWritingMode( sal_Int16 nDefaultWritingMode );
void createShapes( const css::awt::Size & rAvailableSpace,
- const css::awt::Size & rPageSize );
+ const css::awt::Size & rPageSize,
+ css::awt::Size & rDefaultLegendSize );
/** Sets the position according to its internal anchor.
@@ -63,7 +64,8 @@ public:
*/
void changePosition(
css::awt::Rectangle & rOutAvailableSpace,
- const css::awt::Size & rReferenceSize );
+ const css::awt::Size & rReferenceSize,
+ const css::awt::Size & rDefaultLegendSize );
static bool isVisible(
const css::uno::Reference< css::chart2::XLegend > & xLegend );