diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-20 16:59:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-21 08:56:45 +0000 |
commit | a547f865e0ce7731e1b3998b06ecba505e1c27ca (patch) | |
tree | d018b8040ceb3597fcf497903986eaea68dede02 /include | |
parent | 52cc0c8f05d40db6d076c13f8b8d6d9453ec8930 (diff) |
drop spadmin
Change-Id: Ie10ee80f1d35b40c0baf9d7ba5c1181b52405b5f
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/config.hxx | 1 | ||||
-rw-r--r-- | include/vcl/ppdparser.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/config.hxx b/include/tools/config.hxx index 751114dd2100..0b472b959745 100644 --- a/include/tools/config.hxx +++ b/include/tools/config.hxx @@ -53,7 +53,6 @@ public: bool HasGroup(const OString& rGroup) const; OString ReadKey(const OString& rKey) const; - OUString ReadKey(const OString& rKey, rtl_TextEncoding eEncoding) const; OString ReadKey(const OString& rKey, const OString& rDefault) const; void WriteKey(const OString& rKey, const OString& rValue); void DeleteKey(const OString& rKey); diff --git a/include/vcl/ppdparser.hxx b/include/vcl/ppdparser.hxx index a4df86d7e868..9ac90cef72cd 100644 --- a/include/vcl/ppdparser.hxx +++ b/include/vcl/ppdparser.hxx @@ -190,9 +190,7 @@ private: static OUString getPPDFile( const OUString& rFile ); public: static const PPDParser* getParser( const OUString& rFile ); - static OUString getPPDPrinterName( const OUString& rFile ); static void freeAll(); - static void getKnownPPDDrivers( std::list< OUString >& o_rDrivers, bool bRefresh = false ); const OUString& getFilename() const { return m_aFile; } |