summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/ppdparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/ppdparser.hxx')
-rw-r--r--vcl/inc/vcl/ppdparser.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/inc/vcl/ppdparser.hxx b/vcl/inc/vcl/ppdparser.hxx
index c7a1e09b81e4..5e95ac48f724 100644
--- a/vcl/inc/vcl/ppdparser.hxx
+++ b/vcl/inc/vcl/ppdparser.hxx
@@ -157,7 +157,7 @@ private:
// some basic attributes
bool m_bColorDevice;
bool m_bType42Capable;
- ULONG m_nLanguageLevel;
+ sal_uIntPtr m_nLanguageLevel;
rtl_TextEncoding m_aFileEncoding;
@@ -219,7 +219,7 @@ public:
bool isColorDevice() const { return m_bColorDevice; }
bool isType42Capable() const { return m_bType42Capable; }
- ULONG getLanguageLevel() const { return m_nLanguageLevel; }
+ sal_uIntPtr getLanguageLevel() const { return m_nLanguageLevel; }
String getDefaultPaperDimension() const;
void getDefaultPaperDimension( int& rWidth, int& rHeight ) const
@@ -327,8 +327,8 @@ public:
void getUnconstrainedValues( const PPDKey*, ::std::list< const PPDValue* >& rValues );
// for printer setup
- void* getStreamableBuffer( ULONG& rBytes ) const;
- void rebuildFromStreamBuffer( void* pBuffer, ULONG nBytes );
+ void* getStreamableBuffer( sal_uIntPtr& rBytes ) const;
+ void rebuildFromStreamBuffer( void* pBuffer, sal_uIntPtr nBytes );
// convenience
int getRenderResolution() const;