summaryrefslogtreecommitdiff
path: root/sw/source/uibase/envelp/labimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/envelp/labimp.hxx')
-rw-r--r--sw/source/uibase/envelp/labimp.hxx33
1 files changed, 0 insertions, 33 deletions
diff --git a/sw/source/uibase/envelp/labimp.hxx b/sw/source/uibase/envelp/labimp.hxx
index caaf6068e501..982132fd3d32 100644
--- a/sw/source/uibase/envelp/labimp.hxx
+++ b/sw/source/uibase/envelp/labimp.hxx
@@ -72,43 +72,10 @@
#include <svtools/treelistbox.hxx>
#include <label.hxx>
#include <labimg.hxx>
-#include <vector>
#define GETFLDVAL(rField) (rField).Denormalize((rField).GetValue(FUNIT_TWIP))
#define SETFLDVAL(rField, lValue) (rField).SetValue((rField).Normalize(lValue), FUNIT_TWIP)
-class SwLabRec
-{
-public:
- SwLabRec(): lHDist(0), lVDist(0), lWidth(0), lHeight(0), lLeft(0), lUpper(0), lPWidth(0), lPHeight(0), nCols(0), nRows(0), bCont(false) {}
-
- void SetFromItem( const SwLabItem& rItem );
- void FillItem( SwLabItem& rItem ) const;
-
- OUString aMake;
- OUString aType;
- long lHDist;
- long lVDist;
- long lWidth;
- long lHeight;
- long lLeft;
- long lUpper;
- long lPWidth;
- long lPHeight;
- sal_Int32 nCols;
- sal_Int32 nRows;
- bool bCont;
-};
-
-class SwLabRecs : public std::vector<SwLabRec*> {
-public:
- ~SwLabRecs()
- {
- for(const_iterator it = begin(); it != end(); ++it)
- delete *it;
- }
-};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */