summaryrefslogtreecommitdiff
path: root/sw/inc/docstyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r--sw/inc/docstyle.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx
index c0dbc80708ad..2e2654ba5dd4 100644
--- a/sw/inc/docstyle.hxx
+++ b/sw/inc/docstyle.hxx
@@ -66,7 +66,6 @@ class SW_DLLPUBLIC SwDocStyleSheet : public SfxStyleSheetBase
sal_Bool bPhysical;
-
/// Make empty shell a real StyleSheet (Core).
SAL_DLLPRIVATE void Create();
@@ -183,14 +182,12 @@ public:
void InvalidateIterator();
};
-
class SwDocStyleSheetPool : public SfxStyleSheetBasePool
{
rtl::Reference< SwDocStyleSheet > mxStyleSheet;
SwDoc& rDoc;
sal_Bool bOrganizer : 1; ///< Organizer
-
virtual SfxStyleSheetBase* Create( const OUString&, SfxStyleFamily, sal_uInt16 nMask);
virtual SfxStyleSheetBase* Create( const SfxStyleSheetBase& );
@@ -234,7 +231,6 @@ private:
SwDocStyleSheetPool( const SwDocStyleSheetPool& );
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */