diff options
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r-- | sd/inc/drawdoc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 038ad6d83480..e110c016b487 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -81,11 +81,11 @@ class SdCustomShowList; namespace sd { +class DrawDocShell; #ifndef SV_DECL_DRAW_DOC_SHELL_DEFINED #define SV_DECL_DRAW_DOC_SHELL_DEFINED -SV_DECL_REF(DrawDocShell) +typedef ::tools::SvRef<DrawDocShell> DrawDocShellRef; #endif -class DrawDocShell; class UndoManager; class ShapeList; class FrameView; |