diff options
Diffstat (limited to 'sc/inc/drawpage.hxx')
-rw-r--r-- | sc/inc/drawpage.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/drawpage.hxx b/sc/inc/drawpage.hxx index 0f36a4e42ab7..c11d4ccf05dd 100644 --- a/sc/inc/drawpage.hxx +++ b/sc/inc/drawpage.hxx @@ -22,7 +22,6 @@ #include <svx/fmpage.hxx> - class ScDrawLayer; class ScDrawPage: public FmFormPage @@ -34,8 +33,6 @@ public: virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoPage() SAL_OVERRIDE; }; - #endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |