summaryrefslogtreecommitdiff
path: root/svx/source/inc/svxrectctaccessiblecontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/svxrectctaccessiblecontext.hxx')
-rw-r--r--svx/source/inc/svxrectctaccessiblecontext.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/inc/svxrectctaccessiblecontext.hxx b/svx/source/inc/svxrectctaccessiblecontext.hxx
index 1a71e781d2ef..5cfe6f87d288 100644
--- a/svx/source/inc/svxrectctaccessiblecontext.hxx
+++ b/svx/source/inc/svxrectctaccessiblecontext.hxx
@@ -45,6 +45,7 @@
#include <comphelper/servicehelper.hxx>
#include <svx/rectenum.hxx>
#include <vcl/vclptr.hxx>
+#include <tools/gen.hxx>
namespace com { namespace sun { namespace star { namespace awt {
struct Point;
@@ -437,7 +438,7 @@ private:
mxParent;
/// Bounding box
- tools::Rectangle* mpBoundingBox;
+ tools::Rectangle maBoundingBox;
/// window of parent
const vcl::Window& mrParentWindow;