summaryrefslogtreecommitdiff
path: root/include/vcl/printerinfomanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/printerinfomanager.hxx')
-rw-r--r--include/vcl/printerinfomanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/printerinfomanager.hxx b/include/vcl/printerinfomanager.hxx
index d99afbe1d7c6..c761429ea126 100644
--- a/include/vcl/printerinfomanager.hxx
+++ b/include/vcl/printerinfomanager.hxx
@@ -178,10 +178,10 @@ public:
// primarily used internally
// returns the printer queue names
- virtual const std::list< SystemPrintQueue >& getSystemPrintQueues();
+ const std::list< SystemPrintQueue >& getSystemPrintQueues();
// similar but returnse whole commandlines
- virtual void getSystemPrintCommands( std::list< OUString >& rCommands );
+ void getSystemPrintCommands( std::list< OUString >& rCommands );
// abstract print command
// returns a stdio FILE* that a postscript file may be written to