diff options
author | Robert Roth <robert.roth.off@gmail.com> | 2010-11-01 20:15:09 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-11-01 21:05:57 +0000 |
commit | d666a7e2af500758192cc848358f36825f2748dd (patch) | |
tree | e15cac05781f51a76b4592febce21e622bb8bdf9 /sw/inc/ndnotxt.hxx | |
parent | db8ad987be169af5b394cc0c8bbfed8745b3a330 (diff) |
Commented lines, bogus comments removed.
Diffstat (limited to 'sw/inc/ndnotxt.hxx')
-rw-r--r-- | sw/inc/ndnotxt.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/inc/ndnotxt.hxx b/sw/inc/ndnotxt.hxx index 2fd16508dc7b..d49752849339 100644 --- a/sw/inc/ndnotxt.hxx +++ b/sw/inc/ndnotxt.hxx @@ -41,8 +41,6 @@ class SW_DLLPUBLIC SwNoTxtNode : public SwCntntNode friend class SwNodes; friend class SwNoTxtFrm; -// String aAlternateText; // alternativer Text (HTML) - PolyPolygon *pContour; // Polygon fuer Konturumlauf BOOL bAutomaticContour : 1; // automatic contour polygon, not manipulated BOOL bContourMapModeValid : 1; // contour map mode is not the graphics's @@ -80,10 +78,6 @@ public: void SetDescription( const String& rDescription, bool bBroadcast = false ); -// const String GetAlternateText() const; -// void SetAlternateText( const String& rTxt, -// sal_Bool bBroadcast=sal_False ); - void SetContour( const PolyPolygon *pPoly, BOOL bAutomatic = FALSE ); const PolyPolygon *HasContour() const; |