summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-10-22 14:11:53 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-10-22 14:11:53 +0200
commitc4f5b38275354f089af27a3fcff01acdaeae1b2c (patch)
tree41c98506dab8797baeb5599c33aacc2f43b8e16c /basctl
parenta70f500bc9110bab1483e09d1c4a306e8c2a661b (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.hxx6
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: