summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:22:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:22:34 +0000
commit0827f2c2123f680b852a2af08c75b9a0badc2133 (patch)
tree4a6d6a3e8ebc687e663757ac12954c1877c2057d
parent6e04f4ce60f91b043dc31994f61c1d36890ba72f (diff)
INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED
2005/10/28 10:53:34 pl 1.7.10.1: #i55991# removed warnings for solaris platform
-rw-r--r--psprint/inc/cupsmgr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/psprint/inc/cupsmgr.hxx b/psprint/inc/cupsmgr.hxx
index e70525fad031..e1405c792c96 100644
--- a/psprint/inc/cupsmgr.hxx
+++ b/psprint/inc/cupsmgr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cupsmgr.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:33:21 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:22:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,8 +80,9 @@ class CUPSManager : public PrinterInfoManager
void getOptionsFromDocumentSetup( const JobData& rJob, int& rNumOptions, void** rOptions ) const;
void runDests();
- static void runDestThread(void* pMgr);
public:
+ // public for stub
+ static void runDestThread(void* pMgr);
static CUPSManager* tryLoadCUPS();