summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/borderconn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/tabpages/borderconn.hxx')
-rw-r--r--cui/source/tabpages/borderconn.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/borderconn.hxx b/cui/source/tabpages/borderconn.hxx
index b04d4a8b0c1f..17343d80025f 100644
--- a/cui/source/tabpages/borderconn.hxx
+++ b/cui/source/tabpages/borderconn.hxx
@@ -26,7 +26,7 @@
class SfxItemSet;
class MetricField;
class ValueSet;
-class SvxColorListBox;
+class ColorListBox;
namespace svx {
@@ -47,7 +47,7 @@ sfx::ItemConnectionBase* CreateMarginConnection( const SfxItemSet& rItemSet,
/** Creates an item connection object that connects an SvxShadowItem with the
controls of the SvxBorderTabPage. */
sfx::ItemConnectionBase* CreateShadowConnection( const SfxItemSet& rItemSet,
- ValueSet& rVsPos, MetricField& rMfSize, SvxColorListBox& rLbColor );
+ ValueSet& rVsPos, MetricField& rMfSize, ColorListBox& rLbColor );
}