Author: jsc
Date: Tue Jul  1 12:51:44 2014
New Revision: 1607062

URL: http://svn.apache.org/r1607062
Log:
#124914# correct name of member variable, merged fix but removed code on trunk

Modified:
    openoffice/branches/AOO410/main/sw/source/ui/app/docshdrw.cxx

Modified: openoffice/branches/AOO410/main/sw/source/ui/app/docshdrw.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/sw/source/ui/app/docshdrw.cxx?rev=1607062&r1=1607061&r2=1607062&view=diff
==============================================================================
--- openoffice/branches/AOO410/main/sw/source/ui/app/docshdrw.cxx (original)
+++ openoffice/branches/AOO410/main/sw/source/ui/app/docshdrw.cxx Tue Jul  1 
12:51:44 2014
@@ -58,7 +58,7 @@ using namespace ::com::sun::star;
 
 void  SwDocShell::InitDraw()
 {
-       SdrModel *pDrDoc = pDoc->GetDrawModel();
+       SdrModel *pDrDoc = mpDoc->GetDrawModel();
        if( pDrDoc )
        {
                // Listen, bzw. Tables im ItemSet der DocShell anlegen


Reply via email to