summaryrefslogtreecommitdiff
path: root/padmin/source/padialog.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 13:16:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 13:16:07 +0000
commitdb83cf60ae3f512763d17be63148ccb3b4640b72 (patch)
tree28da9c9837555b74987efa249a4e7420be2dc362 /padmin/source/padialog.cxx
parentbb3fdb153424c301ed7bc525fca4d5a70c1a5854 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'padmin/source/padialog.cxx')
-rw-r--r--padmin/source/padialog.cxx23
1 files changed, 2 insertions, 21 deletions
diff --git a/padmin/source/padialog.cxx b/padmin/source/padialog.cxx
index 6c14a649bddb..060d2a08a291 100644
--- a/padmin/source/padialog.cxx
+++ b/padmin/source/padialog.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: padialog.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: pl $ $Date: 2002-09-03 13:33:01 $
+ * last change: $Author: hr $ $Date: 2003-03-26 14:16:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -706,22 +706,3 @@ void PADialog::UpdateDevice()
}
}
-
-// ------------------------------------------------------------------
-
-// get a nice icon
-#include <psetupl.xpm>
-
-extern "C"
-void vcl_customIcon1(
- char **&iconRes1,
- char **&iconRes2,
- char **&iconRes3,
- char **&iconRes4
- )
-{
- iconRes1 = L3PSetup_m_pm;
- iconRes2 = NULL;
- iconRes3 = NULL;
- iconRes4 = NULL;
-}