Kaydet (Commit) 82aaa22e authored tarafından Caolán McNamara's avatar Caolán McNamara

pPixelCtl can never be null, which simplifies this a lot

Change-Id: Ic1c995794faa682001b472053ae9aebf95f0343b
üst 58ba105a
......@@ -170,8 +170,7 @@ class SvxPixelCtlAccessible :
public ::comphelper::OBaseMutex,
public SvxPixelCtlAccessible_BASE
{
SvxPixelCtl* pPixelCtl;
void IsValid() throw (::com::sun::star::uno::RuntimeException);
SvxPixelCtl& mrPixelCtl;
public:
SvxPixelCtlAccessible(SvxPixelCtl& rWindow);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment