summaryrefslogtreecommitdiff
path: root/tools/inc/tools/stream.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-13 21:10:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-14 09:56:44 +0100
commit0f1969d04b9ba24235d577e42a9ab86c44ecfd12 (patch)
treef013dca1b87f6ef2eaf533ebcb95256c19f86541 /tools/inc/tools/stream.hxx
parent325012b1df9e453c0c25198aea9f0621213a64e4 (diff)
remove unused justification
Diffstat (limited to 'tools/inc/tools/stream.hxx')
-rw-r--r--tools/inc/tools/stream.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx
index 017a2bb77e8b..418f932fefb4 100644
--- a/tools/inc/tools/stream.hxx
+++ b/tools/inc/tools/stream.hxx
@@ -94,9 +94,6 @@ typedef sal_uInt16 StreamMode;
#define COMPRESSMODE_ZBITMAP (sal_uInt16)0x0001
#define COMPRESSMODE_NATIVE (sal_uInt16)0x0010
-#define JUSTIFY_RIGHT 0x00
-#define JUSTIFY_LEFT 0x01
-
#define STREAM_IO_DONTKNOW 0
#define STREAM_IO_READ 1
#define STREAM_IO_WRITE 2
@@ -277,7 +274,6 @@ private:
sal_uInt8 nPrecision;
sal_uInt8 nWidth;
sal_uInt8 nPrintfParams;
- sal_uInt8 nJustification;
ByteString aFormatString;
// Userdata
@@ -403,9 +399,6 @@ public:
void SetFiller( char cFil )
{ cFiller = cFil; CreateFormatString(); }
char GetFiller() const { return cFiller; }
- void SetJustification( sal_uInt8 nJus )
- { nJustification = nJus; CreateFormatString(); }
- sal_uInt8 GetJustification() const { return nJustification; }
SvStream& WriteNumber( sal_uInt32 nUInt32 );
SvStream& WriteNumber( sal_Int32 nInt32 );