diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-11 23:50:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-12 09:10:04 +0100 |
commit | d8cb328ef20387939594f15f8b270a99d509b7a3 (patch) | |
tree | 8e0474f5b2655324b54b8d09a4855c6d3f4c5062 /editeng | |
parent | be6d3ac2b00edc4df3902eac84aa0729810a47bc (diff) |
don't comment it's removed, remove it
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/editobj2.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editeng/source/editeng/editobj2.hxx b/editeng/source/editeng/editobj2.hxx index 4b07d10a8c49..893c2ac8e946 100644 --- a/editeng/source/editeng/editobj2.hxx +++ b/editeng/source/editeng/editobj2.hxx @@ -135,19 +135,6 @@ public: sal_uInt16 GetStretchY() const { return nStretchY; } }; -/* cl removed because not needed anymore since binfilter -struct LoadStoreTempInfos -{ - ByteString aOrgString_Load; - - FontToSubsFontConverter hOldSymbolConv_Store; - sal_Bool bSymbolParagraph_Store; - - - LoadStoreTempInfos() { bSymbolParagraph_Store = sal_False; hOldSymbolConv_Store = NULL; } -}; -*/ - class ContentInfo { friend class BinTextObject; |