diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-21 21:01:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-21 21:01:52 +0000 |
commit | 0e263d61811480f3a9dbc6ad7c752f6cfae4e3fc (patch) | |
tree | 3509bc85aae4a4edf145e59fdeb21cc08bd09ddc /starmath/inc | |
parent | 6270e76bf5f075072951519d904247e55ff702a6 (diff) |
order pImpl before aGraphic because aGraphic deferences pImpl in ctor
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/view.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index d1d9e7e99b1d..d716e72f9c07 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -233,6 +233,8 @@ class SmViewShell: public SfxViewShell // for handling the PasteClipboardState friend class SmClipboardChangeListener; + SmViewShell_Impl* pImpl; + SmGraphicWindow aGraphic; SmGraphicController aGraphicController; String StatusText; @@ -240,7 +242,6 @@ class SmViewShell: public SfxViewShell ::com::sun::star::uno:: Reference < ::com::sun::star::lang:: XEventListener > xClipEvtLstnr; SmClipboardChangeListener* pClipEvtLstnr; - SmViewShell_Impl* pImpl; bool bPasteState; DECL_LINK( DialogClosedHdl, sfx2::FileDialogHelper* ); |