diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-10-22 14:11:53 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-10-22 14:11:53 +0200 |
commit | c4f5b38275354f089af27a3fcff01acdaeae1b2c (patch) | |
tree | 41c98506dab8797baeb5599c33aacc2f43b8e16c /basctl | |
parent | a70f500bc9110bab1483e09d1c4a306e8c2a661b (diff) |
undoapi: adjusted forward declaration SfxUndoManager->IUndoManager. Not sure why this slipped my (the compiler's) attention originally ...
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/inc/bastypes.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/basctl/source/inc/bastypes.hxx b/basctl/source/inc/bastypes.hxx index 38c1f5bbc89c..33f2d45549ad 100644 --- a/basctl/source/inc/bastypes.hxx +++ b/basctl/source/inc/bastypes.hxx @@ -164,9 +164,13 @@ public: #define BASWIN_INRESCHEDULE 0x08 class Printer; -class SfxUndoManager; class BasicEntryDescriptor; +namespace svl +{ + class IUndoManager; +} + class IDEBaseWindow : public Window { private: |