[Libreoffice-commits] .: cui/source
Michael Meeks
mmeeks at kemper.freedesktop.org
Mon Oct 25 13:36:57 PDT 2010
cui/source/inc/textattr.hxx | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)
New commits:
commit adcd1c248ee309b37dfdf00a768ece347bdd78b1
Author: Gert Faller <gertfaller at aliceadsl.fr>
Date: Mon Oct 25 21:35:40 2010 +0100
cleanup obsolete comments
diff --git a/cui/source/inc/textattr.hxx b/cui/source/inc/textattr.hxx
index f7b2157..f68e959 100644
--- a/cui/source/inc/textattr.hxx
+++ b/cui/source/inc/textattr.hxx
@@ -94,7 +94,6 @@ private:
bool IsTextDirectionLeftToRight (void) const;
public:
-
SvxTextAttrPage( Window* pWindow, const SfxItemSet& rInAttrs );
~SvxTextAttrPage();
@@ -108,24 +107,8 @@ public:
void Construct();
void SetView( const SdrView* pSdrView ) { pView = pSdrView; }
- virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
+ virtual void PageCreated(SfxAllItemSet aSet);
};
-/*************************************************************************
-|*
-|* Von SfxSingleTabDialog abgeleitet, um vom Control "uber virtuelle Methode
-|* benachrichtigt werden zu k"onnen.
-|*
-\************************************************************************/
-
-//CHINA001 class SvxTextAttrDialog : public SfxSingleTabDialog
-//CHINA001 {
-//CHINA001 public:
-//CHINA001 SvxTextAttrDialog( Window* pParent, const SfxItemSet& rAttr,
-//CHINA001 const SdrView* pView );
-//CHINA001 ~SvxTextAttrDialog();
-//CHINA001 };
-
-
#endif // _SVX_TEXTATTR_HXX
More information about the Libreoffice-commits
mailing list