summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpstyl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximpstyl.hxx')
-rw-r--r--xmloff/source/draw/ximpstyl.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/source/draw/ximpstyl.hxx b/xmloff/source/draw/ximpstyl.hxx
index 3b572bfc5223..e53ec1cec418 100644
--- a/xmloff/source/draw/ximpstyl.hxx
+++ b/xmloff/source/draw/ximpstyl.hxx
@@ -30,7 +30,6 @@
class SvNumberFormatter;
class SvXMLNumFmtHelper;
-//////////////////////////////////////////////////////////////////////////////
// special style:style context inside style:page-master context
class SdXMLPageMasterStyleContext: public SvXMLStyleContext
@@ -65,7 +64,6 @@ public:
com::sun::star::view::PaperOrientation GetOrientation() const { return meOrientation; }
};
-//////////////////////////////////////////////////////////////////////////////
// style:page-master context
class SdXMLPageMasterContext: public SvXMLStyleContext
@@ -94,7 +92,6 @@ public:
const SdXMLPageMasterStyleContext* GetPageMasterStyle() const { return mpPageMasterStyle; }
};
-//////////////////////////////////////////////////////////////////////////////
// style:masterpage context
class SdXMLMasterPageContext: public SdXMLGenericPageContext
@@ -128,7 +125,6 @@ public:
};
typedef ::std::vector< SdXMLMasterPageContext* > ImpMasterPageList;
-//////////////////////////////////////////////////////////////////////////////
// presentation:placeholder context
class SdXMLPresentationPlaceholderContext: public SvXMLImportContext
@@ -158,7 +154,6 @@ public:
};
typedef ::std::vector< SdXMLPresentationPlaceholderContext* > ImpPlaceholderList;
-//////////////////////////////////////////////////////////////////////////////
// style:presentation-page-layout context
class SdXMLPresentationPageLayoutContext: public SvXMLStyleContext
@@ -188,7 +183,6 @@ public:
sal_uInt16 GetTypeId() const { return mnTypeId; }
};
-//////////////////////////////////////////////////////////////////////////////
// office:styles context
class SdXMLStylesContext : public SvXMLStylesContext
@@ -243,7 +237,6 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > getPageLayouts() const;
};
-//////////////////////////////////////////////////////////////////////////////
// office:master-styles context
//
class SdXMLMasterStylesContext : public SvXMLImportContext
@@ -270,7 +263,6 @@ public:
const ImpMasterPageList& GetMasterPageList() const { return maMasterPageList; }
};
-//////////////////////////////////////////////////////////////////////////////
// <pres:header-decl>, <pres:footer-decl> and <pres:date-time-decl>
class SdXMLHeaderFooterDeclContext : public SvXMLStyleContext
@@ -291,7 +283,6 @@ private:
sal_Bool mbFixed;
};
-
#endif // _XIMPSTYLE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */