summaryrefslogtreecommitdiff
path: root/rsc/inc/rsctools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rsctools.hxx')
-rw-r--r--rsc/inc/rsctools.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/rsc/inc/rsctools.hxx b/rsc/inc/rsctools.hxx
index bfff4d5629ac..b2ad7c483e87 100644
--- a/rsc/inc/rsctools.hxx
+++ b/rsc/inc/rsctools.hxx
@@ -119,9 +119,6 @@ public:
{
return GetPointer( nPos );
}
-
-
- RSCBYTEORDER_TYPE GetByteOrder() const { return nByteOrder; }
sal_uInt32 Size(){ return nLen; }
void Put( sal_uInt64 lVal )
{
@@ -193,10 +190,6 @@ public:
{
PutAt( nPos, (sal_Int32)lVal);
}
- void PutAt( sal_uInt32 nPos, short nVal )
- {
- PutAt( nPos, (sal_uInt16)nVal );
- }
void PutAt( sal_uInt32 nPos, sal_uInt16 nVal )
{
if( bSwap )