summaryrefslogtreecommitdiff
path: root/sc/source/ui/styleui/scstyles.src
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/styleui/scstyles.src')
-rw-r--r--sc/source/ui/styleui/scstyles.src12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/styleui/scstyles.src b/sc/source/ui/styleui/scstyles.src
index 1968b6dca877..8c057d65f70a 100644
--- a/sc/source/ui/styleui/scstyles.src
+++ b/sc/source/ui/styleui/scstyles.src
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -28,7 +28,7 @@
#include "sc.hrc"
#include <svl/style.hrc>
#define IMPL_FAMILY(family,filter) \
- StyleFamily = family; \
+ StyleFamily = family; \
FilterList = { filter }
//------------------------------------------------------------------------
@@ -53,15 +53,15 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
};
};
- // style family images are now taken from an ImageList
- // (for each family, there's one entry in the IdList)
- ImageList 1 // == BMP_COLOR_NORMAL + 1
+ // style family images are now taken from an ImageList
+ // (for each family, there's one entry in the IdList)
+ ImageList 1 // == BMP_COLOR_NORMAL + 1
{
Prefix = "sf";
MaskColor = STD_MASKCOLOR ;
IdList = { 1; 2; };
};
- ImageList 2 // == BMP_COLOR_HIGHCONTRAST + 1
+ ImageList 2 // == BMP_COLOR_HIGHCONTRAST + 1
{
Prefix = "sfh";
MaskColor = SC_HC_MASKCOLOR ;