diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-01-29 23:15:33 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-30 11:25:42 +0000 |
commit | 17394c18c821b6ac6d11b059335ac0c6580d36c1 (patch) | |
tree | a7b12f3e841332a075f29ad9dc56630e1264f8ab /vcl/inc/print.h | |
parent | 8d1ca883b119857daa3b8d0ece9da90917589040 (diff) |
fdo#63154 Removed unused solar.h ref. in vcl
Change-Id: Ibbc80b09a288494baae4e5ebee4428a6a80a904a
Reviewed-on: https://gerrit.libreoffice.org/7738
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/print.h')
-rw-r--r-- | vcl/inc/print.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/vcl/inc/print.h b/vcl/inc/print.h index 4b56092f37c2..4453f3305363 100644 --- a/vcl/inc/print.h +++ b/vcl/inc/print.h @@ -20,11 +20,8 @@ #ifndef INCLUDED_VCL_INC_PRINT_H #define INCLUDED_VCL_INC_PRINT_H -#include "tools/solar.h" -#include "vcl/dllapi.h" - #include "rtl/ustring.hxx" - +#include "vcl/dllapi.h" #include <vector> #include <boost/unordered_map.hpp> @@ -35,20 +32,12 @@ class JobSetup; namespace vcl { class PrinterListener; } -// -------------------- -// - ImplPrnQueueData - -// -------------------- - struct ImplPrnQueueData { QueueInfo* mpQueueInfo; SalPrinterQueueInfo* mpSalQueueInfo; }; -// -------------------- -// - ImplPrnQueueList - -// -------------------- - class VCL_PLUGIN_PUBLIC ImplPrnQueueList { public: @@ -64,10 +53,6 @@ public: ImplPrnQueueData* Get( const OUString& rPrinter ); }; -// -------------- -// - Prototypes - -// -------------- - void ImplDeletePrnQueueList(); void SAL_DLLPRIVATE ImplUpdateJobSetupPaper( JobSetup& rJobSetup ); |