diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-21 10:03:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-21 11:23:02 +0000 |
commit | 1d81ca98f8d10431ea69eef71d8f633c27648743 (patch) | |
tree | a54ab72c2e41bc255b9526ddcae98ed33fa12447 /include/vcl | |
parent | f6cd982a68528ac1bfd130080cea3f96e6cc7edd (diff) |
move remaining padmin dialogs into vcl
and so padmin is no more
Change-Id: I554cefa8b38581daad8a78bafa167448b0a0ef61
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/printerinfomanager.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/printerinfomanager.hxx b/include/vcl/printerinfomanager.hxx index 5ccd366448ef..9c867c78a76d 100644 --- a/include/vcl/printerinfomanager.hxx +++ b/include/vcl/printerinfomanager.hxx @@ -154,7 +154,7 @@ public: // printer discovery to finish virtual bool checkPrintersChanged( bool bWait ); - // members for administration (->padmin) + // members for administration // add a named printer // addPrinter fails if a printer with the same name already exists @@ -176,7 +176,7 @@ public: // fails if the specified printer does not exist virtual bool setDefaultPrinter( const OUString& rPrinterName ); - // primarily used internally but also by padmin + // primarily used internally // returns the printer queue names virtual const std::list< SystemPrintQueue >& getSystemPrintQueues(); |