summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdouno.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-10-29 21:51:19 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-04 12:30:40 -0500
commit709784cf1d417b4b2df8c5228a4664f697e45a5c (patch)
treeaebf751b13eefee9d0effc31b8119953ab6d459e /svx/source/svdraw/svdouno.cxx
parent2ebf98e8225523186965a2ced928b0623020e41e (diff)
Apply pimpl to SdrPageWindow.
Change-Id: I54554a229c03ff87096782344a728a49636c1de1
Diffstat (limited to 'svx/source/svdraw/svdouno.cxx')
-rw-r--r--svx/source/svdraw/svdouno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index 02ffaaa7d7e9..33c0d67c918f 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -127,7 +127,7 @@ namespace
for ( sal_uInt32 i = 0; i < pPageView->PageWindowCount(); ++i )
{
- const SdrPageWindow* pPageWindow = pPageView->GetPageWindow( i );
+ SdrPageWindow* pPageWindow = pPageView->GetPageWindow( i );
DBG_ASSERT( pPageWindow, "lcl_ensureControlVisibility: invalid PageViewWindow!" );
if ( !pPageWindow )
continue;