summaryrefslogtreecommitdiff
path: root/svx/source/dialog/orienthelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/orienthelper.cxx')
-rw-r--r--svx/source/dialog/orienthelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/orienthelper.cxx b/svx/source/dialog/orienthelper.cxx
index b1b61e9ed1a0..89ecc71dfed8 100644
--- a/svx/source/dialog/orienthelper.cxx
+++ b/svx/source/dialog/orienthelper.cxx
@@ -31,7 +31,7 @@ namespace svx {
struct OrientationHelper_Impl
{
- typedef std::pair< vcl::Window*, TriState > WindowPair;
+ typedef std::pair< VclPtr<vcl::Window>, TriState > WindowPair;
typedef std::vector< WindowPair > WindowVec;
DialControl& mrCtrlDial;