summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-03 11:07:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-03 11:37:31 +0000
commitb01c5ae95683aa4c059048eac3b3eb55cc256be4 (patch)
tree9ac9366e463d3d1c7281f0f8fbdaef539c51b5bd /include
parentAdd helper for creating zip files (diff)
downloadcore-b01c5ae95683aa4c059048eac3b3eb55cc256be4.tar.gz
core-b01c5ae95683aa4c059048eac3b3eb55cc256be4.zip
loplugin:unusedmethods unused return types
Change-Id: I88204bca60dd1e299b040c52bc87e500cbfaa930 Reviewed-on: https://gerrit.libreoffice.org/30519 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/cppcanvas/sprite.hxx3
-rw-r--r--include/vcl/printerinfomanager.hxx4
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()