diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cppcanvas/sprite.hxx | 3 | ||||
-rw-r--r-- | include/vcl/printerinfomanager.hxx | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/include/cppcanvas/sprite.hxx b/include/cppcanvas/sprite.hxx index e5d4bd812934..52b967ee0231 100644 --- a/include/cppcanvas/sprite.hxx +++ b/include/cppcanvas/sprite.hxx @@ -96,9 +96,6 @@ namespace cppcanvas priority. */ virtual void setPriority( double fPriority ) = 0; - - virtual css::uno::Reference< - css::rendering::XSprite > getUNOSprite() const = 0; }; typedef std::shared_ptr< ::cppcanvas::Sprite > SpriteSharedPtr; diff --git a/include/vcl/printerinfomanager.hxx b/include/vcl/printerinfomanager.hxx index 6dddd02f2838..258b54491f2b 100644 --- a/include/vcl/printerinfomanager.hxx +++ b/include/vcl/printerinfomanager.hxx @@ -171,10 +171,6 @@ public: // fails if the specified printer does not exist virtual bool setDefaultPrinter( const OUString& rPrinterName ); - // primarily used internally - // returns the printer queue names - const std::list< SystemPrintQueue >& getSystemPrintQueues(); - // abstract print command // returns a stdio FILE* that a postscript file may be written to // this may either be a regular file or the result of popen() |