diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 16:08:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 16:08:29 +0000 |
commit | 706d0eb8c4102d384ebd10f5ef848e2b7fe52c2d (patch) | |
tree | bba568a87694186ab730dc7d2c17d92c2b7f1f20 /sfx2/source/inc | |
parent | b12357a33a3d1dd5fb472ba41a64c14809ac7838 (diff) |
INTEGRATION: CWS fwkpostbeta02 (1.4.824); FILE MERGED
2005/02/11 12:00:51 mba 1.4.824.1: #i42433#: handle document revision through a UNO API
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/versdlg.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/inc/versdlg.hxx b/sfx2/source/inc/versdlg.hxx index 3e08df171629..775a409e7e85 100644 --- a/sfx2/source/inc/versdlg.hxx +++ b/sfx2/source/inc/versdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: versdlg.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: pb $ $Date: 2002-01-10 11:04:45 $ + * last change: $Author: vg $ $Date: 2005-02-21 17:08:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,6 +90,7 @@ public: Window* pParent, const ResId& ); }; +class SfxVersionTableDtor; class SfxVersionDialog : public SfxModalDialog { FixedLine aNewGroup; @@ -107,6 +108,7 @@ class SfxVersionDialog : public SfxModalDialog PushButton aCompareButton; HelpButton aHelpButton; SfxViewFrame* pViewFrame; + SfxVersionTableDtor* mpTable; DECL_LINK( DClickHdl_Impl, Control* ); DECL_LINK( SelectHdl_Impl, Control* ); |