summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-10 10:46:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-10 10:46:27 +0200
commit7f01893356d1bd8882bde5c7df27f00073854514 (patch)
treec8ddabb95b32d62526e9fe314dcbcaa81b1f1651 /svx/inc
parent7bf5fbdc2b4d4bc332ea5b4028431c191dd88984 (diff)
Remove misleading comment
... as f7f34c29aada422e54c5835eb4df610b7d2a627c "INTEGRATION: CWS impress144 (1.6.104); FILE MERGED: 2008/06/07 16:54:05 cl 1.6.104.1: #i88525# keep SvxUnoDrawPage wrapper for as long as the SvdPage lives" had changed it from WeakReference to Reference. Change-Id: I14a46eb0a11e636a04d10d9743a14a1734f910af
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/svdpage.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/inc/svx/svdpage.hxx b/svx/inc/svx/svdpage.hxx
index 19f9d35c53f3..e700f29c8cc1 100644
--- a/svx/inc/svx/svdpage.hxx
+++ b/svx/inc/svx/svdpage.hxx
@@ -437,7 +437,6 @@ friend class ChXChartDocument;
sal_Int32 nBordRgt; // Seitenrand rechts
sal_Int32 nBordLwr; // Seitenrand unten
- // this is a weak reference to a possible living api wrapper for this page
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > mxUnoPage;
protected: