summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-31 08:28:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-31 08:28:20 +0000
commit48771a02f46f698331569a0e79ea24d0b1b98fd5 (patch)
tree2e8674dc3c52308b61f7b537b512d1efe01cbeb7
parent3bf6f26a7734c60300b05eacc5a3a246d1c6216f (diff)
INTEGRATION: CWS vcl34 (1.5.64); FILE MERGED
2004/12/15 17:21:03 pl 1.5.64.1: #i38660# mimic vcl SalFrame behaviour: check for printer updates on focus change
-rw-r--r--padmin/source/padialog.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/padmin/source/padialog.hxx b/padmin/source/padialog.hxx
index 69afa3b57a50..65d03017c4df 100644
--- a/padmin/source/padialog.hxx
+++ b/padmin/source/padialog.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: padialog.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 16:50:50 $
+ * last change: $Author: rt $ $Date: 2005-01-31 09:28:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,6 +150,8 @@ namespace padmin {
void RenameDevice();
void PrintTestPage();
+ virtual long Notify( NotifyEvent& rEv );
+
String getSelectedDevice();
public:
~PADialog();