summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-01 18:34:24 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-01 18:34:46 +0200
commit791071825969a40a454ed2b9806ec8b5c3b08fe9 (patch)
tree9fee331088d043e2995f0c5b5e7f1c69701dce49 /sc
parent23e5bb66436991d809d8d807f27d25f922fb062f (diff)
Remove unused code: those classes are unused
Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/printfun.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/ui/inc/printfun.hxx b/sc/source/ui/inc/printfun.hxx
index 1c08b3585540..b44fa2a40620 100644
--- a/sc/source/ui/inc/printfun.hxx
+++ b/sc/source/ui/inc/printfun.hxx
@@ -78,20 +78,6 @@ struct ScPrintHFParam
};
-// "Ersatz" fuer SV-JobSetup:
-
-class ScJobSetup
-{
-public:
- ScJobSetup( SfxPrinter* pPrinter );
-
- Size aUserSize;
- MapMode aUserMapMode;
- Paper ePaper;
- Orientation eOrientation;
- sal_uInt16 nPaperBin;
-};
-
struct ScPrintState // Variablen aus ScPrintFunc retten
{
SCTAB nPrintTab;