summaryrefslogtreecommitdiff
path: root/goodies/source/filter.vcl/epict/dlgepct.hxx
diff options
context:
space:
mode:
authorSven Jacobi <sj@openoffice.org>2001-05-15 12:56:11 +0000
committerSven Jacobi <sj@openoffice.org>2001-05-15 12:56:11 +0000
commit4abd8927112237c0fb7210f8863d5d9be4ca79c3 (patch)
tree1f824f06187a1fb117ea3acaa55d2434dea1e3c0 /goodies/source/filter.vcl/epict/dlgepct.hxx
parentd6682ddb8a782f032599cb570c9ba6202fbf078b (diff)
#86988# dialog redesign
Diffstat (limited to 'goodies/source/filter.vcl/epict/dlgepct.hxx')
-rw-r--r--goodies/source/filter.vcl/epict/dlgepct.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/goodies/source/filter.vcl/epict/dlgepct.hxx b/goodies/source/filter.vcl/epict/dlgepct.hxx
index 75e59504d818..b67c85fce465 100644
--- a/goodies/source/filter.vcl/epict/dlgepct.hxx
+++ b/goodies/source/filter.vcl/epict/dlgepct.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgepct.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sj $ $Date: 2001-03-08 11:04:27 $
+ * last change: $Author: sj $ $Date: 2001-05-15 13:56:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,7 +65,6 @@
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
-#include <vcl/group.hxx>
#include <vcl/fixed.hxx>
#include <vcl/field.hxx>
#include <svtools/fltcall.hxx>
@@ -88,13 +87,13 @@ private:
RadioButton aRbOriginal;
RadioButton aRbSize;
- GroupBox aGrpMode;
+ FixedLine aGrpMode;
FixedText aFtSizeX;
MetricField aMtfSizeX;
FixedText aFtSizeY;
MetricField aMtfSizeY;
- GroupBox aGrpSize;
+ FixedLine aGrpSize;
FilterConfigItem* pConfigItem;
ResMgr* pMgr;