diff options
Diffstat (limited to 'sc/inc/textuno.hxx')
-rw-r--r-- | sc/inc/textuno.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx index 7f854ad3df27..d716cbaffac2 100644 --- a/sc/inc/textuno.hxx +++ b/sc/inc/textuno.hxx @@ -50,12 +50,10 @@ class ScHeaderFooterTextObj; struct ScHeaderFieldData; - #define SC_HDFT_LEFT 0 #define SC_HDFT_CENTER 1 #define SC_HDFT_RIGHT 2 - // ScHeaderFooterContentObj is a dumb container which must be re-written into // the page template using setPropertyValue @@ -108,7 +106,6 @@ public: throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; - // ScHeaderFooterTextData: shared data between sub objects of a ScHeaderFooterTextObj class ScHeaderFooterTextData : boost::noncopyable @@ -238,7 +235,6 @@ public: throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; - // derived cursor objects for getImplementation and getText/getStart/getEnd //! uno3: SvxUnoTextCursor is not derived from XUnoTunnel, but should be (?) @@ -330,10 +326,8 @@ public: com::sun::star::uno::XInterface> xObj ); }; - // ScAnnotationTextCursor isn't needed anymore - SvxUnoTextCursor is used instead - // ScEditEngineTextObj for formatted cell content that is not inserted in a cell or header/footer // (used for XML export of change tracking contents) @@ -361,7 +355,6 @@ public: EditTextObject* CreateTextObject(); }; - // ScCellTextData: shared data between sub objects of a cell text object class ScCellTextData : public SfxListener @@ -409,7 +402,6 @@ public: virtual ~ScCellTextObj() throw(); }; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |