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.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/vcl/printerinfomanager.hxx b/include/vcl/printerinfomanager.hxx
index 738bba14f17d..997496b99c30 100644
--- a/include/vcl/printerinfomanager.hxx
+++ b/include/vcl/printerinfomanager.hxx
@@ -92,8 +92,6 @@ protected:
bool m_bUseJobPatch;
OUString m_aSystemDefaultPaper;
- PrinterInfoManager( Type eType = Type::Default );
-
virtual void initialize();
// fill default paper if not configured in config file
@@ -103,8 +101,8 @@ protected:
public:
- // there can only be one
- static PrinterInfoManager& get();
+ PrinterInfoManager( Type eType = Type::Default );
+
// only called by SalData destructor, frees the global instance
static void release();