Kaydet (Commit) dc1adce9 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb59 (1.3.488); FILE MERGED

2006/08/03 13:51:53 cl 1.3.488.1: removed compiler warnings
üst bf5b6f70
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: outlundo.hxx,v $ * $RCSfile: outlundo.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 23:59:18 $ * last change: $Author: obo $ $Date: 2006-10-12 13:02:55 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -59,6 +59,7 @@ public: ...@@ -59,6 +59,7 @@ public:
class OutlinerUndoChangeDepth : public OutlinerUndoBase class OutlinerUndoChangeDepth : public OutlinerUndoBase
{ {
using SfxUndoAction::Repeat;
private: private:
USHORT mnPara; USHORT mnPara;
USHORT mnOldDepth; USHORT mnOldDepth;
...@@ -77,6 +78,7 @@ public: ...@@ -77,6 +78,7 @@ public:
class OutlinerUndoCheckPara : public OutlinerUndoBase class OutlinerUndoCheckPara : public OutlinerUndoBase
{ {
using SfxUndoAction::Repeat;
private: private:
USHORT mnPara; USHORT mnPara;
...@@ -95,6 +97,7 @@ public: ...@@ -95,6 +97,7 @@ public:
class OLUndoExpand : public EditUndo class OLUndoExpand : public EditUndo
{ {
using SfxUndoAction::Repeat;
void Restore( BOOL bUndo ); void Restore( BOOL bUndo );
public: public:
OLUndoExpand( Outliner* pOut, USHORT nId ); OLUndoExpand( Outliner* pOut, USHORT nId );
......
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