From c0554cf1f8f1c2eca194c3e2d82db5ca7c6d5021 Mon Sep 17 00:00:00 2001
From: Rafael Dominguez <venccsralph@gmail.com>
Date: Tue, 26 Apr 2011 18:13:27 -0430
Subject: [PATCH 9/9] Remove unused macros for GraphicDocShell.

Remove SV_DECL_REF(GraphicDocShell) and SV_IMPL_REF (GraphicDocShell)
---
 sd/source/ui/inc/GraphicDocShell.hxx |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/sd/source/ui/inc/GraphicDocShell.hxx b/sd/source/ui/inc/GraphicDocShell.hxx
index f8ef3c1..506b2b4 100644
--- a/sd/source/ui/inc/GraphicDocShell.hxx
+++ b/sd/source/ui/inc/GraphicDocShell.hxx
@@ -68,13 +68,6 @@ public:
     virtual ~GraphicDocShell (void);
 };
 
-#ifndef SV_DECL_SD_GRAPHIC_DOC_SHELL_DEFINED
-#define SV_DECL_SD_GRAPHIC_DOC_SHELL_DEFINED
-SV_DECL_REF(GraphicDocShell)
-#endif
-
-SV_IMPL_REF (GraphicDocShell)
-
 } // end of namespace sd
 
 #endif
-- 
1.7.3.4

