summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-07 08:22:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-07 08:22:36 +0000
commit26d4e54b84c088fc217559ec9008b37480f72c75 (patch)
tree9de4986db248db26b9c6ed1cf067d4b58e9243ad /svx
parente073b884e08b4ff811b1921cb92accfd09c905c3 (diff)
INTEGRATION: CWS vcl32 (1.2.392); FILE MERGED
2004/11/30 13:18:10 ssa 1.2.392.1: #116586# use control as border so it can be detected for flat look in VCL
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/backgrnd.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/backgrnd.hxx b/svx/source/dialog/backgrnd.hxx
index 7b93c19c3e..5e450d96a2 100644
--- a/svx/source/dialog/backgrnd.hxx
+++ b/svx/source/dialog/backgrnd.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: backgrnd.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 16:49:36 $
+ * last change: $Author: rt $ $Date: 2005-01-07 09:22:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,7 +128,7 @@ private:
~SvxBackgroundTabPage();
// Hintergrundfarbe ------------------------------------
- Window aBorderWin;
+ Control aBorderWin;
ValueSet aBackgroundColorSet;
FixedLine aBackgroundColorBox;
BackgroundPreviewImpl* pPreviewWin1;